COLOR #B09B89

HEX: #B09B89
RGB: (176,155,137)

Color info

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

RGB color model

#B09B89 color RGB value is (176,155,137).

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

RGB channels and saturation

R 176 of 255 = 69%
G 155 of 255 = 61%
B 137 of 255 = 54%

176
155
137

R + G + B ~ 61%. #B09B89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 155 + 137 = 468 (100%)
R 176 of 468 ~ 37.61%
G 155 of 468 ~ 33.12%
B 137 of 468 ~ 29.27%

%37.61
%33.12
%29.27

CMYK color model

#B09B89 color CMYK value is (0,12,22,31).

  • cyan value is 0.00%
  • magenta value is 11.93%
  • yellow value is 22.16%
  • key color value is 30.98%
CMYK:
(0,12,22,31)
C0M12Y22K31 
(0%,12%,22%,31%)
(0.00/0.12/0.22/0.31)	

CMYK percentages

%0
%11.93
%22.16
%30.98

Codes

Color #B09B89 in popluar color models

B09B89
RGB176155137
HSL28°19.80%61.37%
HSB/HSV28°22.16%69.02%
CMYK0.00%11.93%22.16%
30.98%

Color #B09B89 in popluar number systems.

HEXB09B89
Decimal176155137
Binary101100001001101110001001
Octal260233211

Shades and tints

Shades of #B09B89

#B09B89
(176,155,137)
#A08D7D
(160,141,125)
#907F71
(144,127,113)
#807165
(128,113,101)
#706359
(112,99,89)
#60554D
(96,85,77)
#504741
(80,71,65)
#403935
(64,57,53)
#302B29
(48,43,41)
#201D1D
(32,29,29)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #B09B89

#B09B89
(176,155,137)
#B7A493
(183,164,147)
#BEAD9D
(190,173,157)
#C5B6A7
(197,182,167)
#CCBFB1
(204,191,177)
#D3C8BB
(211,200,187)
#DAD1C5
(218,209,197)
#E1DACF
(225,218,207)
#E8E3D9
(232,227,217)
#EFECE3
(239,236,227)
#F6F5ED
(246,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09B89; }

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

This text font color is #B09B89.


Background Color

.myBgColor { background-color: #B09B89; }

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

This div background color is #B09B89.


Border color

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

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

This div border color is #B09B89.


Opacity

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

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

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

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

This text has shadow with #B09B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09B89 on black background.


Color preview on white background

This text has color #B09B89 on white background.



Black color preview on #B09B89 background

This text has black color on #B09B89 background.


White color preview on #B09B89 background

This text has white color on #B09B89 background.