COLOR #B9AC96

HEX: #B9AC96 RGB: (185,172,150)

Color info

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

RGB color model

#B9AC96 color RGB value is (185,172,150).

RGB: (185,172,150) (73%, 67%, 59%)

RGB channels and saturation

R 185 of 255 = 73%
G 172 of 255 = 67%
B 150 of 255 = 59%

185
172
150

R + G + B ~ 66%. #B9AC96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 172 + 150 = 507 (100%)
R 185 of 507 ~ 36.49%
G 172 of 507 ~ 33.93%
B 150 of 507 ~ 29.59'%

%36.49
%33.93
%29.59

CMYK color model

#B9AC96 color CMYK value is (0,7,19,27).

  • cyan value is 0.00%
  • magenta value is 7.03%
  • yellow value is 18.92%
  • key color value is 27.45%

CMYK: (0,7,19,27)
C0M7Y19K27 (0%, 7%, 19%, 27%)
(0.00 / 0.07 / 0.19 / 0.27)

CMYK percentages

%0
%7.03
%18.92
%27.45

Codes

Color #B9AC96 in popluar color models

B9 AC 96
RGB 185 172 150
HSL 38° 20.00% 65.69%
HSB/HSV 38° 18.92% 72.55%
CMYK 0.00% 7.03% 18.92%
27.45%

Color #B9AC96 in popluar number systems.

HEX B9 AC 96
Decimal 185 172 150
Binary 10111001 10101100 10010110
Octal 271 254 226

Shades and tints

Shades of #B9AC96

#B9AC96
(185,172,150)
#A99D89
(169,157,137)
#998E7C
(153,142,124)
#897F6F
(137,127,111)
#797062
(121,112,98)
#696155
(105,97,85)
#595248
(89,82,72)
#49433B
(73,67,59)
#39342E
(57,52,46)
#292521
(41,37,33)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #B9AC96

#B9AC96
(185,172,150)
#BFB39F
(191,179,159)
#C5BAA8
(197,186,168)
#CBC1B1
(203,193,177)
#D1C8BA
(209,200,186)
#D7CFC3
(215,207,195)
#DDD6CC
(221,214,204)
#E3DDD5
(227,221,213)
#E9E4DE
(233,228,222)
#EFEBE7
(239,235,231)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9AC96 color. Also use rgb(185,172,150) instead hex code.

Text Font Color

.myTextColor { color: #B9AC96; }

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

This text font color is #B9AC96.

Background Color

.myBgColor { background-color: #B9AC96; }

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

This div background color is #B9AC96.

Border color

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

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

This div border color is #B9AC96.

Opacity

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

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

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

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

This text has shadow with #B9AC96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9AC96.

Preview

Color preview on black background

This text has color #B9AC96 on black background.


Color preview on white background

This text has color #B9AC96 on white background.


Black color preview on #B9AC96 background

This text has black color on #B9AC96 background.


White color preview on #B9AC96 background

This text has white color on #B9AC96 background.


Related colors

Complementary color

Complementary color for #hex is #465369.


I love getcolorcode.com

Triadic colors

1 #96B9AC and #AC96B9 with #B9AC96 are triadic colors.

2 #96ACB9 and #ACB996 with #B9AC96 are triadic colors.