COLOR #B9B0A9

HEX: #B9B0A9
RGB: (185,176,169)

Color info

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

RGB color model

#B9B0A9 color RGB value is (185,176,169).

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

RGB channels and saturation

R 185 of 255 = 73%
G 176 of 255 = 69%
B 169 of 255 = 66%

185
176
169

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

Portions of RGB colors in percentages

R + G + B =
185 + 176 + 169 = 530 (100%)
R 185 of 530 ~ 34.91%
G 176 of 530 ~ 33.21%
B 169 of 530 ~ 31.89%

%34.91
%33.21
%31.89

CMYK color model

#B9B0A9 color CMYK value is (0,5,9,27).

  • cyan value is 0.00%
  • magenta value is 4.86%
  • yellow value is 8.65%
  • key color value is 27.45%
CMYK: (0,5,9,27) C0M5Y9K27 (0%,5%,9%,27%) (0.00/0.05/0.09/0.27)

CMYK percentages

%0
%4.86
%8.65
%27.45

Codes

Color #B9B0A9 in popluar color models

B9B0A9
RGB185176169
HSL26°10.26%69.41%
HSB/HSV26°8.65%72.55%
CMYK0.00%4.86%8.65%
27.45%

Color #B9B0A9 in popluar number systems.

HEXB9B0A9
Decimal185176169
Binary101110011011000010101001
Octal271260251

Shades and tints

Shades of #B9B0A9

#B9B0A9
(185,176,169)
#A9A09A
(169,160,154)
#99908B
(153,144,139)
#89807C
(137,128,124)
#79706D
(121,112,109)
#69605E
(105,96,94)
#59504F
(89,80,79)
#494040
(73,64,64)
#393031
(57,48,49)
#292022
(41,32,34)
#191013
(25,16,19)
#000000
(0,0,0)

Tints of #B9B0A9

#B9B0A9
(185,176,169)
#BFB7B0
(191,183,176)
#C5BEB7
(197,190,183)
#CBC5BE
(203,197,190)
#D1CCC5
(209,204,197)
#D7D3CC
(215,211,204)
#DDDAD3
(221,218,211)
#E3E1DA
(227,225,218)
#E9E8E1
(233,232,225)
#EFEFE8
(239,239,232)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B0A9; }

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

This text font color is #B9B0A9.


Background Color

.myBgColor { background-color: #B9B0A9; }

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

This div background color is #B9B0A9.


Border color

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

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

This div border color is #B9B0A9.


Opacity

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

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

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

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

This text has shadow with #B9B0A9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B9B0A9 on black background.


Color preview on white background

This text has color #B9B0A9 on white background.



Black color preview on #B9B0A9 background

This text has black color on #B9B0A9 background.


White color preview on #B9B0A9 background

This text has white color on #B9B0A9 background.