COLOR #B5AE7D

HEX: #B5AE7D
RGB: (181,174,125)

Renk bilgisi

#B5AE7D contains red, green and blue colors in about the same proportion. #B5AE7D ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#B5AE7D color RGB value is (181,174,125).

  • kırmız ton 181;
  • yeşil ton 174;
  • mavi ton 125.
RGB:
(181,174,125)
(71%,68%,49%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 174 of 255 = 68%
B 125 of 255 = 49%

181
174
125

R + G + B ~ 63%. #B5AE7D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 174 + 125 = 480 (100%)
R 181 of 480 ~ 37.71%
G 174 of 480 ~ 36.25%
B 125 of 480 ~ 26.04%

%37.71
%36.25
%26.04

CMYK RENK MODELİ

#B5AE7D rengi CMYK tonu (0,4,31,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.87%
  • sarı tonu 30.94%
  • ana renk tonu 29.02%
CMYK:
(0,4,31,29)
C0M4Y31K29 
(0%,4%,31%,29%)
(0.00/0.04/0.31/0.29)	

CMYK yüzdeleri

%0
%3.87
%30.94
%29.02

Codes

Color #B5AE7D in popluar color models

B5AE7D
RGB181174125
HSL53°27.45%60.00%
HSB/HSV53°30.94%70.98%
CMYK0.00%3.87%30.94%
29.02%

Color #B5AE7D in popluar number systems.

HEXB5AE7D
Decimal181174125
Binary10110101101011101111101
Octal265256175

Shades and tints

Shades of #B5AE7D

#B5AE7D
(181,174,125)
#A59F72
(165,159,114)
#959067
(149,144,103)
#85815C
(133,129,92)
#757251
(117,114,81)
#656346
(101,99,70)
#55543B
(85,84,59)
#454530
(69,69,48)
#353625
(53,54,37)
#25271A
(37,39,26)
#15180F
(21,24,15)
#000000
(0,0,0)

Tints of #B5AE7D

#B5AE7D
(181,174,125)
#BBB588
(187,181,136)
#C1BC93
(193,188,147)
#C7C39E
(199,195,158)
#CDCAA9
(205,202,169)
#D3D1B4
(211,209,180)
#D9D8BF
(217,216,191)
#DFDFCA
(223,223,202)
#E5E6D5
(229,230,213)
#EBEDE0
(235,237,224)
#F1F4EB
(241,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5AE7D color. Also use rgb(181,174,125) instead hex code.

Text Font Color

.myTextColor { color: #B5AE7D; }

<p style="color:#B5AE7D">This sample text font color is #B5AE7D.</p>

This text font color is #B5AE7D.


Background Color

.myBgColor { background-color: #B5AE7D; }

<div style="background-color:#B5AE7D">Inner text</div>

This div background color is #B5AE7D.


Border color

.myBorderColor { border: 1px solid #B5AE7D; }

<div style="border:3px solid #B5AE7D">Div</div>

This div border color is #B5AE7D.


Opacity

.myOpacity80 { color: #B5AE7D; opacity: 0.8; }

<p style="color:#B5AE7D;opacity:0.8;">80%</p>

Text with #B5AE7D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B5AE7D;}

<p style="text-shadow: 3px 3px 1px #B5AE7D">Text here.</p>

This text has shadow with #B5AE7D color.

.textShadow {text-shadow: 3px 3px 1px #B5AE7D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B5AE7D, 5px 5px 20px red">Text here.</p>

This text has shadow with #B5AE7D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5AE7D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B5AE7D, Direction=45, Strength=4)">Text</p>

This text has shadow with #B5AE7D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B5AE7D;
  -webkit-box-shadow:	1px 1px 3px 2px #B5AE7D;
  box-shadow:		1px 1px 3px 2px #B5AE7D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5AE7D;
-webkit-box-shadow: 1px 1px 3px 2px #B5AE7D;
box-shadow:1px 1px 3px 2px #B5AE7D;">
Div content here</div>
This div box has shadow with color #B5AE7D.

Preview

Color preview on black background

This text has color #B5AE7D on black background.


Color preview on white background

This text has color #B5AE7D on white background.



Black color preview on #B5AE7D background

This text has black color on #B5AE7D background.


White color preview on #B5AE7D background

This text has white color on #B5AE7D background.