COLOR #B9A77E

HEX: #B9A77E
RGB: (185,167,126)

Color info

#B9A77E contains red, green and blue colors in about the same proportion. Web safe color of #B9A77E is #CC9966 (or #C96).

RGB color model

#B9A77E color RGB value is (185,167,126).

  • red value is 185;
  • green value is 167;
  • blue value is 126.
RGB:
(185,167,126)
(73%,65%,49%)

RGB channels and saturation

R 185 of 255 = 73%
G 167 of 255 = 65%
B 126 of 255 = 49%

185
167
126

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

Portions of RGB colors in percentages

R + G + B =
185 + 167 + 126 = 478 (100%)
R 185 of 478 ~ 38.7%
G 167 of 478 ~ 34.94%
B 126 of 478 ~ 26.36%

%38.7
%34.94
%26.36

CMYK color model

#B9A77E color CMYK value is (0,10,32,27).

  • cyan value is 0.00%
  • magenta value is 9.73%
  • yellow value is 31.89%
  • key color value is 27.45%
CMYK:
(0,10,32,27)
C0M10Y32K27 
(0%,10%,32%,27%)
(0.00/0.10/0.32/0.27)	

CMYK percentages

%0
%9.73
%31.89
%27.45

Codes

Color #B9A77E in popluar color models

B9A77E
RGB185167126
HSL42°29.65%60.98%
HSB/HSV42°31.89%72.55%
CMYK0.00%9.73%31.89%
27.45%

Color #B9A77E in popluar number systems.

HEXB9A77E
Decimal185167126
Binary10111001101001111111110
Octal271247176

Shades and tints

Shades of #B9A77E

#B9A77E
(185,167,126)
#A99873
(169,152,115)
#998968
(153,137,104)
#897A5D
(137,122,93)
#796B52
(121,107,82)
#695C47
(105,92,71)
#594D3C
(89,77,60)
#493E31
(73,62,49)
#392F26
(57,47,38)
#29201B
(41,32,27)
#191110
(25,17,16)
#000000
(0,0,0)

Tints of #B9A77E

#B9A77E
(185,167,126)
#BFAF89
(191,175,137)
#C5B794
(197,183,148)
#CBBF9F
(203,191,159)
#D1C7AA
(209,199,170)
#D7CFB5
(215,207,181)
#DDD7C0
(221,215,192)
#E3DFCB
(227,223,203)
#E9E7D6
(233,231,214)
#EFEFE1
(239,239,225)
#F5F7EC
(245,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A77E color. Also use rgb(185,167,126) instead hex code.

Text Font Color

.myTextColor { color: #B9A77E; }

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

This text font color is #B9A77E.


Background Color

.myBgColor { background-color: #B9A77E; }

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

This div background color is #B9A77E.


Border color

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

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

This div border color is #B9A77E.


Opacity

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

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

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

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

This text has shadow with #B9A77E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A77E on black background.


Color preview on white background

This text has color #B9A77E on white background.



Black color preview on #B9A77E background

This text has black color on #B9A77E background.


White color preview on #B9A77E background

This text has white color on #B9A77E background.