COLOR #B9B87F

HEX: #B9B87F
RGB: (185,184,127)

Color info

#B9B87F contains red, green and blue colors in about the same proportion. Web safe color of #B9B87F is #CCCC66 (or #CC6).

RGB color model

#B9B87F color RGB value is (185,184,127).

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

RGB channels and saturation

R 185 of 255 = 73%
G 184 of 255 = 72%
B 127 of 255 = 50%

185
184
127

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

Portions of RGB colors in percentages

R + G + B =
185 + 184 + 127 = 496 (100%)
R 185 of 496 ~ 37.3%
G 184 of 496 ~ 37.1%
B 127 of 496 ~ 25.6%

%37.3
%37.1
%25.6

CMYK color model

#B9B87F color CMYK value is (0,1,31,27).

  • cyan value is 0.00%
  • magenta value is 0.54%
  • yellow value is 31.35%
  • key color value is 27.45%
CMYK:
(0,1,31,27)
C0M1Y31K27 
(0%,1%,31%,27%)
(0.00/0.01/0.31/0.27)	

CMYK percentages

%0
%0.54
%31.35
%27.45

Codes

Color #B9B87F in popluar color models

B9B87F
RGB185184127
HSL59°29.29%61.18%
HSB/HSV59°31.35%72.55%
CMYK0.00%0.54%31.35%
27.45%

Color #B9B87F in popluar number systems.

HEXB9B87F
Decimal185184127
Binary10111001101110001111111
Octal271270177

Shades and tints

Shades of #B9B87F

#B9B87F
(185,184,127)
#A9A874
(169,168,116)
#999869
(153,152,105)
#89885E
(137,136,94)
#797853
(121,120,83)
#696848
(105,104,72)
#59583D
(89,88,61)
#494832
(73,72,50)
#393827
(57,56,39)
#29281C
(41,40,28)
#191811
(25,24,17)
#000000
(0,0,0)

Tints of #B9B87F

#B9B87F
(185,184,127)
#BFBE8A
(191,190,138)
#C5C495
(197,196,149)
#CBCAA0
(203,202,160)
#D1D0AB
(209,208,171)
#D7D6B6
(215,214,182)
#DDDCC1
(221,220,193)
#E3E2CC
(227,226,204)
#E9E8D7
(233,232,215)
#EFEEE2
(239,238,226)
#F5F4ED
(245,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B87F; }

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

This text font color is #B9B87F.


Background Color

.myBgColor { background-color: #B9B87F; }

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

This div background color is #B9B87F.


Border color

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

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

This div border color is #B9B87F.


Opacity

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

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

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

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

This text has shadow with #B9B87F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B87F on black background.


Color preview on white background

This text has color #B9B87F on white background.



Black color preview on #B9B87F background

This text has black color on #B9B87F background.


White color preview on #B9B87F background

This text has white color on #B9B87F background.