COLOR #B9BF89

HEX: #B9BF89
RGB: (185,191,137)

Color info

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

RGB color model

#B9BF89 color RGB value is (185,191,137).

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

RGB channels and saturation

R 185 of 255 = 73%
G 191 of 255 = 75%
B 137 of 255 = 54%

185
191
137

R + G + B ~ 67%. #B9BF89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 191 + 137 = 513 (100%)
R 185 of 513 ~ 36.06%
G 191 of 513 ~ 37.23%
B 137 of 513 ~ 26.71%

%36.06
%37.23
%26.71

CMYK color model

#B9BF89 color CMYK value is (3,0,28,25).

  • cyan value is 3.14%
  • magenta value is 0.00%
  • yellow value is 28.27%
  • key color value is 25.10%
CMYK:
(3,0,28,25)
C3M0Y28K25 
(3%,0%,28%,25%)
(0.03/0.00/0.28/0.25)	

CMYK percentages

%3.14
%0
%28.27
%25.1

Codes

Color #B9BF89 in popluar color models

B9BF89
RGB185191137
HSL67°29.67%64.31%
HSB/HSV67°28.27%74.90%
CMYK3.14%0.00%28.27%
25.10%

Color #B9BF89 in popluar number systems.

HEXB9BF89
Decimal185191137
Binary101110011011111110001001
Octal271277211

Shades and tints

Shades of #B9BF89

#B9BF89
(185,191,137)
#A9AE7D
(169,174,125)
#999D71
(153,157,113)
#898C65
(137,140,101)
#797B59
(121,123,89)
#696A4D
(105,106,77)
#595941
(89,89,65)
#494835
(73,72,53)
#393729
(57,55,41)
#29261D
(41,38,29)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #B9BF89

#B9BF89
(185,191,137)
#BFC493
(191,196,147)
#C5C99D
(197,201,157)
#CBCEA7
(203,206,167)
#D1D3B1
(209,211,177)
#D7D8BB
(215,216,187)
#DDDDC5
(221,221,197)
#E3E2CF
(227,226,207)
#E9E7D9
(233,231,217)
#EFECE3
(239,236,227)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BF89; }

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

This text font color is #B9BF89.


Background Color

.myBgColor { background-color: #B9BF89; }

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

This div background color is #B9BF89.


Border color

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

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

This div border color is #B9BF89.


Opacity

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

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

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

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

This text has shadow with #B9BF89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BF89 on black background.


Color preview on white background

This text has color #B9BF89 on white background.



Black color preview on #B9BF89 background

This text has black color on #B9BF89 background.


White color preview on #B9BF89 background

This text has white color on #B9BF89 background.