COLOR #B9AC74

HEX: #B9AC74
RGB: (185,172,116)

Color info

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

RGB color model

#B9AC74 color RGB value is (185,172,116).

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

RGB channels and saturation

R 185 of 255 = 73%
G 172 of 255 = 67%
B 116 of 255 = 45%

185
172
116

R + G + B ~ 62%. #B9AC74 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 172 + 116 = 473 (100%)
R 185 of 473 ~ 39.11%
G 172 of 473 ~ 36.36%
B 116 of 473 ~ 24.52%

%39.11
%36.36
%24.52

CMYK color model

#B9AC74 color CMYK value is (0,7,37,27).

  • cyan value is 0.00%
  • magenta value is 7.03%
  • yellow value is 37.30%
  • key color value is 27.45%
CMYK:
(0,7,37,27)
C0M7Y37K27 
(0%,7%,37%,27%)
(0.00/0.07/0.37/0.27)	

CMYK percentages

%0
%7.03
%37.3
%27.45

Codes

Color #B9AC74 in popluar color models

B9AC74
RGB185172116
HSL49°33.01%59.02%
HSB/HSV49°37.30%72.55%
CMYK0.00%7.03%37.30%
27.45%

Color #B9AC74 in popluar number systems.

HEXB9AC74
Decimal185172116
Binary10111001101011001110100
Octal271254164

Shades and tints

Shades of #B9AC74

#B9AC74
(185,172,116)
#A99D6A
(169,157,106)
#998E60
(153,142,96)
#897F56
(137,127,86)
#79704C
(121,112,76)
#696142
(105,97,66)
#595238
(89,82,56)
#49432E
(73,67,46)
#393424
(57,52,36)
#29251A
(41,37,26)
#191610
(25,22,16)
#000000
(0,0,0)

Tints of #B9AC74

#B9AC74
(185,172,116)
#BFB380
(191,179,128)
#C5BA8C
(197,186,140)
#CBC198
(203,193,152)
#D1C8A4
(209,200,164)
#D7CFB0
(215,207,176)
#DDD6BC
(221,214,188)
#E3DDC8
(227,221,200)
#E9E4D4
(233,228,212)
#EFEBE0
(239,235,224)
#F5F2EC
(245,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9AC74; }

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

This text font color is #B9AC74.


Background Color

.myBgColor { background-color: #B9AC74; }

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

This div background color is #B9AC74.


Border color

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

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

This div border color is #B9AC74.


Opacity

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

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

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

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

This text has shadow with #B9AC74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9AC74 on black background.


Color preview on white background

This text has color #B9AC74 on white background.



Black color preview on #B9AC74 background

This text has black color on #B9AC74 background.


White color preview on #B9AC74 background

This text has white color on #B9AC74 background.