COLOR #B37D8D

HEX: #B37D8D
RGB: (179,125,141)

Color info

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

RGB color model

#B37D8D color RGB value is (179,125,141).

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

RGB channels and saturation

R 179 of 255 = 70%
G 125 of 255 = 49%
B 141 of 255 = 55%

179
125
141

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

Portions of RGB colors in percentages

R + G + B =
179 + 125 + 141 = 445 (100%)
R 179 of 445 ~ 40.22%
G 125 of 445 ~ 28.09%
B 141 of 445 ~ 31.69%

%40.22
%28.09
%31.69

CMYK color model

#B37D8D color CMYK value is (0,30,21,30).

  • cyan value is 0.00%
  • magenta value is 30.17%
  • yellow value is 21.23%
  • key color value is 29.80%
CMYK:
(0,30,21,30)
C0M30Y21K30 
(0%,30%,21%,30%)
(0.00/0.30/0.21/0.30)	

CMYK percentages

%0
%30.17
%21.23
%29.8

Codes

Color #B37D8D in popluar color models

B37D8D
RGB179125141
HSL342°26.21%59.61%
HSB/HSV342°30.17%70.20%
CMYK0.00%30.17%21.23%
29.80%

Color #B37D8D in popluar number systems.

HEXB37D8D
Decimal179125141
Binary10110011111110110001101
Octal263175215

Shades and tints

Shades of #B37D8D

#B37D8D
(179,125,141)
#A37281
(163,114,129)
#936775
(147,103,117)
#835C69
(131,92,105)
#73515D
(115,81,93)
#634651
(99,70,81)
#533B45
(83,59,69)
#433039
(67,48,57)
#33252D
(51,37,45)
#231A21
(35,26,33)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #B37D8D

#B37D8D
(179,125,141)
#B98897
(185,136,151)
#BF93A1
(191,147,161)
#C59EAB
(197,158,171)
#CBA9B5
(203,169,181)
#D1B4BF
(209,180,191)
#D7BFC9
(215,191,201)
#DDCAD3
(221,202,211)
#E3D5DD
(227,213,221)
#E9E0E7
(233,224,231)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B37D8D; }

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

This text font color is #B37D8D.


Background Color

.myBgColor { background-color: #B37D8D; }

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

This div background color is #B37D8D.


Border color

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

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

This div border color is #B37D8D.


Opacity

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

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

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

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

This text has shadow with #B37D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37D8D on black background.


Color preview on white background

This text has color #B37D8D on white background.



Black color preview on #B37D8D background

This text has black color on #B37D8D background.


White color preview on #B37D8D background

This text has white color on #B37D8D background.