COLOR #B09D91

HEX: #B09D91 RGB: (176,157,145)

Color info

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

RGB color model

#B09D91 color RGB value is (176,157,145).

RGB: (176,157,145) (69%, 62%, 57%)

RGB channels and saturation

R 176 of 255 = 69%
G 157 of 255 = 62%
B 145 of 255 = 57%

176
157
145

R + G + B ~ 63%. #B09D91 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 157 + 145 = 478 (100%)
R 176 of 478 ~ 36.82%
G 157 of 478 ~ 32.85%
B 145 of 478 ~ 30.33'%

%36.82
%32.85
%30.33

CMYK color model

#B09D91 color CMYK value is (0,11,18,31).

  • cyan value is 0.00%
  • magenta value is 10.80%
  • yellow value is 17.61%
  • key color value is 30.98%
CMYK: (0,11,18,31) C0M11Y18K31 (0%,11%,18%,31%) (0.00/0.11/0.18/0.31) 

CMYK percentages

%0
%10.8
%17.61
%30.98

Codes

Color #B09D91 in popluar color models

B0 9D 91
RGB 176 157 145
HSL 23° 16.40% 62.94%
HSB/HSV 23° 17.61% 69.02%
CMYK 0.00% 10.80% 17.61%
30.98%

Color #B09D91 in popluar number systems.

HEX B0 9D 91
Decimal 176 157 145
Binary 10110000 10011101 10010001
Octal 260 235 221

Shades and tints

Shades of #B09D91

#B09D91
(176,157,145)
#A08F84
(160,143,132)
#908177
(144,129,119)
#80736A
(128,115,106)
#70655D
(112,101,93)
#605750
(96,87,80)
#504943
(80,73,67)
#403B36
(64,59,54)
#302D29
(48,45,41)
#201F1C
(32,31,28)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #B09D91

#B09D91
(176,157,145)
#B7A59B
(183,165,155)
#BEADA5
(190,173,165)
#C5B5AF
(197,181,175)
#CCBDB9
(204,189,185)
#D3C5C3
(211,197,195)
#DACDCD
(218,205,205)
#E1D5D7
(225,213,215)
#E8DDE1
(232,221,225)
#EFE5EB
(239,229,235)
#F6EDF5
(246,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09D91; }

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

This text font color is #B09D91.

Background Color

.myBgColor { background-color: #B09D91; }

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

This div background color is #B09D91.

Border color

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

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

This div border color is #B09D91.

Opacity

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

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

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

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

This text has shadow with #B09D91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09D91.

Preview

Color preview on black background

This text has color #B09D91 on black background.


Color preview on white background

This text has color #B09D91 on white background.


Black color preview on #B09D91 background

This text has black color on #B09D91 background.


White color preview on #B09D91 background

This text has white color on #B09D91 background.


Related colors

Complementary color

Complementary color for #hex is #4F626E.


I love getcolorcode.com

Triadic colors

1 #91B09D and #9D91B0 with #B09D91 are triadic colors.

2 #919DB0 and #9DB091 with #B09D91 are triadic colors.