COLOR #B0837F

HEX: #B0837F
RGB: (176,131,127)

Color info

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

RGB color model

#B0837F color RGB value is (176,131,127).

  • red value is 176;
  • green value is 131;
  • blue value is 127.
RGB:
(176,131,127)
(69%,51%,50%)

RGB channels and saturation

R 176 of 255 = 69%
G 131 of 255 = 51%
B 127 of 255 = 50%

176
131
127

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

Portions of RGB colors in percentages

R + G + B =
176 + 131 + 127 = 434 (100%)
R 176 of 434 ~ 40.55%
G 131 of 434 ~ 30.18%
B 127 of 434 ~ 29.26%

%40.55
%30.18
%29.26

CMYK color model

#B0837F color CMYK value is (0,26,28,31).

  • cyan value is 0.00%
  • magenta value is 25.57%
  • yellow value is 27.84%
  • key color value is 30.98%
CMYK:
(0,26,28,31)
C0M26Y28K31 
(0%,26%,28%,31%)
(0.00/0.26/0.28/0.31)	

CMYK percentages

%0
%25.57
%27.84
%30.98

Codes

Color #B0837F in popluar color models

B0837F
RGB176131127
HSL23.67%59.41%
HSB/HSV27.84%69.02%
CMYK0.00%25.57%27.84%
30.98%

Color #B0837F in popluar number systems.

HEXB0837F
Decimal176131127
Binary10110000100000111111111
Octal260203177

Shades and tints

Shades of #B0837F

#B0837F
(176,131,127)
#A07874
(160,120,116)
#906D69
(144,109,105)
#80625E
(128,98,94)
#705753
(112,87,83)
#604C48
(96,76,72)
#50413D
(80,65,61)
#403632
(64,54,50)
#302B27
(48,43,39)
#20201C
(32,32,28)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #B0837F

#B0837F
(176,131,127)
#B78E8A
(183,142,138)
#BE9995
(190,153,149)
#C5A4A0
(197,164,160)
#CCAFAB
(204,175,171)
#D3BAB6
(211,186,182)
#DAC5C1
(218,197,193)
#E1D0CC
(225,208,204)
#E8DBD7
(232,219,215)
#EFE6E2
(239,230,226)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0837F color. Also use rgb(176,131,127) instead hex code.

Text Font Color

.myTextColor { color: #B0837F; }

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

This text font color is #B0837F.


Background Color

.myBgColor { background-color: #B0837F; }

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

This div background color is #B0837F.


Border color

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

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

This div border color is #B0837F.


Opacity

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

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

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

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

This text has shadow with #B0837F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0837F on black background.


Color preview on white background

This text has color #B0837F on white background.



Black color preview on #B0837F background

This text has black color on #B0837F background.


White color preview on #B0837F background

This text has white color on #B0837F background.