COLOR #B9A87F

HEX: #B9A87F
RGB: (185,168,127)

Color info

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

RGB color model

#B9A87F color RGB value is (185,168,127).

  • red value is 185;
  • green value is 168;
  • blue value is 127.
RGB:
(185,168,127)
(73%,66%,50%)

RGB channels and saturation

R 185 of 255 = 73%
G 168 of 255 = 66%
B 127 of 255 = 50%

185
168
127

R + G + B ~ 63%. #B9A87F is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 168 + 127 = 480 (100%)
R 185 of 480 ~ 38.54%
G 168 of 480 ~ 35%
B 127 of 480 ~ 26.46%

%38.54
%35
%26.46

CMYK color model

#B9A87F color CMYK value is (0,9,31,27).

  • cyan value is 0.00%
  • magenta value is 9.19%
  • yellow value is 31.35%
  • key color value is 27.45%
CMYK:
(0,9,31,27)
C0M9Y31K27 
(0%,9%,31%,27%)
(0.00/0.09/0.31/0.27)	

CMYK percentages

%0
%9.19
%31.35
%27.45

Codes

Color #B9A87F in popluar color models

B9A87F
RGB185168127
HSL42°29.29%61.18%
HSB/HSV42°31.35%72.55%
CMYK0.00%9.19%31.35%
27.45%

Color #B9A87F in popluar number systems.

HEXB9A87F
Decimal185168127
Binary10111001101010001111111
Octal271250177

Shades and tints

Shades of #B9A87F

#B9A87F
(185,168,127)
#A99974
(169,153,116)
#998A69
(153,138,105)
#897B5E
(137,123,94)
#796C53
(121,108,83)
#695D48
(105,93,72)
#594E3D
(89,78,61)
#493F32
(73,63,50)
#393027
(57,48,39)
#29211C
(41,33,28)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #B9A87F

#B9A87F
(185,168,127)
#BFAF8A
(191,175,138)
#C5B695
(197,182,149)
#CBBDA0
(203,189,160)
#D1C4AB
(209,196,171)
#D7CBB6
(215,203,182)
#DDD2C1
(221,210,193)
#E3D9CC
(227,217,204)
#E9E0D7
(233,224,215)
#EFE7E2
(239,231,226)
#F5EEED
(245,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A87F color. Also use rgb(185,168,127) instead hex code.

Text Font Color

.myTextColor { color: #B9A87F; }

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

This text font color is #B9A87F.


Background Color

.myBgColor { background-color: #B9A87F; }

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

This div background color is #B9A87F.


Border color

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

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

This div border color is #B9A87F.


Opacity

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

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

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

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

This text has shadow with #B9A87F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A87F on black background.


Color preview on white background

This text has color #B9A87F on white background.



Black color preview on #B9A87F background

This text has black color on #B9A87F background.


White color preview on #B9A87F background

This text has white color on #B9A87F background.