COLOR #B09B91

HEX: #B09B91
RGB: (176,155,145)

Color info

#B09B91 contains red, green and blue colors in about the same proportion. Web safe color of #B09B91 is #999999 (or #999).

RGB color model

#B09B91 color RGB value is (176,155,145).

  • red value is 176;
  • green value is 155;
  • blue value is 145.
RGB:
(176,155,145)
(69%,61%,57%)

RGB channels and saturation

R 176 of 255 = 69%
G 155 of 255 = 61%
B 145 of 255 = 57%

176
155
145

R + G + B ~ 62%. #B09B91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 155 + 145 = 476 (100%)
R 176 of 476 ~ 36.97%
G 155 of 476 ~ 32.56%
B 145 of 476 ~ 30.46%

%36.97
%32.56
%30.46

CMYK color model

#B09B91 color CMYK value is (0,12,18,31).

  • cyan value is 0.00%
  • magenta value is 11.93%
  • yellow value is 17.61%
  • key color value is 30.98%
CMYK:
(0,12,18,31)
C0M12Y18K31 
(0%,12%,18%,31%)
(0.00/0.12/0.18/0.31)	

CMYK percentages

%0
%11.93
%17.61
%30.98

Codes

Color #B09B91 in popluar color models

B09B91
RGB176155145
HSL19°16.40%62.94%
HSB/HSV19°17.61%69.02%
CMYK0.00%11.93%17.61%
30.98%

Color #B09B91 in popluar number systems.

HEXB09B91
Decimal176155145
Binary101100001001101110010001
Octal260233221

Shades and tints

Shades of #B09B91

#B09B91
(176,155,145)
#A08D84
(160,141,132)
#907F77
(144,127,119)
#80716A
(128,113,106)
#70635D
(112,99,93)
#605550
(96,85,80)
#504743
(80,71,67)
#403936
(64,57,54)
#302B29
(48,43,41)
#201D1C
(32,29,28)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #B09B91

#B09B91
(176,155,145)
#B7A49B
(183,164,155)
#BEADA5
(190,173,165)
#C5B6AF
(197,182,175)
#CCBFB9
(204,191,185)
#D3C8C3
(211,200,195)
#DAD1CD
(218,209,205)
#E1DAD7
(225,218,215)
#E8E3E1
(232,227,225)
#EFECEB
(239,236,235)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09B91 color. Also use rgb(176,155,145) instead hex code.

Text Font Color

.myTextColor { color: #B09B91; }

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

This text font color is #B09B91.


Background Color

.myBgColor { background-color: #B09B91; }

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

This div background color is #B09B91.


Border color

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

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

This div border color is #B09B91.


Opacity

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

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

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

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

This text has shadow with #B09B91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09B91 on black background.


Color preview on white background

This text has color #B09B91 on white background.



Black color preview on #B09B91 background

This text has black color on #B09B91 background.


White color preview on #B09B91 background

This text has white color on #B09B91 background.