COLOR #B9C091

HEX: #B9C091
RGB: (185,192,145)

Color info

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

RGB color model

#B9C091 color RGB value is (185,192,145).

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

RGB channels and saturation

R 185 of 255 = 73%
G 192 of 255 = 75%
B 145 of 255 = 57%

185
192
145

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

Portions of RGB colors in percentages

R + G + B =
185 + 192 + 145 = 522 (100%)
R 185 of 522 ~ 35.44%
G 192 of 522 ~ 36.78%
B 145 of 522 ~ 27.78%

%35.44
%36.78
%27.78

CMYK color model

#B9C091 color CMYK value is (4,0,24,25).

  • cyan value is 3.65%
  • magenta value is 0.00%
  • yellow value is 24.48%
  • key color value is 24.71%
CMYK:
(4,0,24,25)
C4M0Y24K25 
(4%,0%,24%,25%)
(0.04/0.00/0.24/0.25)	

CMYK percentages

%3.65
%0
%24.48
%24.71

Codes

Color #B9C091 in popluar color models

B9C091
RGB185192145
HSL69°27.17%66.08%
HSB/HSV69°24.48%75.29%
CMYK3.65%0.00%24.48%
24.71%

Color #B9C091 in popluar number systems.

HEXB9C091
Decimal185192145
Binary101110011100000010010001
Octal271300221

Shades and tints

Shades of #B9C091

#B9C091
(185,192,145)
#A9AF84
(169,175,132)
#999E77
(153,158,119)
#898D6A
(137,141,106)
#797C5D
(121,124,93)
#696B50
(105,107,80)
#595A43
(89,90,67)
#494936
(73,73,54)
#393829
(57,56,41)
#29271C
(41,39,28)
#19160F
(25,22,15)
#000000
(0,0,0)

Tints of #B9C091

#B9C091
(185,192,145)
#BFC59B
(191,197,155)
#C5CAA5
(197,202,165)
#CBCFAF
(203,207,175)
#D1D4B9
(209,212,185)
#D7D9C3
(215,217,195)
#DDDECD
(221,222,205)
#E3E3D7
(227,227,215)
#E9E8E1
(233,232,225)
#EFEDEB
(239,237,235)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C091; }

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

This text font color is #B9C091.


Background Color

.myBgColor { background-color: #B9C091; }

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

This div background color is #B9C091.


Border color

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

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

This div border color is #B9C091.


Opacity

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

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

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

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

This text has shadow with #B9C091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C091 on black background.


Color preview on white background

This text has color #B9C091 on white background.



Black color preview on #B9C091 background

This text has black color on #B9C091 background.


White color preview on #B9C091 background

This text has white color on #B9C091 background.