COLOR #B57D90

HEX: #B57D90
RGB: (181,125,144)

Color info

#B57D90 contains red, green and blue colors in about the same proportion. Web safe color of #B57D90 is #CC6699 (or #C69).

RGB color model

#B57D90 color RGB value is (181,125,144).

  • red value is 181;
  • green value is 125;
  • blue value is 144.
RGB:
(181,125,144)
(71%,49%,56%)

RGB channels and saturation

R 181 of 255 = 71%
G 125 of 255 = 49%
B 144 of 255 = 56%

181
125
144

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

Portions of RGB colors in percentages

R + G + B =
181 + 125 + 144 = 450 (100%)
R 181 of 450 ~ 40.22%
G 125 of 450 ~ 27.78%
B 144 of 450 ~ 32%

%40.22
%27.78
%32

CMYK color model

#B57D90 color CMYK value is (0,31,20,29).

  • cyan value is 0.00%
  • magenta value is 30.94%
  • yellow value is 20.44%
  • key color value is 29.02%
CMYK:
(0,31,20,29)
C0M31Y20K29 
(0%,31%,20%,29%)
(0.00/0.31/0.20/0.29)	

CMYK percentages

%0
%30.94
%20.44
%29.02

Codes

Color #B57D90 in popluar color models

B57D90
RGB181125144
HSL340°27.45%60.00%
HSB/HSV340°30.94%70.98%
CMYK0.00%30.94%20.44%
29.02%

Color #B57D90 in popluar number systems.

HEXB57D90
Decimal181125144
Binary10110101111110110010000
Octal265175220

Shades and tints

Shades of #B57D90

#B57D90
(181,125,144)
#A57283
(165,114,131)
#956776
(149,103,118)
#855C69
(133,92,105)
#75515C
(117,81,92)
#65464F
(101,70,79)
#553B42
(85,59,66)
#453035
(69,48,53)
#352528
(53,37,40)
#251A1B
(37,26,27)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #B57D90

#B57D90
(181,125,144)
#BB889A
(187,136,154)
#C193A4
(193,147,164)
#C79EAE
(199,158,174)
#CDA9B8
(205,169,184)
#D3B4C2
(211,180,194)
#D9BFCC
(217,191,204)
#DFCAD6
(223,202,214)
#E5D5E0
(229,213,224)
#EBE0EA
(235,224,234)
#F1EBF4
(241,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B57D90 color. Also use rgb(181,125,144) instead hex code.

Text Font Color

.myTextColor { color: #B57D90; }

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

This text font color is #B57D90.


Background Color

.myBgColor { background-color: #B57D90; }

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

This div background color is #B57D90.


Border color

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

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

This div border color is #B57D90.


Opacity

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

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

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

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

This text has shadow with #B57D90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57D90 on black background.


Color preview on white background

This text has color #B57D90 on white background.



Black color preview on #B57D90 background

This text has black color on #B57D90 background.


White color preview on #B57D90 background

This text has white color on #B57D90 background.