COLOR #B57C84

HEX: #B57C84
RGB: (181,124,132)

Color info

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

RGB color model

#B57C84 color RGB value is (181,124,132).

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

RGB channels and saturation

R 181 of 255 = 71%
G 124 of 255 = 49%
B 132 of 255 = 52%

181
124
132

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

Portions of RGB colors in percentages

R + G + B =
181 + 124 + 132 = 437 (100%)
R 181 of 437 ~ 41.42%
G 124 of 437 ~ 28.38%
B 132 of 437 ~ 30.21%

%41.42
%28.38
%30.21

CMYK color model

#B57C84 color CMYK value is (0,31,27,29).

  • cyan value is 0.00%
  • magenta value is 31.49%
  • yellow value is 27.07%
  • key color value is 29.02%
CMYK:
(0,31,27,29)
C0M31Y27K29 
(0%,31%,27%,29%)
(0.00/0.31/0.27/0.29)	

CMYK percentages

%0
%31.49
%27.07
%29.02

Codes

Color #B57C84 in popluar color models

B57C84
RGB181124132
HSL352°27.80%59.80%
HSB/HSV352°31.49%70.98%
CMYK0.00%31.49%27.07%
29.02%

Color #B57C84 in popluar number systems.

HEXB57C84
Decimal181124132
Binary10110101111110010000100
Octal265174204

Shades and tints

Shades of #B57C84

#B57C84
(181,124,132)
#A57178
(165,113,120)
#95666C
(149,102,108)
#855B60
(133,91,96)
#755054
(117,80,84)
#654548
(101,69,72)
#553A3C
(85,58,60)
#452F30
(69,47,48)
#352424
(53,36,36)
#251918
(37,25,24)
#150E0C
(21,14,12)
#000000
(0,0,0)

Tints of #B57C84

#B57C84
(181,124,132)
#BB878F
(187,135,143)
#C1929A
(193,146,154)
#C79DA5
(199,157,165)
#CDA8B0
(205,168,176)
#D3B3BB
(211,179,187)
#D9BEC6
(217,190,198)
#DFC9D1
(223,201,209)
#E5D4DC
(229,212,220)
#EBDFE7
(235,223,231)
#F1EAF2
(241,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B57C84; }

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

This text font color is #B57C84.


Background Color

.myBgColor { background-color: #B57C84; }

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

This div background color is #B57C84.


Border color

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

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

This div border color is #B57C84.


Opacity

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

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

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

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

This text has shadow with #B57C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57C84 on black background.


Color preview on white background

This text has color #B57C84 on white background.



Black color preview on #B57C84 background

This text has black color on #B57C84 background.


White color preview on #B57C84 background

This text has white color on #B57C84 background.