COLOR #B57D91

HEX: #B57D91
RGB: (181,125,145)

Color info

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

RGB color model

#B57D91 color RGB value is (181,125,145).

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

RGB channels and saturation

R 181 of 255 = 71%
G 125 of 255 = 49%
B 145 of 255 = 57%

181
125
145

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

Portions of RGB colors in percentages

R + G + B =
181 + 125 + 145 = 451 (100%)
R 181 of 451 ~ 40.13%
G 125 of 451 ~ 27.72%
B 145 of 451 ~ 32.15%

%40.13
%27.72
%32.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.94%
  • yellow value is 19.89%
  • 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
%19.89
%29.02

Codes

Color #B57D91 in popluar color models

B57D91
RGB181125145
HSL339°27.45%60.00%
HSB/HSV339°30.94%70.98%
CMYK0.00%30.94%19.89%
29.02%

Color #B57D91 in popluar number systems.

HEXB57D91
Decimal181125145
Binary10110101111110110010001
Octal265175221

Shades and tints

Shades of #B57D91

#B57D91
(181,125,145)
#A57284
(165,114,132)
#956777
(149,103,119)
#855C6A
(133,92,106)
#75515D
(117,81,93)
#654650
(101,70,80)
#553B43
(85,59,67)
#453036
(69,48,54)
#352529
(53,37,41)
#251A1C
(37,26,28)
#150F0F
(21,15,15)
#000000
(0,0,0)

Tints of #B57D91

#B57D91
(181,125,145)
#BB889B
(187,136,155)
#C193A5
(193,147,165)
#C79EAF
(199,158,175)
#CDA9B9
(205,169,185)
#D3B4C3
(211,180,195)
#D9BFCD
(217,191,205)
#DFCAD7
(223,202,215)
#E5D5E1
(229,213,225)
#EBE0EB
(235,224,235)
#F1EBF5
(241,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B57D91; }

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

This text font color is #B57D91.


Background Color

.myBgColor { background-color: #B57D91; }

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

This div background color is #B57D91.


Border color

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

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

This div border color is #B57D91.


Opacity

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

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

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

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

This text has shadow with #B57D91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57D91 on black background.


Color preview on white background

This text has color #B57D91 on white background.



Black color preview on #B57D91 background

This text has black color on #B57D91 background.


White color preview on #B57D91 background

This text has white color on #B57D91 background.