COLOR #B09E84

HEX: #B09E84
RGB: (176,158,132)

Color info

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

RGB color model

#B09E84 color RGB value is (176,158,132).

  • red value is 176;
  • green value is 158;
  • blue value is 132.
RGB:
(176,158,132)
(69%,62%,52%)

RGB channels and saturation

R 176 of 255 = 69%
G 158 of 255 = 62%
B 132 of 255 = 52%

176
158
132

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

Portions of RGB colors in percentages

R + G + B =
176 + 158 + 132 = 466 (100%)
R 176 of 466 ~ 37.77%
G 158 of 466 ~ 33.91%
B 132 of 466 ~ 28.33%

%37.77
%33.91
%28.33

CMYK color model

#B09E84 color CMYK value is (0,10,25,31).

  • cyan value is 0.00%
  • magenta value is 10.23%
  • yellow value is 25.00%
  • key color value is 30.98%
CMYK:
(0,10,25,31)
C0M10Y25K31 
(0%,10%,25%,31%)
(0.00/0.10/0.25/0.31)	

CMYK percentages

%0
%10.23
%25
%30.98

Codes

Color #B09E84 in popluar color models

B09E84
RGB176158132
HSL35°21.78%60.39%
HSB/HSV35°25.00%69.02%
CMYK0.00%10.23%25.00%
30.98%

Color #B09E84 in popluar number systems.

HEXB09E84
Decimal176158132
Binary101100001001111010000100
Octal260236204

Shades and tints

Shades of #B09E84

#B09E84
(176,158,132)
#A09078
(160,144,120)
#90826C
(144,130,108)
#807460
(128,116,96)
#706654
(112,102,84)
#605848
(96,88,72)
#504A3C
(80,74,60)
#403C30
(64,60,48)
#302E24
(48,46,36)
#202018
(32,32,24)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #B09E84

#B09E84
(176,158,132)
#B7A68F
(183,166,143)
#BEAE9A
(190,174,154)
#C5B6A5
(197,182,165)
#CCBEB0
(204,190,176)
#D3C6BB
(211,198,187)
#DACEC6
(218,206,198)
#E1D6D1
(225,214,209)
#E8DEDC
(232,222,220)
#EFE6E7
(239,230,231)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09E84 color. Also use rgb(176,158,132) instead hex code.

Text Font Color

.myTextColor { color: #B09E84; }

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

This text font color is #B09E84.


Background Color

.myBgColor { background-color: #B09E84; }

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

This div background color is #B09E84.


Border color

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

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

This div border color is #B09E84.


Opacity

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

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

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

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

This text has shadow with #B09E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09E84 on black background.


Color preview on white background

This text has color #B09E84 on white background.



Black color preview on #B09E84 background

This text has black color on #B09E84 background.


White color preview on #B09E84 background

This text has white color on #B09E84 background.