COLOR #B09D93

HEX: #B09D93
RGB: (176,157,147)

Color info

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

RGB color model

#B09D93 color RGB value is (176,157,147).

  • red value is 176;
  • green value is 157;
  • blue value is 147.
RGB:
(176,157,147)
(69%,62%,58%)

RGB channels and saturation

R 176 of 255 = 69%
G 157 of 255 = 62%
B 147 of 255 = 58%

176
157
147

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

Portions of RGB colors in percentages

R + G + B =
176 + 157 + 147 = 480 (100%)
R 176 of 480 ~ 36.67%
G 157 of 480 ~ 32.71%
B 147 of 480 ~ 30.63%

%36.67
%32.71
%30.63

CMYK color model

#B09D93 color CMYK value is (0,11,16,31).

  • cyan value is 0.00%
  • magenta value is 10.80%
  • yellow value is 16.48%
  • key color value is 30.98%
CMYK:
(0,11,16,31)
C0M11Y16K31 
(0%,11%,16%,31%)
(0.00/0.11/0.16/0.31)	

CMYK percentages

%0
%10.8
%16.48
%30.98

Codes

Color #B09D93 in popluar color models

B09D93
RGB176157147
HSL21°15.51%63.33%
HSB/HSV21°16.48%69.02%
CMYK0.00%10.80%16.48%
30.98%

Color #B09D93 in popluar number systems.

HEXB09D93
Decimal176157147
Binary101100001001110110010011
Octal260235223

Shades and tints

Shades of #B09D93

#B09D93
(176,157,147)
#A08F86
(160,143,134)
#908179
(144,129,121)
#80736C
(128,115,108)
#70655F
(112,101,95)
#605752
(96,87,82)
#504945
(80,73,69)
#403B38
(64,59,56)
#302D2B
(48,45,43)
#201F1E
(32,31,30)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #B09D93

#B09D93
(176,157,147)
#B7A59C
(183,165,156)
#BEADA5
(190,173,165)
#C5B5AE
(197,181,174)
#CCBDB7
(204,189,183)
#D3C5C0
(211,197,192)
#DACDC9
(218,205,201)
#E1D5D2
(225,213,210)
#E8DDDB
(232,221,219)
#EFE5E4
(239,229,228)
#F6EDED
(246,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09D93; }

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

This text font color is #B09D93.


Background Color

.myBgColor { background-color: #B09D93; }

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

This div background color is #B09D93.


Border color

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

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

This div border color is #B09D93.


Opacity

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

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

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

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

This text has shadow with #B09D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09D93 on black background.


Color preview on white background

This text has color #B09D93 on white background.



Black color preview on #B09D93 background

This text has black color on #B09D93 background.


White color preview on #B09D93 background

This text has white color on #B09D93 background.