COLOR #B57F90

HEX: #B57F90
RGB: (181,127,144)

Color info

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

RGB color model

#B57F90 color RGB value is (181,127,144).

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

RGB channels and saturation

R 181 of 255 = 71%
G 127 of 255 = 50%
B 144 of 255 = 56%

181
127
144

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

Portions of RGB colors in percentages

R + G + B =
181 + 127 + 144 = 452 (100%)
R 181 of 452 ~ 40.04%
G 127 of 452 ~ 28.1%
B 144 of 452 ~ 31.86%

%40.04
%28.1
%31.86

CMYK color model

#B57F90 color CMYK value is (0,30,20,29).

  • cyan value is 0.00%
  • magenta value is 29.83%
  • yellow value is 20.44%
  • key color value is 29.02%
CMYK:
(0,30,20,29)
C0M30Y20K29 
(0%,30%,20%,29%)
(0.00/0.30/0.20/0.29)	

CMYK percentages

%0
%29.83
%20.44
%29.02

Codes

Color #B57F90 in popluar color models

B57F90
RGB181127144
HSL341°26.73%60.39%
HSB/HSV341°29.83%70.98%
CMYK0.00%29.83%20.44%
29.02%

Color #B57F90 in popluar number systems.

HEXB57F90
Decimal181127144
Binary10110101111111110010000
Octal265177220

Shades and tints

Shades of #B57F90

#B57F90
(181,127,144)
#A57483
(165,116,131)
#956976
(149,105,118)
#855E69
(133,94,105)
#75535C
(117,83,92)
#65484F
(101,72,79)
#553D42
(85,61,66)
#453235
(69,50,53)
#352728
(53,39,40)
#251C1B
(37,28,27)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #B57F90

#B57F90
(181,127,144)
#BB8A9A
(187,138,154)
#C195A4
(193,149,164)
#C7A0AE
(199,160,174)
#CDABB8
(205,171,184)
#D3B6C2
(211,182,194)
#D9C1CC
(217,193,204)
#DFCCD6
(223,204,214)
#E5D7E0
(229,215,224)
#EBE2EA
(235,226,234)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B57F90; }

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

This text font color is #B57F90.


Background Color

.myBgColor { background-color: #B57F90; }

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

This div background color is #B57F90.


Border color

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

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

This div border color is #B57F90.


Opacity

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

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

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

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

This text has shadow with #B57F90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57F90 on black background.


Color preview on white background

This text has color #B57F90 on white background.



Black color preview on #B57F90 background

This text has black color on #B57F90 background.


White color preview on #B57F90 background

This text has white color on #B57F90 background.