COLOR #B37497

HEX: #B37497
RGB: (179,116,151)

Color info

#B37497 contains mainly red and blue colors. Web safe color of #B37497 is #996699 (or #969).

RGB color model

#B37497 color RGB value is (179,116,151).

  • red value is 179;
  • green value is 116;
  • blue value is 151.
RGB:
(179,116,151)
(70%,45%,59%)

RGB channels and saturation

R 179 of 255 = 70%
G 116 of 255 = 45%
B 151 of 255 = 59%

179
116
151

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

Portions of RGB colors in percentages

R + G + B =
179 + 116 + 151 = 446 (100%)
R 179 of 446 ~ 40.13%
G 116 of 446 ~ 26.01%
B 151 of 446 ~ 33.86%

%40.13
%26.01
%33.86

CMYK color model

#B37497 color CMYK value is (0,35,16,30).

  • cyan value is 0.00%
  • magenta value is 35.20%
  • yellow value is 15.64%
  • key color value is 29.80%
CMYK:
(0,35,16,30)
C0M35Y16K30 
(0%,35%,16%,30%)
(0.00/0.35/0.16/0.30)	

CMYK percentages

%0
%35.2
%15.64
%29.8

Codes

Color #B37497 in popluar color models

B37497
RGB179116151
HSL327°29.30%57.84%
HSB/HSV327°35.20%70.20%
CMYK0.00%35.20%15.64%
29.80%

Color #B37497 in popluar number systems.

HEXB37497
Decimal179116151
Binary10110011111010010010111
Octal263164227

Shades and tints

Shades of #B37497

#B37497
(179,116,151)
#A36A8A
(163,106,138)
#93607D
(147,96,125)
#835670
(131,86,112)
#734C63
(115,76,99)
#634256
(99,66,86)
#533849
(83,56,73)
#432E3C
(67,46,60)
#33242F
(51,36,47)
#231A22
(35,26,34)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #B37497

#B37497
(179,116,151)
#B980A0
(185,128,160)
#BF8CA9
(191,140,169)
#C598B2
(197,152,178)
#CBA4BB
(203,164,187)
#D1B0C4
(209,176,196)
#D7BCCD
(215,188,205)
#DDC8D6
(221,200,214)
#E3D4DF
(227,212,223)
#E9E0E8
(233,224,232)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B37497 color. Also use rgb(179,116,151) instead hex code.

Text Font Color

.myTextColor { color: #B37497; }

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

This text font color is #B37497.


Background Color

.myBgColor { background-color: #B37497; }

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

This div background color is #B37497.


Border color

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

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

This div border color is #B37497.


Opacity

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

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

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

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

This text has shadow with #B37497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37497 on black background.


Color preview on white background

This text has color #B37497 on white background.



Black color preview on #B37497 background

This text has black color on #B37497 background.


White color preview on #B37497 background

This text has white color on #B37497 background.