COLOR #B37F93

HEX: #B37F93
RGB: (179,127,147)

Color info

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

RGB color model

#B37F93 color RGB value is (179,127,147).

  • red value is 179;
  • green value is 127;
  • blue value is 147.
RGB:
(179,127,147)
(70%,50%,58%)

RGB channels and saturation

R 179 of 255 = 70%
G 127 of 255 = 50%
B 147 of 255 = 58%

179
127
147

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

Portions of RGB colors in percentages

R + G + B =
179 + 127 + 147 = 453 (100%)
R 179 of 453 ~ 39.51%
G 127 of 453 ~ 28.04%
B 147 of 453 ~ 32.45%

%39.51
%28.04
%32.45

CMYK color model

#B37F93 color CMYK value is (0,29,18,30).

  • cyan value is 0.00%
  • magenta value is 29.05%
  • yellow value is 17.88%
  • key color value is 29.80%
CMYK:
(0,29,18,30)
C0M29Y18K30 
(0%,29%,18%,30%)
(0.00/0.29/0.18/0.30)	

CMYK percentages

%0
%29.05
%17.88
%29.8

Codes

Color #B37F93 in popluar color models

B37F93
RGB179127147
HSL337°25.49%60.00%
HSB/HSV337°29.05%70.20%
CMYK0.00%29.05%17.88%
29.80%

Color #B37F93 in popluar number systems.

HEXB37F93
Decimal179127147
Binary10110011111111110010011
Octal263177223

Shades and tints

Shades of #B37F93

#B37F93
(179,127,147)
#A37486
(163,116,134)
#936979
(147,105,121)
#835E6C
(131,94,108)
#73535F
(115,83,95)
#634852
(99,72,82)
#533D45
(83,61,69)
#433238
(67,50,56)
#33272B
(51,39,43)
#231C1E
(35,28,30)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #B37F93

#B37F93
(179,127,147)
#B98A9C
(185,138,156)
#BF95A5
(191,149,165)
#C5A0AE
(197,160,174)
#CBABB7
(203,171,183)
#D1B6C0
(209,182,192)
#D7C1C9
(215,193,201)
#DDCCD2
(221,204,210)
#E3D7DB
(227,215,219)
#E9E2E4
(233,226,228)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B37F93 color. Also use rgb(179,127,147) instead hex code.

Text Font Color

.myTextColor { color: #B37F93; }

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

This text font color is #B37F93.


Background Color

.myBgColor { background-color: #B37F93; }

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

This div background color is #B37F93.


Border color

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

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

This div border color is #B37F93.


Opacity

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

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

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

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

This text has shadow with #B37F93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37F93 on black background.


Color preview on white background

This text has color #B37F93 on white background.



Black color preview on #B37F93 background

This text has black color on #B37F93 background.


White color preview on #B37F93 background

This text has white color on #B37F93 background.