COLOR #B57991

HEX: #B57991 RGB: (181,121,145)

Color info

#B57991 contains mainly red and blue colors. Web safe color of #B57991 is #CC6699 (or #C69).

RGB color model

#B57991 color RGB value is (181,121,145).

RGB: (181,121,145) (71%, 47%, 57%)

RGB channels and saturation

R 181 of 255 = 71%
G 121 of 255 = 47%
B 145 of 255 = 57%

181
121
145

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

Portions of RGB colors in percentages

R + G + B = 181 + 121 + 145 = 447 (100%)
R 181 of 447 ~ 40.49%
G 121 of 447 ~ 27.07%
B 145 of 447 ~ 32.44'%

%40.49
%27.07
%32.44

CMYK color model

#B57991 color CMYK value is (0,33,20,29).

  • cyan value is 0.00%
  • magenta value is 33.15%
  • yellow value is 19.89%
  • key color value is 29.02%

CMYK: (0,33,20,29)
C0M33Y20K29 (0%, 33%, 20%, 29%)
(0.00 / 0.33 / 0.20 / 0.29)

CMYK percentages

%0
%33.15
%19.89
%29.02

Codes

Color #B57991 in popluar color models

B5 79 91
RGB 181 121 145
HSL 336° 28.85% 59.22%
HSB/HSV 336° 33.15% 70.98%
CMYK 0.00% 33.15% 19.89%
29.02%

Color #B57991 in popluar number systems.

HEX B5 79 91
Decimal 181 121 145
Binary 10110101 1111001 10010001
Octal 265 171 221

Shades and tints

Shades of #B57991

#B57991
(181,121,145)
#A56E84
(165,110,132)
#956377
(149,99,119)
#85586A
(133,88,106)
#754D5D
(117,77,93)
#654250
(101,66,80)
#553743
(85,55,67)
#452C36
(69,44,54)
#352129
(53,33,41)
#25161C
(37,22,28)
#150B0F
(21,11,15)
#000000
(0,0,0)

Tints of #B57991

#B57991
(181,121,145)
#BB859B
(187,133,155)
#C191A5
(193,145,165)
#C79DAF
(199,157,175)
#CDA9B9
(205,169,185)
#D3B5C3
(211,181,195)
#D9C1CD
(217,193,205)
#DFCDD7
(223,205,215)
#E5D9E1
(229,217,225)
#EBE5EB
(235,229,235)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B57991; }

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

This text font color is #B57991.

Background Color

.myBgColor { background-color: #B57991; }

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

This div background color is #B57991.

Border color

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

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

This div border color is #B57991.

Opacity

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

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

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

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

This text has shadow with #B57991 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B57991.

Preview

Color preview on black background

This text has color #B57991 on black background.


Color preview on white background

This text has color #B57991 on white background.


Black color preview on #B57991 background

This text has black color on #B57991 background.


White color preview on #B57991 background

This text has white color on #B57991 background.


Related colors

Complementary color

Complementary color for #hex is #4A866E.


I love getcolorcode.com

Triadic colors

1 #91B579 and #7991B5 with #B57991 are triadic colors.

2 #9179B5 and #79B591 with #B57991 are triadic colors.