COLOR #B09C86

HEX: #B09C86
RGB: (176,156,134)

Color info

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

RGB color model

#B09C86 color RGB value is (176,156,134).

  • red value is 176;
  • green value is 156;
  • blue value is 134.
RGB:
(176,156,134)
(69%,61%,53%)

RGB channels and saturation

R 176 of 255 = 69%
G 156 of 255 = 61%
B 134 of 255 = 53%

176
156
134

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

Portions of RGB colors in percentages

R + G + B =
176 + 156 + 134 = 466 (100%)
R 176 of 466 ~ 37.77%
G 156 of 466 ~ 33.48%
B 134 of 466 ~ 28.76%

%37.77
%33.48
%28.76

CMYK color model

#B09C86 color CMYK value is (0,11,24,31).

  • cyan value is 0.00%
  • magenta value is 11.36%
  • yellow value is 23.86%
  • key color value is 30.98%
CMYK:
(0,11,24,31)
C0M11Y24K31 
(0%,11%,24%,31%)
(0.00/0.11/0.24/0.31)	

CMYK percentages

%0
%11.36
%23.86
%30.98

Codes

Color #B09C86 in popluar color models

B09C86
RGB176156134
HSL31°21.00%60.78%
HSB/HSV31°23.86%69.02%
CMYK0.00%11.36%23.86%
30.98%

Color #B09C86 in popluar number systems.

HEXB09C86
Decimal176156134
Binary101100001001110010000110
Octal260234206

Shades and tints

Shades of #B09C86

#B09C86
(176,156,134)
#A08E7A
(160,142,122)
#90806E
(144,128,110)
#807262
(128,114,98)
#706456
(112,100,86)
#60564A
(96,86,74)
#50483E
(80,72,62)
#403A32
(64,58,50)
#302C26
(48,44,38)
#201E1A
(32,30,26)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #B09C86

#B09C86
(176,156,134)
#B7A591
(183,165,145)
#BEAE9C
(190,174,156)
#C5B7A7
(197,183,167)
#CCC0B2
(204,192,178)
#D3C9BD
(211,201,189)
#DAD2C8
(218,210,200)
#E1DBD3
(225,219,211)
#E8E4DE
(232,228,222)
#EFEDE9
(239,237,233)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09C86 color. Also use rgb(176,156,134) instead hex code.

Text Font Color

.myTextColor { color: #B09C86; }

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

This text font color is #B09C86.


Background Color

.myBgColor { background-color: #B09C86; }

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

This div background color is #B09C86.


Border color

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

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

This div border color is #B09C86.


Opacity

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

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

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

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

This text has shadow with #B09C86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09C86 on black background.


Color preview on white background

This text has color #B09C86 on white background.



Black color preview on #B09C86 background

This text has black color on #B09C86 background.


White color preview on #B09C86 background

This text has white color on #B09C86 background.