COLOR #B57B97

HEX: #B57B97
RGB: (181,123,151)

Color info

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

RGB color model

#B57B97 color RGB value is (181,123,151).

  • red value is 181;
  • green value is 123;
  • blue value is 151.
RGB:
(181,123,151)
(71%,48%,59%)

RGB channels and saturation

R 181 of 255 = 71%
G 123 of 255 = 48%
B 151 of 255 = 59%

181
123
151

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

Portions of RGB colors in percentages

R + G + B =
181 + 123 + 151 = 455 (100%)
R 181 of 455 ~ 39.78%
G 123 of 455 ~ 27.03%
B 151 of 455 ~ 33.19%

%39.78
%27.03
%33.19

CMYK color model

#B57B97 color CMYK value is (0,32,17,29).

  • cyan value is 0.00%
  • magenta value is 32.04%
  • yellow value is 16.57%
  • key color value is 29.02%
CMYK:
(0,32,17,29)
C0M32Y17K29 
(0%,32%,17%,29%)
(0.00/0.32/0.17/0.29)	

CMYK percentages

%0
%32.04
%16.57
%29.02

Codes

Color #B57B97 in popluar color models

B57B97
RGB181123151
HSL331°28.16%59.61%
HSB/HSV331°32.04%70.98%
CMYK0.00%32.04%16.57%
29.02%

Color #B57B97 in popluar number systems.

HEXB57B97
Decimal181123151
Binary10110101111101110010111
Octal265173227

Shades and tints

Shades of #B57B97

#B57B97
(181,123,151)
#A5708A
(165,112,138)
#95657D
(149,101,125)
#855A70
(133,90,112)
#754F63
(117,79,99)
#654456
(101,68,86)
#553949
(85,57,73)
#452E3C
(69,46,60)
#35232F
(53,35,47)
#251822
(37,24,34)
#150D15
(21,13,21)
#000000
(0,0,0)

Tints of #B57B97

#B57B97
(181,123,151)
#BB87A0
(187,135,160)
#C193A9
(193,147,169)
#C79FB2
(199,159,178)
#CDABBB
(205,171,187)
#D3B7C4
(211,183,196)
#D9C3CD
(217,195,205)
#DFCFD6
(223,207,214)
#E5DBDF
(229,219,223)
#EBE7E8
(235,231,232)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B57B97 color. Also use rgb(181,123,151) instead hex code.

Text Font Color

.myTextColor { color: #B57B97; }

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

This text font color is #B57B97.


Background Color

.myBgColor { background-color: #B57B97; }

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

This div background color is #B57B97.


Border color

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

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

This div border color is #B57B97.


Opacity

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

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

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

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

This text has shadow with #B57B97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57B97 on black background.


Color preview on white background

This text has color #B57B97 on white background.



Black color preview on #B57B97 background

This text has black color on #B57B97 background.


White color preview on #B57B97 background

This text has white color on #B57B97 background.