COLOR #B9BB8D

HEX: #B9BB8D
RGB: (185,187,141)

Color info

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

RGB color model

#B9BB8D color RGB value is (185,187,141).

  • red value is 185;
  • green value is 187;
  • blue value is 141.
RGB:
(185,187,141)
(73%,73%,55%)

RGB channels and saturation

R 185 of 255 = 73%
G 187 of 255 = 73%
B 141 of 255 = 55%

185
187
141

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

Portions of RGB colors in percentages

R + G + B =
185 + 187 + 141 = 513 (100%)
R 185 of 513 ~ 36.06%
G 187 of 513 ~ 36.45%
B 141 of 513 ~ 27.49%

%36.06
%36.45
%27.49

CMYK color model

#B9BB8D color CMYK value is (1,0,25,27).

  • cyan value is 1.07%
  • magenta value is 0.00%
  • yellow value is 24.60%
  • key color value is 26.67%
CMYK:
(1,0,25,27)
C1M0Y25K27 
(1%,0%,25%,27%)
(0.01/0.00/0.25/0.27)	

CMYK percentages

%1.07
%0
%24.6
%26.67

Codes

Color #B9BB8D in popluar color models

B9BB8D
RGB185187141
HSL63°25.27%64.31%
HSB/HSV63°24.60%73.33%
CMYK1.07%0.00%24.60%
26.67%

Color #B9BB8D in popluar number systems.

HEXB9BB8D
Decimal185187141
Binary101110011011101110001101
Octal271273215

Shades and tints

Shades of #B9BB8D

#B9BB8D
(185,187,141)
#A9AA81
(169,170,129)
#999975
(153,153,117)
#898869
(137,136,105)
#79775D
(121,119,93)
#696651
(105,102,81)
#595545
(89,85,69)
#494439
(73,68,57)
#39332D
(57,51,45)
#292221
(41,34,33)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #B9BB8D

#B9BB8D
(185,187,141)
#BFC197
(191,193,151)
#C5C7A1
(197,199,161)
#CBCDAB
(203,205,171)
#D1D3B5
(209,211,181)
#D7D9BF
(215,217,191)
#DDDFC9
(221,223,201)
#E3E5D3
(227,229,211)
#E9EBDD
(233,235,221)
#EFF1E7
(239,241,231)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9BB8D color. Also use rgb(185,187,141) instead hex code.

Text Font Color

.myTextColor { color: #B9BB8D; }

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

This text font color is #B9BB8D.


Background Color

.myBgColor { background-color: #B9BB8D; }

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

This div background color is #B9BB8D.


Border color

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

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

This div border color is #B9BB8D.


Opacity

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

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

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

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

This text has shadow with #B9BB8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BB8D on black background.


Color preview on white background

This text has color #B9BB8D on white background.



Black color preview on #B9BB8D background

This text has black color on #B9BB8D background.


White color preview on #B9BB8D background

This text has white color on #B9BB8D background.