COLOR #B9AE81

HEX: #B9AE81 RGB: (185,174,129)

Color info

#B9AE81 contains red, green and blue colors in about the same proportion. Web safe color of #B9AE81 is #CC9999 (or #C99).

RGB color model

#B9AE81 color RGB value is (185,174,129).

RGB: (185,174,129) (73%, 68%, 51%)

RGB channels and saturation

R 185 of 255 = 73%
G 174 of 255 = 68%
B 129 of 255 = 51%

185
174
129

R + G + B ~ 64%. #B9AE81 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 174 + 129 = 488 (100%)
R 185 of 488 ~ 37.91%
G 174 of 488 ~ 35.66%
B 129 of 488 ~ 26.43'%

%37.91
%35.66
%26.43

CMYK color model

#B9AE81 color CMYK value is (0,6,30,27).

  • cyan value is 0.00%
  • magenta value is 5.95%
  • yellow value is 30.27%
  • key color value is 27.45%

CMYK: (0,6,30,27)
C0M6Y30K27 (0%, 6%, 30%, 27%)
(0.00 / 0.06 / 0.30 / 0.27)

CMYK percentages

%0
%5.95
%30.27
%27.45

Codes

Color #B9AE81 in popluar color models

B9 AE 81
RGB 185 174 129
HSL 48° 28.57% 61.57%
HSB/HSV 48° 30.27% 72.55%
CMYK 0.00% 5.95% 30.27%
27.45%

Color #B9AE81 in popluar number systems.

HEX B9 AE 81
Decimal 185 174 129
Binary 10111001 10101110 10000001
Octal 271 256 201

Shades and tints

Shades of #B9AE81

#B9AE81
(185,174,129)
#A99F76
(169,159,118)
#99906B
(153,144,107)
#898160
(137,129,96)
#797255
(121,114,85)
#69634A
(105,99,74)
#59543F
(89,84,63)
#494534
(73,69,52)
#393629
(57,54,41)
#29271E
(41,39,30)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #B9AE81

#B9AE81
(185,174,129)
#BFB58C
(191,181,140)
#C5BC97
(197,188,151)
#CBC3A2
(203,195,162)
#D1CAAD
(209,202,173)
#D7D1B8
(215,209,184)
#DDD8C3
(221,216,195)
#E3DFCE
(227,223,206)
#E9E6D9
(233,230,217)
#EFEDE4
(239,237,228)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9AE81 color. Also use rgb(185,174,129) instead hex code.

Text Font Color

.myTextColor { color: #B9AE81; }

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

This text font color is #B9AE81.

Background Color

.myBgColor { background-color: #B9AE81; }

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

This div background color is #B9AE81.

Border color

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

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

This div border color is #B9AE81.

Opacity

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

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

Text with #B9AE81 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 #B9AE81;}

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

This text has shadow with #B9AE81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9AE81.

Preview

Color preview on black background

This text has color #B9AE81 on black background.


Color preview on white background

This text has color #B9AE81 on white background.


Black color preview on #B9AE81 background

This text has black color on #B9AE81 background.


White color preview on #B9AE81 background

This text has white color on #B9AE81 background.


Related colors

Complementary color

Complementary color for #hex is #46517E.


I love getcolorcode.com

Triadic colors

1 #81B9AE and #AE81B9 with #B9AE81 are triadic colors.

2 #81AEB9 and #AEB981 with #B9AE81 are triadic colors.