COLOR #B9B0AB

HEX: #B9B0AB
RGB: (185,176,171)

Color info

#B9B0AB contains red, green and blue colors in about the same proportion. Web safe color of #B9B0AB is #CC9999 (or #C99).

RGB color model

#B9B0AB color RGB value is (185,176,171).

  • red value is 185;
  • green value is 176;
  • blue value is 171.
RGB:
(185,176,171)
(73%,69%,67%)

RGB channels and saturation

R 185 of 255 = 73%
G 176 of 255 = 69%
B 171 of 255 = 67%

185
176
171

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

Portions of RGB colors in percentages

R + G + B =
185 + 176 + 171 = 532 (100%)
R 185 of 532 ~ 34.77%
G 176 of 532 ~ 33.08%
B 171 of 532 ~ 32.14%

%34.77
%33.08
%32.14

CMYK color model

#B9B0AB color CMYK value is (0,5,8,27).

  • cyan value is 0.00%
  • magenta value is 4.86%
  • yellow value is 7.57%
  • key color value is 27.45%
CMYK:
(0,5,8,27)
C0M5Y8K27 
(0%,5%,8%,27%)
(0.00/0.05/0.08/0.27)	

CMYK percentages

%0
%4.86
%7.57
%27.45

Codes

Color #B9B0AB in popluar color models

B9B0AB
RGB185176171
HSL21°9.09%69.80%
HSB/HSV21°7.57%72.55%
CMYK0.00%4.86%7.57%
27.45%

Color #B9B0AB in popluar number systems.

HEXB9B0AB
Decimal185176171
Binary101110011011000010101011
Octal271260253

Shades and tints

Shades of #B9B0AB

#B9B0AB
(185,176,171)
#A9A09C
(169,160,156)
#99908D
(153,144,141)
#89807E
(137,128,126)
#79706F
(121,112,111)
#696060
(105,96,96)
#595051
(89,80,81)
#494042
(73,64,66)
#393033
(57,48,51)
#292024
(41,32,36)
#191015
(25,16,21)
#000000
(0,0,0)

Tints of #B9B0AB

#B9B0AB
(185,176,171)
#BFB7B2
(191,183,178)
#C5BEB9
(197,190,185)
#CBC5C0
(203,197,192)
#D1CCC7
(209,204,199)
#D7D3CE
(215,211,206)
#DDDAD5
(221,218,213)
#E3E1DC
(227,225,220)
#E9E8E3
(233,232,227)
#EFEFEA
(239,239,234)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9B0AB color. Also use rgb(185,176,171) instead hex code.

Text Font Color

.myTextColor { color: #B9B0AB; }

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

This text font color is #B9B0AB.


Background Color

.myBgColor { background-color: #B9B0AB; }

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

This div background color is #B9B0AB.


Border color

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

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

This div border color is #B9B0AB.


Opacity

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

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

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

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

This text has shadow with #B9B0AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B0AB on black background.


Color preview on white background

This text has color #B9B0AB on white background.



Black color preview on #B9B0AB background

This text has black color on #B9B0AB background.


White color preview on #B9B0AB background

This text has white color on #B9B0AB background.