COLOR #B9AC8D

HEX: #B9AC8D RGB: (185,172,141)

Color info

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

RGB color model

#B9AC8D color RGB value is (185,172,141).

RGB: (185,172,141) (73%, 67%, 55%)

RGB channels and saturation

R 185 of 255 = 73%
G 172 of 255 = 67%
B 141 of 255 = 55%

185
172
141

R + G + B ~ 65%. #B9AC8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 172 + 141 = 498 (100%)
R 185 of 498 ~ 37.15%
G 172 of 498 ~ 34.54%
B 141 of 498 ~ 28.31'%

%37.15
%34.54
%28.31

CMYK color model

#B9AC8D color CMYK value is (0,7,24,27).

  • cyan value is 0.00%
  • magenta value is 7.03%
  • yellow value is 23.78%
  • key color value is 27.45%
CMYK: (0,7,24,27) C0M7Y24K27 (0%,7%,24%,27%) (0.00/0.07/0.24/0.27) 

CMYK percentages

%0
%7.03
%23.78
%27.45

Codes

Color #B9AC8D in popluar color models

B9 AC 8D
RGB 185 172 141
HSL 42° 23.91% 63.92%
HSB/HSV 42° 23.78% 72.55%
CMYK 0.00% 7.03% 23.78%
27.45%

Color #B9AC8D in popluar number systems.

HEX B9 AC 8D
Decimal 185 172 141
Binary 10111001 10101100 10001101
Octal 271 254 215

Shades and tints

Shades of #B9AC8D

#B9AC8D
(185,172,141)
#A99D81
(169,157,129)
#998E75
(153,142,117)
#897F69
(137,127,105)
#79705D
(121,112,93)
#696151
(105,97,81)
#595245
(89,82,69)
#494339
(73,67,57)
#39342D
(57,52,45)
#292521
(41,37,33)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #B9AC8D

#B9AC8D
(185,172,141)
#BFB397
(191,179,151)
#C5BAA1
(197,186,161)
#CBC1AB
(203,193,171)
#D1C8B5
(209,200,181)
#D7CFBF
(215,207,191)
#DDD6C9
(221,214,201)
#E3DDD3
(227,221,211)
#E9E4DD
(233,228,221)
#EFEBE7
(239,235,231)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9AC8D; }

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

This text font color is #B9AC8D.

Background Color

.myBgColor { background-color: #B9AC8D; }

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

This div background color is #B9AC8D.

Border color

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

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

This div border color is #B9AC8D.

Opacity

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

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

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

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

This text has shadow with #B9AC8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9AC8D.

Preview

Color preview on black background

This text has color #B9AC8D on black background.


Color preview on white background

This text has color #B9AC8D on white background.


Black color preview on #B9AC8D background

This text has black color on #B9AC8D background.


White color preview on #B9AC8D background

This text has white color on #B9AC8D background.


Related colors

Complementary color

Complementary color for #hex is #465372.


I love getcolorcode.com

Triadic colors

1 #8DB9AC and #AC8DB9 with #B9AC8D are triadic colors.

2 #8DACB9 and #ACB98D with #B9AC8D are triadic colors.