COLOR #B0817E

HEX: #B0817E
RGB: (176,129,126)

Color info

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

RGB color model

#B0817E color RGB value is (176,129,126).

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

RGB channels and saturation

R 176 of 255 = 69%
G 129 of 255 = 51%
B 126 of 255 = 49%

176
129
126

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

Portions of RGB colors in percentages

R + G + B =
176 + 129 + 126 = 431 (100%)
R 176 of 431 ~ 40.84%
G 129 of 431 ~ 29.93%
B 126 of 431 ~ 29.23%

%40.84
%29.93
%29.23

CMYK color model

#B0817E color CMYK value is (0,27,28,31).

  • cyan value is 0.00%
  • magenta value is 26.70%
  • yellow value is 28.41%
  • key color value is 30.98%
CMYK:
(0,27,28,31)
C0M27Y28K31 
(0%,27%,28%,31%)
(0.00/0.27/0.28/0.31)	

CMYK percentages

%0
%26.7
%28.41
%30.98

Codes

Color #B0817E in popluar color models

B0817E
RGB176129126
HSL24.04%59.22%
HSB/HSV28.41%69.02%
CMYK0.00%26.70%28.41%
30.98%

Color #B0817E in popluar number systems.

HEXB0817E
Decimal176129126
Binary10110000100000011111110
Octal260201176

Shades and tints

Shades of #B0817E

#B0817E
(176,129,126)
#A07673
(160,118,115)
#906B68
(144,107,104)
#80605D
(128,96,93)
#705552
(112,85,82)
#604A47
(96,74,71)
#503F3C
(80,63,60)
#403431
(64,52,49)
#302926
(48,41,38)
#201E1B
(32,30,27)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #B0817E

#B0817E
(176,129,126)
#B78C89
(183,140,137)
#BE9794
(190,151,148)
#C5A29F
(197,162,159)
#CCADAA
(204,173,170)
#D3B8B5
(211,184,181)
#DAC3C0
(218,195,192)
#E1CECB
(225,206,203)
#E8D9D6
(232,217,214)
#EFE4E1
(239,228,225)
#F6EFEC
(246,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0817E; }

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

This text font color is #B0817E.


Background Color

.myBgColor { background-color: #B0817E; }

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

This div background color is #B0817E.


Border color

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

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

This div border color is #B0817E.


Opacity

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

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

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

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

This text has shadow with #B0817E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0817E on black background.


Color preview on white background

This text has color #B0817E on white background.



Black color preview on #B0817E background

This text has black color on #B0817E background.


White color preview on #B0817E background

This text has white color on #B0817E background.