COLOR #B09889

HEX: #B09889 RGB: (176,152,137)

Color info

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

RGB color model

#B09889 color RGB value is (176,152,137).

RGB: (176,152,137) (69%, 60%, 54%)

RGB channels and saturation

R 176 of 255 = 69%
G 152 of 255 = 60%
B 137 of 255 = 54%

176
152
137

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

Portions of RGB colors in percentages

R + G + B = 176 + 152 + 137 = 465 (100%)
R 176 of 465 ~ 37.85%
G 152 of 465 ~ 32.69%
B 137 of 465 ~ 29.46'%

%37.85
%32.69
%29.46

CMYK color model

#B09889 color CMYK value is (0,14,22,31).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 22.16%
  • key color value is 30.98%

CMYK: (0,14,22,31)
C0M14Y22K31 (0%, 14%, 22%, 31%)
(0.00 / 0.14 / 0.22 / 0.31)

CMYK percentages

%0
%13.64
%22.16
%30.98

Codes

Color #B09889 in popluar color models

B0 98 89
RGB 176 152 137
HSL 23° 19.80% 61.37%
HSB/HSV 23° 22.16% 69.02%
CMYK 0.00% 13.64% 22.16%
30.98%

Color #B09889 in popluar number systems.

HEX B0 98 89
Decimal 176 152 137
Binary 10110000 10011000 10001001
Octal 260 230 211

Shades and tints

Shades of #B09889

#B09889
(176,152,137)
#A08B7D
(160,139,125)
#907E71
(144,126,113)
#807165
(128,113,101)
#706459
(112,100,89)
#60574D
(96,87,77)
#504A41
(80,74,65)
#403D35
(64,61,53)
#303029
(48,48,41)
#20231D
(32,35,29)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #B09889

#B09889
(176,152,137)
#B7A193
(183,161,147)
#BEAA9D
(190,170,157)
#C5B3A7
(197,179,167)
#CCBCB1
(204,188,177)
#D3C5BB
(211,197,187)
#DACEC5
(218,206,197)
#E1D7CF
(225,215,207)
#E8E0D9
(232,224,217)
#EFE9E3
(239,233,227)
#F6F2ED
(246,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09889; }

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

This text font color is #B09889.

Background Color

.myBgColor { background-color: #B09889; }

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

This div background color is #B09889.

Border color

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

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

This div border color is #B09889.

Opacity

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

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

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

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

This text has shadow with #B09889 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09889.

Preview

Color preview on black background

This text has color #B09889 on black background.


Color preview on white background

This text has color #B09889 on white background.


Black color preview on #B09889 background

This text has black color on #B09889 background.


White color preview on #B09889 background

This text has white color on #B09889 background.


Related colors

Complementary color

Complementary color for #hex is #4F6776.


I love getcolorcode.com

Triadic colors

1 #89B098 and #9889B0 with #B09889 are triadic colors.

2 #8998B0 and #98B089 with #B09889 are triadic colors.