COLOR #B57397

HEX: #B57397
RGB: (181,115,151)

Color info

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

RGB color model

#B57397 color RGB value is (181,115,151).

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

RGB channels and saturation

R 181 of 255 = 71%
G 115 of 255 = 45%
B 151 of 255 = 59%

181
115
151

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

Portions of RGB colors in percentages

R + G + B =
181 + 115 + 151 = 447 (100%)
R 181 of 447 ~ 40.49%
G 115 of 447 ~ 25.73%
B 151 of 447 ~ 33.78%

%40.49
%25.73
%33.78

CMYK color model

#B57397 color CMYK value is (0,36,17,29).

  • cyan value is 0.00%
  • magenta value is 36.46%
  • yellow value is 16.57%
  • key color value is 29.02%
CMYK:
(0,36,17,29)
C0M36Y17K29 
(0%,36%,17%,29%)
(0.00/0.36/0.17/0.29)	

CMYK percentages

%0
%36.46
%16.57
%29.02

Codes

Color #B57397 in popluar color models

B57397
RGB181115151
HSL327°30.84%58.04%
HSB/HSV327°36.46%70.98%
CMYK0.00%36.46%16.57%
29.02%

Color #B57397 in popluar number systems.

HEXB57397
Decimal181115151
Binary10110101111001110010111
Octal265163227

Shades and tints

Shades of #B57397

#B57397
(181,115,151)
#A5698A
(165,105,138)
#955F7D
(149,95,125)
#855570
(133,85,112)
#754B63
(117,75,99)
#654156
(101,65,86)
#553749
(85,55,73)
#452D3C
(69,45,60)
#35232F
(53,35,47)
#251922
(37,25,34)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #B57397

#B57397
(181,115,151)
#BB7FA0
(187,127,160)
#C18BA9
(193,139,169)
#C797B2
(199,151,178)
#CDA3BB
(205,163,187)
#D3AFC4
(211,175,196)
#D9BBCD
(217,187,205)
#DFC7D6
(223,199,214)
#E5D3DF
(229,211,223)
#EBDFE8
(235,223,232)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B57397; }

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

This text font color is #B57397.


Background Color

.myBgColor { background-color: #B57397; }

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

This div background color is #B57397.


Border color

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

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

This div border color is #B57397.


Opacity

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

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

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

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

This text has shadow with #B57397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57397 on black background.


Color preview on white background

This text has color #B57397 on white background.



Black color preview on #B57397 background

This text has black color on #B57397 background.


White color preview on #B57397 background

This text has white color on #B57397 background.