COLOR #B57581

HEX: #B57581
RGB: (181,117,129)

Color info

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

RGB color model

#B57581 color RGB value is (181,117,129).

  • red value is 181;
  • green value is 117;
  • blue value is 129.
RGB:
(181,117,129)
(71%,46%,51%)

RGB channels and saturation

R 181 of 255 = 71%
G 117 of 255 = 46%
B 129 of 255 = 51%

181
117
129

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

Portions of RGB colors in percentages

R + G + B =
181 + 117 + 129 = 427 (100%)
R 181 of 427 ~ 42.39%
G 117 of 427 ~ 27.4%
B 129 of 427 ~ 30.21%

%42.39
%27.4
%30.21

CMYK color model

#B57581 color CMYK value is (0,35,29,29).

  • cyan value is 0.00%
  • magenta value is 35.36%
  • yellow value is 28.73%
  • key color value is 29.02%
CMYK:
(0,35,29,29)
C0M35Y29K29 
(0%,35%,29%,29%)
(0.00/0.35/0.29/0.29)	

CMYK percentages

%0
%35.36
%28.73
%29.02

Codes

Color #B57581 in popluar color models

B57581
RGB181117129
HSL349°30.19%58.43%
HSB/HSV349°35.36%70.98%
CMYK0.00%35.36%28.73%
29.02%

Color #B57581 in popluar number systems.

HEXB57581
Decimal181117129
Binary10110101111010110000001
Octal265165201

Shades and tints

Shades of #B57581

#B57581
(181,117,129)
#A56B76
(165,107,118)
#95616B
(149,97,107)
#855760
(133,87,96)
#754D55
(117,77,85)
#65434A
(101,67,74)
#55393F
(85,57,63)
#452F34
(69,47,52)
#352529
(53,37,41)
#251B1E
(37,27,30)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #B57581

#B57581
(181,117,129)
#BB818C
(187,129,140)
#C18D97
(193,141,151)
#C799A2
(199,153,162)
#CDA5AD
(205,165,173)
#D3B1B8
(211,177,184)
#D9BDC3
(217,189,195)
#DFC9CE
(223,201,206)
#E5D5D9
(229,213,217)
#EBE1E4
(235,225,228)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B57581 color. Also use rgb(181,117,129) instead hex code.

Text Font Color

.myTextColor { color: #B57581; }

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

This text font color is #B57581.


Background Color

.myBgColor { background-color: #B57581; }

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

This div background color is #B57581.


Border color

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

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

This div border color is #B57581.


Opacity

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

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

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

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

This text has shadow with #B57581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57581 on black background.


Color preview on white background

This text has color #B57581 on white background.



Black color preview on #B57581 background

This text has black color on #B57581 background.


White color preview on #B57581 background

This text has white color on #B57581 background.