COLOR #B9C19B

HEX: #B9C19B
RGB: (185,193,155)

Color info

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

RGB color model

#B9C19B color RGB value is (185,193,155).

  • red value is 185;
  • green value is 193;
  • blue value is 155.
RGB:
(185,193,155)
(73%,76%,61%)

RGB channels and saturation

R 185 of 255 = 73%
G 193 of 255 = 76%
B 155 of 255 = 61%

185
193
155

R + G + B ~ 70%. #B9C19B is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 193 + 155 = 533 (100%)
R 185 of 533 ~ 34.71%
G 193 of 533 ~ 36.21%
B 155 of 533 ~ 29.08%

%34.71
%36.21
%29.08

CMYK color model

#B9C19B color CMYK value is (4,0,20,24).

  • cyan value is 4.15%
  • magenta value is 0.00%
  • yellow value is 19.69%
  • key color value is 24.31%
CMYK:
(4,0,20,24)
C4M0Y20K24 
(4%,0%,20%,24%)
(0.04/0.00/0.20/0.24)	

CMYK percentages

%4.15
%0
%19.69
%24.31

Codes

Color #B9C19B in popluar color models

B9C19B
RGB185193155
HSL73°23.46%68.24%
HSB/HSV73°19.69%75.69%
CMYK4.15%0.00%19.69%
24.31%

Color #B9C19B in popluar number systems.

HEXB9C19B
Decimal185193155
Binary101110011100000110011011
Octal271301233

Shades and tints

Shades of #B9C19B

#B9C19B
(185,193,155)
#A9B08D
(169,176,141)
#999F7F
(153,159,127)
#898E71
(137,142,113)
#797D63
(121,125,99)
#696C55
(105,108,85)
#595B47
(89,91,71)
#494A39
(73,74,57)
#39392B
(57,57,43)
#29281D
(41,40,29)
#19170F
(25,23,15)
#000000
(0,0,0)

Tints of #B9C19B

#B9C19B
(185,193,155)
#BFC6A4
(191,198,164)
#C5CBAD
(197,203,173)
#CBD0B6
(203,208,182)
#D1D5BF
(209,213,191)
#D7DAC8
(215,218,200)
#DDDFD1
(221,223,209)
#E3E4DA
(227,228,218)
#E9E9E3
(233,233,227)
#EFEEEC
(239,238,236)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C19B color. Also use rgb(185,193,155) instead hex code.

Text Font Color

.myTextColor { color: #B9C19B; }

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

This text font color is #B9C19B.


Background Color

.myBgColor { background-color: #B9C19B; }

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

This div background color is #B9C19B.


Border color

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

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

This div border color is #B9C19B.


Opacity

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

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

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

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

This text has shadow with #B9C19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C19B on black background.


Color preview on white background

This text has color #B9C19B on white background.



Black color preview on #B9C19B background

This text has black color on #B9C19B background.


White color preview on #B9C19B background

This text has white color on #B9C19B background.