COLOR #B37D82

HEX: #B37D82
RGB: (179,125,130)

Color info

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

RGB color model

#B37D82 color RGB value is (179,125,130).

  • red value is 179;
  • green value is 125;
  • blue value is 130.
RGB:
(179,125,130)
(70%,49%,51%)

RGB channels and saturation

R 179 of 255 = 70%
G 125 of 255 = 49%
B 130 of 255 = 51%

179
125
130

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

Portions of RGB colors in percentages

R + G + B =
179 + 125 + 130 = 434 (100%)
R 179 of 434 ~ 41.24%
G 125 of 434 ~ 28.8%
B 130 of 434 ~ 29.95%

%41.24
%28.8
%29.95

CMYK color model

#B37D82 color CMYK value is (0,30,27,30).

  • cyan value is 0.00%
  • magenta value is 30.17%
  • yellow value is 27.37%
  • key color value is 29.80%
CMYK:
(0,30,27,30)
C0M30Y27K30 
(0%,30%,27%,30%)
(0.00/0.30/0.27/0.30)	

CMYK percentages

%0
%30.17
%27.37
%29.8

Codes

Color #B37D82 in popluar color models

B37D82
RGB179125130
HSL354°26.21%59.61%
HSB/HSV354°30.17%70.20%
CMYK0.00%30.17%27.37%
29.80%

Color #B37D82 in popluar number systems.

HEXB37D82
Decimal179125130
Binary10110011111110110000010
Octal263175202

Shades and tints

Shades of #B37D82

#B37D82
(179,125,130)
#A37277
(163,114,119)
#93676C
(147,103,108)
#835C61
(131,92,97)
#735156
(115,81,86)
#63464B
(99,70,75)
#533B40
(83,59,64)
#433035
(67,48,53)
#33252A
(51,37,42)
#231A1F
(35,26,31)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #B37D82

#B37D82
(179,125,130)
#B9888D
(185,136,141)
#BF9398
(191,147,152)
#C59EA3
(197,158,163)
#CBA9AE
(203,169,174)
#D1B4B9
(209,180,185)
#D7BFC4
(215,191,196)
#DDCACF
(221,202,207)
#E3D5DA
(227,213,218)
#E9E0E5
(233,224,229)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B37D82 color. Also use rgb(179,125,130) instead hex code.

Text Font Color

.myTextColor { color: #B37D82; }

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

This text font color is #B37D82.


Background Color

.myBgColor { background-color: #B37D82; }

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

This div background color is #B37D82.


Border color

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

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

This div border color is #B37D82.


Opacity

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

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

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

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

This text has shadow with #B37D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37D82 on black background.


Color preview on white background

This text has color #B37D82 on white background.



Black color preview on #B37D82 background

This text has black color on #B37D82 background.


White color preview on #B37D82 background

This text has white color on #B37D82 background.