COLOR #B7537E

HEX: #B7537E
RGB: (183,83,126)

Color info

#B7537E contains mainly red and blue colors. Web safe color of #B7537E is #CC6666 (or #C66).

RGB color model

#B7537E color RGB value is (183,83,126).

  • red value is 183;
  • green value is 83;
  • blue value is 126.
RGB:
(183,83,126)
(72%,33%,49%)

RGB channels and saturation

R 183 of 255 = 72%
G 83 of 255 = 33%
B 126 of 255 = 49%

183
83
126

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

Portions of RGB colors in percentages

R + G + B =
183 + 83 + 126 = 392 (100%)
R 183 of 392 ~ 46.68%
G 83 of 392 ~ 21.17%
B 126 of 392 ~ 32.14%

%46.68
%21.17
%32.14

CMYK color model

#B7537E color CMYK value is (0,55,31,28).

  • cyan value is 0.00%
  • magenta value is 54.64%
  • yellow value is 31.15%
  • key color value is 28.24%
CMYK:
(0,55,31,28)
C0M55Y31K28 
(0%,55%,31%,28%)
(0.00/0.55/0.31/0.28)	

CMYK percentages

%0
%54.64
%31.15
%28.24

Codes

Color #B7537E in popluar color models

B7537E
RGB18383126
HSL334°40.98%52.16%
HSB/HSV334°54.64%71.76%
CMYK0.00%54.64%31.15%
28.24%

Color #B7537E in popluar number systems.

HEXB7537E
Decimal18383126
Binary1011011110100111111110
Octal267123176

Shades and tints

Shades of #B7537E

#B7537E
(183,83,126)
#A74C73
(167,76,115)
#974568
(151,69,104)
#873E5D
(135,62,93)
#773752
(119,55,82)
#673047
(103,48,71)
#57293C
(87,41,60)
#472231
(71,34,49)
#371B26
(55,27,38)
#27141B
(39,20,27)
#170D10
(23,13,16)
#000000
(0,0,0)

Tints of #B7537E

#B7537E
(183,83,126)
#BD6289
(189,98,137)
#C37194
(195,113,148)
#C9809F
(201,128,159)
#CF8FAA
(207,143,170)
#D59EB5
(213,158,181)
#DBADC0
(219,173,192)
#E1BCCB
(225,188,203)
#E7CBD6
(231,203,214)
#EDDAE1
(237,218,225)
#F3E9EC
(243,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7537E color. Also use rgb(183,83,126) instead hex code.

Text Font Color

.myTextColor { color: #B7537E; }

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

This text font color is #B7537E.


Background Color

.myBgColor { background-color: #B7537E; }

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

This div background color is #B7537E.


Border color

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

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

This div border color is #B7537E.


Opacity

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

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

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

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

This text has shadow with #B7537E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7537E on black background.


Color preview on white background

This text has color #B7537E on white background.



Black color preview on #B7537E background

This text has black color on #B7537E background.


White color preview on #B7537E background

This text has white color on #B7537E background.