COLOR #B9BF99

HEX: #B9BF99
RGB: (185,191,153)

Color info

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

RGB color model

#B9BF99 color RGB value is (185,191,153).

  • red value is 185;
  • green value is 191;
  • blue value is 153.
RGB:
(185,191,153)
(73%,75%,60%)

RGB channels and saturation

R 185 of 255 = 73%
G 191 of 255 = 75%
B 153 of 255 = 60%

185
191
153

R + G + B ~ 69%. #B9BF99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 191 + 153 = 529 (100%)
R 185 of 529 ~ 34.97%
G 191 of 529 ~ 36.11%
B 153 of 529 ~ 28.92%

%34.97
%36.11
%28.92

CMYK color model

#B9BF99 color CMYK value is (3,0,20,25).

  • cyan value is 3.14%
  • magenta value is 0.00%
  • yellow value is 19.90%
  • key color value is 25.10%
CMYK:
(3,0,20,25)
C3M0Y20K25 
(3%,0%,20%,25%)
(0.03/0.00/0.20/0.25)	

CMYK percentages

%3.14
%0
%19.9
%25.1

Codes

Color #B9BF99 in popluar color models

B9BF99
RGB185191153
HSL69°22.89%67.45%
HSB/HSV69°19.90%74.90%
CMYK3.14%0.00%19.90%
25.10%

Color #B9BF99 in popluar number systems.

HEXB9BF99
Decimal185191153
Binary101110011011111110011001
Octal271277231

Shades and tints

Shades of #B9BF99

#B9BF99
(185,191,153)
#A9AE8C
(169,174,140)
#999D7F
(153,157,127)
#898C72
(137,140,114)
#797B65
(121,123,101)
#696A58
(105,106,88)
#59594B
(89,89,75)
#49483E
(73,72,62)
#393731
(57,55,49)
#292624
(41,38,36)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #B9BF99

#B9BF99
(185,191,153)
#BFC4A2
(191,196,162)
#C5C9AB
(197,201,171)
#CBCEB4
(203,206,180)
#D1D3BD
(209,211,189)
#D7D8C6
(215,216,198)
#DDDDCF
(221,221,207)
#E3E2D8
(227,226,216)
#E9E7E1
(233,231,225)
#EFECEA
(239,236,234)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9BF99 color. Also use rgb(185,191,153) instead hex code.

Text Font Color

.myTextColor { color: #B9BF99; }

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

This text font color is #B9BF99.


Background Color

.myBgColor { background-color: #B9BF99; }

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

This div background color is #B9BF99.


Border color

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

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

This div border color is #B9BF99.


Opacity

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

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

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

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

This text has shadow with #B9BF99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BF99 on black background.


Color preview on white background

This text has color #B9BF99 on white background.



Black color preview on #B9BF99 background

This text has black color on #B9BF99 background.


White color preview on #B9BF99 background

This text has white color on #B9BF99 background.