COLOR #B9C08B

HEX: #B9C08B
RGB: (185,192,139)

Color info

#B9C08B contains red, green and blue colors in about the same proportion. Web safe color of #B9C08B is #CCCC99 (or #CC9).

RGB color model

#B9C08B color RGB value is (185,192,139).

  • red value is 185;
  • green value is 192;
  • blue value is 139.
RGB:
(185,192,139)
(73%,75%,55%)

RGB channels and saturation

R 185 of 255 = 73%
G 192 of 255 = 75%
B 139 of 255 = 55%

185
192
139

R + G + B ~ 68%. #B9C08B is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 192 + 139 = 516 (100%)
R 185 of 516 ~ 35.85%
G 192 of 516 ~ 37.21%
B 139 of 516 ~ 26.94%

%35.85
%37.21
%26.94

CMYK color model

#B9C08B color CMYK value is (4,0,28,25).

  • cyan value is 3.65%
  • magenta value is 0.00%
  • yellow value is 27.60%
  • key color value is 24.71%
CMYK:
(4,0,28,25)
C4M0Y28K25 
(4%,0%,28%,25%)
(0.04/0.00/0.28/0.25)	

CMYK percentages

%3.65
%0
%27.6
%24.71

Codes

Color #B9C08B in popluar color models

B9C08B
RGB185192139
HSL68°29.61%64.90%
HSB/HSV68°27.60%75.29%
CMYK3.65%0.00%27.60%
24.71%

Color #B9C08B in popluar number systems.

HEXB9C08B
Decimal185192139
Binary101110011100000010001011
Octal271300213

Shades and tints

Shades of #B9C08B

#B9C08B
(185,192,139)
#A9AF7F
(169,175,127)
#999E73
(153,158,115)
#898D67
(137,141,103)
#797C5B
(121,124,91)
#696B4F
(105,107,79)
#595A43
(89,90,67)
#494937
(73,73,55)
#39382B
(57,56,43)
#29271F
(41,39,31)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #B9C08B

#B9C08B
(185,192,139)
#BFC595
(191,197,149)
#C5CA9F
(197,202,159)
#CBCFA9
(203,207,169)
#D1D4B3
(209,212,179)
#D7D9BD
(215,217,189)
#DDDEC7
(221,222,199)
#E3E3D1
(227,227,209)
#E9E8DB
(233,232,219)
#EFEDE5
(239,237,229)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C08B color. Also use rgb(185,192,139) instead hex code.

Text Font Color

.myTextColor { color: #B9C08B; }

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

This text font color is #B9C08B.


Background Color

.myBgColor { background-color: #B9C08B; }

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

This div background color is #B9C08B.


Border color

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

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

This div border color is #B9C08B.


Opacity

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

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

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

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

This text has shadow with #B9C08B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C08B on black background.


Color preview on white background

This text has color #B9C08B on white background.



Black color preview on #B9C08B background

This text has black color on #B9C08B background.


White color preview on #B9C08B background

This text has white color on #B9C08B background.