COLOR #B9BF88

HEX: #B9BF88
RGB: (185,191,136)

Color info

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

RGB color model

#B9BF88 color RGB value is (185,191,136).

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

RGB channels and saturation

R 185 of 255 = 73%
G 191 of 255 = 75%
B 136 of 255 = 53%

185
191
136

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

Portions of RGB colors in percentages

R + G + B =
185 + 191 + 136 = 512 (100%)
R 185 of 512 ~ 36.13%
G 191 of 512 ~ 37.3%
B 136 of 512 ~ 26.56%

%36.13
%37.3
%26.56

CMYK color model

#B9BF88 color CMYK value is (3,0,29,25).

  • cyan value is 3.14%
  • magenta value is 0.00%
  • yellow value is 28.80%
  • key color value is 25.10%
CMYK:
(3,0,29,25)
C3M0Y29K25 
(3%,0%,29%,25%)
(0.03/0.00/0.29/0.25)	

CMYK percentages

%3.14
%0
%28.8
%25.1

Codes

Color #B9BF88 in popluar color models

B9BF88
RGB185191136
HSL67°30.05%64.12%
HSB/HSV67°28.80%74.90%
CMYK3.14%0.00%28.80%
25.10%

Color #B9BF88 in popluar number systems.

HEXB9BF88
Decimal185191136
Binary101110011011111110001000
Octal271277210

Shades and tints

Shades of #B9BF88

#B9BF88
(185,191,136)
#A9AE7C
(169,174,124)
#999D70
(153,157,112)
#898C64
(137,140,100)
#797B58
(121,123,88)
#696A4C
(105,106,76)
#595940
(89,89,64)
#494834
(73,72,52)
#393728
(57,55,40)
#29261C
(41,38,28)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #B9BF88

#B9BF88
(185,191,136)
#BFC492
(191,196,146)
#C5C99C
(197,201,156)
#CBCEA6
(203,206,166)
#D1D3B0
(209,211,176)
#D7D8BA
(215,216,186)
#DDDDC4
(221,221,196)
#E3E2CE
(227,226,206)
#E9E7D8
(233,231,216)
#EFECE2
(239,236,226)
#F5F1EC
(245,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BF88; }

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

This text font color is #B9BF88.


Background Color

.myBgColor { background-color: #B9BF88; }

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

This div background color is #B9BF88.


Border color

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

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

This div border color is #B9BF88.


Opacity

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

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

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

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

This text has shadow with #B9BF88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BF88 on black background.


Color preview on white background

This text has color #B9BF88 on white background.



Black color preview on #B9BF88 background

This text has black color on #B9BF88 background.


White color preview on #B9BF88 background

This text has white color on #B9BF88 background.