COLOR #B09E7E

HEX: #B09E7E
RGB: (176,158,126)

Color info

#B09E7E contains red, green and blue colors in about the same proportion. Web safe color of #B09E7E is #999966 (or #996).

RGB color model

#B09E7E color RGB value is (176,158,126).

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

RGB channels and saturation

R 176 of 255 = 69%
G 158 of 255 = 62%
B 126 of 255 = 49%

176
158
126

R + G + B ~ 60%. #B09E7E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
176 + 158 + 126 = 460 (100%)
R 176 of 460 ~ 38.26%
G 158 of 460 ~ 34.35%
B 126 of 460 ~ 27.39%

%38.26
%34.35
%27.39

CMYK color model

#B09E7E color CMYK value is (0,10,28,31).

  • cyan value is 0.00%
  • magenta value is 10.23%
  • yellow value is 28.41%
  • key color value is 30.98%
CMYK:
(0,10,28,31)
C0M10Y28K31 
(0%,10%,28%,31%)
(0.00/0.10/0.28/0.31)	

CMYK percentages

%0
%10.23
%28.41
%30.98

Codes

Color #B09E7E in popluar color models

B09E7E
RGB176158126
HSL38°24.04%59.22%
HSB/HSV38°28.41%69.02%
CMYK0.00%10.23%28.41%
30.98%

Color #B09E7E in popluar number systems.

HEXB09E7E
Decimal176158126
Binary10110000100111101111110
Octal260236176

Shades and tints

Shades of #B09E7E

#B09E7E
(176,158,126)
#A09073
(160,144,115)
#908268
(144,130,104)
#80745D
(128,116,93)
#706652
(112,102,82)
#605847
(96,88,71)
#504A3C
(80,74,60)
#403C31
(64,60,49)
#302E26
(48,46,38)
#20201B
(32,32,27)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #B09E7E

#B09E7E
(176,158,126)
#B7A689
(183,166,137)
#BEAE94
(190,174,148)
#C5B69F
(197,182,159)
#CCBEAA
(204,190,170)
#D3C6B5
(211,198,181)
#DACEC0
(218,206,192)
#E1D6CB
(225,214,203)
#E8DED6
(232,222,214)
#EFE6E1
(239,230,225)
#F6EEEC
(246,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09E7E; }

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

This text font color is #B09E7E.


Background Color

.myBgColor { background-color: #B09E7E; }

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

This div background color is #B09E7E.


Border color

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

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

This div border color is #B09E7E.


Opacity

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

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

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

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

This text has shadow with #B09E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09E7E on black background.


Color preview on white background

This text has color #B09E7E on white background.



Black color preview on #B09E7E background

This text has black color on #B09E7E background.


White color preview on #B09E7E background

This text has white color on #B09E7E background.