COLOR #B9B08F

HEX: #B9B08F
RGB: (185,176,143)

Color info

#B9B08F contains red, green and blue colors in about the same proportion. Web safe color of #B9B08F is #CC9999 (or #C99).

RGB color model

#B9B08F color RGB value is (185,176,143).

  • red value is 185;
  • green value is 176;
  • blue value is 143.
RGB:
(185,176,143)
(73%,69%,56%)

RGB channels and saturation

R 185 of 255 = 73%
G 176 of 255 = 69%
B 143 of 255 = 56%

185
176
143

R + G + B ~ 66%. #B9B08F is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 176 + 143 = 504 (100%)
R 185 of 504 ~ 36.71%
G 176 of 504 ~ 34.92%
B 143 of 504 ~ 28.37%

%36.71
%34.92
%28.37

CMYK color model

#B9B08F color CMYK value is (0,5,23,27).

  • cyan value is 0.00%
  • magenta value is 4.86%
  • yellow value is 22.70%
  • key color value is 27.45%
CMYK:
(0,5,23,27)
C0M5Y23K27 
(0%,5%,23%,27%)
(0.00/0.05/0.23/0.27)	

CMYK percentages

%0
%4.86
%22.7
%27.45

Codes

Color #B9B08F in popluar color models

B9B08F
RGB185176143
HSL47°23.08%64.31%
HSB/HSV47°22.70%72.55%
CMYK0.00%4.86%22.70%
27.45%

Color #B9B08F in popluar number systems.

HEXB9B08F
Decimal185176143
Binary101110011011000010001111
Octal271260217

Shades and tints

Shades of #B9B08F

#B9B08F
(185,176,143)
#A9A082
(169,160,130)
#999075
(153,144,117)
#898068
(137,128,104)
#79705B
(121,112,91)
#69604E
(105,96,78)
#595041
(89,80,65)
#494034
(73,64,52)
#393027
(57,48,39)
#29201A
(41,32,26)
#19100D
(25,16,13)
#000000
(0,0,0)

Tints of #B9B08F

#B9B08F
(185,176,143)
#BFB799
(191,183,153)
#C5BEA3
(197,190,163)
#CBC5AD
(203,197,173)
#D1CCB7
(209,204,183)
#D7D3C1
(215,211,193)
#DDDACB
(221,218,203)
#E3E1D5
(227,225,213)
#E9E8DF
(233,232,223)
#EFEFE9
(239,239,233)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9B08F color. Also use rgb(185,176,143) instead hex code.

Text Font Color

.myTextColor { color: #B9B08F; }

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

This text font color is #B9B08F.


Background Color

.myBgColor { background-color: #B9B08F; }

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

This div background color is #B9B08F.


Border color

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

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

This div border color is #B9B08F.


Opacity

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

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

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

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

This text has shadow with #B9B08F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B08F on black background.


Color preview on white background

This text has color #B9B08F on white background.



Black color preview on #B9B08F background

This text has black color on #B9B08F background.


White color preview on #B9B08F background

This text has white color on #B9B08F background.