COLOR #B37E8B

HEX: #B37E8B
RGB: (179,126,139)

Color info

#B37E8B contains red, green and blue colors in about the same proportion. Web safe color of #B37E8B is #996699 (or #969).

RGB color model

#B37E8B color RGB value is (179,126,139).

  • red value is 179;
  • green value is 126;
  • blue value is 139.
RGB:
(179,126,139)
(70%,49%,55%)

RGB channels and saturation

R 179 of 255 = 70%
G 126 of 255 = 49%
B 139 of 255 = 55%

179
126
139

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

Portions of RGB colors in percentages

R + G + B =
179 + 126 + 139 = 444 (100%)
R 179 of 444 ~ 40.32%
G 126 of 444 ~ 28.38%
B 139 of 444 ~ 31.31%

%40.32
%28.38
%31.31

CMYK color model

#B37E8B color CMYK value is (0,30,22,30).

  • cyan value is 0.00%
  • magenta value is 29.61%
  • yellow value is 22.35%
  • key color value is 29.80%
CMYK:
(0,30,22,30)
C0M30Y22K30 
(0%,30%,22%,30%)
(0.00/0.30/0.22/0.30)	

CMYK percentages

%0
%29.61
%22.35
%29.8

Codes

Color #B37E8B in popluar color models

B37E8B
RGB179126139
HSL345°25.85%59.80%
HSB/HSV345°29.61%70.20%
CMYK0.00%29.61%22.35%
29.80%

Color #B37E8B in popluar number systems.

HEXB37E8B
Decimal179126139
Binary10110011111111010001011
Octal263176213

Shades and tints

Shades of #B37E8B

#B37E8B
(179,126,139)
#A3737F
(163,115,127)
#936873
(147,104,115)
#835D67
(131,93,103)
#73525B
(115,82,91)
#63474F
(99,71,79)
#533C43
(83,60,67)
#433137
(67,49,55)
#33262B
(51,38,43)
#231B1F
(35,27,31)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #B37E8B

#B37E8B
(179,126,139)
#B98995
(185,137,149)
#BF949F
(191,148,159)
#C59FA9
(197,159,169)
#CBAAB3
(203,170,179)
#D1B5BD
(209,181,189)
#D7C0C7
(215,192,199)
#DDCBD1
(221,203,209)
#E3D6DB
(227,214,219)
#E9E1E5
(233,225,229)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B37E8B color. Also use rgb(179,126,139) instead hex code.

Text Font Color

.myTextColor { color: #B37E8B; }

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

This text font color is #B37E8B.


Background Color

.myBgColor { background-color: #B37E8B; }

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

This div background color is #B37E8B.


Border color

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

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

This div border color is #B37E8B.


Opacity

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

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

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

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

This text has shadow with #B37E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37E8B on black background.


Color preview on white background

This text has color #B37E8B on white background.



Black color preview on #B37E8B background

This text has black color on #B37E8B background.


White color preview on #B37E8B background

This text has white color on #B37E8B background.