COLOR #B9AC5B

HEX: #B9AC5B
RGB: (185,172,91)

Color info

#B9AC5B contains mainly red and green colors. Web safe color of #B9AC5B is #CC9966 (or #C96).

RGB color model

#B9AC5B color RGB value is (185,172,91).

  • red value is 185;
  • green value is 172;
  • blue value is 91.
RGB:
(185,172,91)
(73%,67%,36%)

RGB channels and saturation

R 185 of 255 = 73%
G 172 of 255 = 67%
B 91 of 255 = 36%

185
172
91

R + G + B ~ 59%. #B9AC5B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
185 + 172 + 91 = 448 (100%)
R 185 of 448 ~ 41.29%
G 172 of 448 ~ 38.39%
B 91 of 448 ~ 20.31%

%41.29
%38.39
%20.31

CMYK color model

#B9AC5B color CMYK value is (0,7,51,27).

  • cyan value is 0.00%
  • magenta value is 7.03%
  • yellow value is 50.81%
  • key color value is 27.45%
CMYK:
(0,7,51,27)
C0M7Y51K27 
(0%,7%,51%,27%)
(0.00/0.07/0.51/0.27)	

CMYK percentages

%0
%7.03
%50.81
%27.45

Codes

Color #B9AC5B in popluar color models

B9AC5B
RGB18517291
HSL52°40.17%54.12%
HSB/HSV52°50.81%72.55%
CMYK0.00%7.03%50.81%
27.45%

Color #B9AC5B in popluar number systems.

HEXB9AC5B
Decimal18517291
Binary10111001101011001011011
Octal271254133

Shades and tints

Shades of #B9AC5B

#B9AC5B
(185,172,91)
#A99D53
(169,157,83)
#998E4B
(153,142,75)
#897F43
(137,127,67)
#79703B
(121,112,59)
#696133
(105,97,51)
#59522B
(89,82,43)
#494323
(73,67,35)
#39341B
(57,52,27)
#292513
(41,37,19)
#19160B
(25,22,11)
#000000
(0,0,0)

Tints of #B9AC5B

#B9AC5B
(185,172,91)
#BFB369
(191,179,105)
#C5BA77
(197,186,119)
#CBC185
(203,193,133)
#D1C893
(209,200,147)
#D7CFA1
(215,207,161)
#DDD6AF
(221,214,175)
#E3DDBD
(227,221,189)
#E9E4CB
(233,228,203)
#EFEBD9
(239,235,217)
#F5F2E7
(245,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9AC5B; }

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

This text font color is #B9AC5B.


Background Color

.myBgColor { background-color: #B9AC5B; }

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

This div background color is #B9AC5B.


Border color

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

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

This div border color is #B9AC5B.


Opacity

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

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

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

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

This text has shadow with #B9AC5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9AC5B on black background.


Color preview on white background

This text has color #B9AC5B on white background.



Black color preview on #B9AC5B background

This text has black color on #B9AC5B background.


White color preview on #B9AC5B background

This text has white color on #B9AC5B background.