COLOR #B57C9B

HEX: #B57C9B
RGB: (181,124,155)

Color info

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

RGB color model

#B57C9B color RGB value is (181,124,155).

  • red value is 181;
  • green value is 124;
  • blue value is 155.
RGB:
(181,124,155)
(71%,49%,61%)

RGB channels and saturation

R 181 of 255 = 71%
G 124 of 255 = 49%
B 155 of 255 = 61%

181
124
155

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

Portions of RGB colors in percentages

R + G + B =
181 + 124 + 155 = 460 (100%)
R 181 of 460 ~ 39.35%
G 124 of 460 ~ 26.96%
B 155 of 460 ~ 33.7%

%39.35
%26.96
%33.7

CMYK color model

#B57C9B color CMYK value is (0,31,14,29).

  • cyan value is 0.00%
  • magenta value is 31.49%
  • yellow value is 14.36%
  • key color value is 29.02%
CMYK:
(0,31,14,29)
C0M31Y14K29 
(0%,31%,14%,29%)
(0.00/0.31/0.14/0.29)	

CMYK percentages

%0
%31.49
%14.36
%29.02

Codes

Color #B57C9B in popluar color models

B57C9B
RGB181124155
HSL327°27.80%59.80%
HSB/HSV327°31.49%70.98%
CMYK0.00%31.49%14.36%
29.02%

Color #B57C9B in popluar number systems.

HEXB57C9B
Decimal181124155
Binary10110101111110010011011
Octal265174233

Shades and tints

Shades of #B57C9B

#B57C9B
(181,124,155)
#A5718D
(165,113,141)
#95667F
(149,102,127)
#855B71
(133,91,113)
#755063
(117,80,99)
#654555
(101,69,85)
#553A47
(85,58,71)
#452F39
(69,47,57)
#35242B
(53,36,43)
#25191D
(37,25,29)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #B57C9B

#B57C9B
(181,124,155)
#BB87A4
(187,135,164)
#C192AD
(193,146,173)
#C79DB6
(199,157,182)
#CDA8BF
(205,168,191)
#D3B3C8
(211,179,200)
#D9BED1
(217,190,209)
#DFC9DA
(223,201,218)
#E5D4E3
(229,212,227)
#EBDFEC
(235,223,236)
#F1EAF5
(241,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B57C9B color. Also use rgb(181,124,155) instead hex code.

Text Font Color

.myTextColor { color: #B57C9B; }

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

This text font color is #B57C9B.


Background Color

.myBgColor { background-color: #B57C9B; }

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

This div background color is #B57C9B.


Border color

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

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

This div border color is #B57C9B.


Opacity

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

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

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

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

This text has shadow with #B57C9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57C9B on black background.


Color preview on white background

This text has color #B57C9B on white background.



Black color preview on #B57C9B background

This text has black color on #B57C9B background.


White color preview on #B57C9B background

This text has white color on #B57C9B background.