COLOR #B57AA1

HEX: #B57AA1
RGB: (181,122,161)

Color info

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

RGB color model

#B57AA1 color RGB value is (181,122,161).

  • red value is 181;
  • green value is 122;
  • blue value is 161.
RGB:
(181,122,161)
(71%,48%,63%)

RGB channels and saturation

R 181 of 255 = 71%
G 122 of 255 = 48%
B 161 of 255 = 63%

181
122
161

R + G + B ~ 61%. #B57AA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 122 + 161 = 464 (100%)
R 181 of 464 ~ 39.01%
G 122 of 464 ~ 26.29%
B 161 of 464 ~ 34.7%

%39.01
%26.29
%34.7

CMYK color model

#B57AA1 color CMYK value is (0,33,11,29).

  • cyan value is 0.00%
  • magenta value is 32.60%
  • yellow value is 11.05%
  • key color value is 29.02%
CMYK:
(0,33,11,29)
C0M33Y11K29 
(0%,33%,11%,29%)
(0.00/0.33/0.11/0.29)	

CMYK percentages

%0
%32.6
%11.05
%29.02

Codes

Color #B57AA1 in popluar color models

B57AA1
RGB181122161
HSL320°28.50%59.41%
HSB/HSV320°32.60%70.98%
CMYK0.00%32.60%11.05%
29.02%

Color #B57AA1 in popluar number systems.

HEXB57AA1
Decimal181122161
Binary10110101111101010100001
Octal265172241

Shades and tints

Shades of #B57AA1

#B57AA1
(181,122,161)
#A56F93
(165,111,147)
#956485
(149,100,133)
#855977
(133,89,119)
#754E69
(117,78,105)
#65435B
(101,67,91)
#55384D
(85,56,77)
#452D3F
(69,45,63)
#352231
(53,34,49)
#251723
(37,23,35)
#150C15
(21,12,21)
#000000
(0,0,0)

Tints of #B57AA1

#B57AA1
(181,122,161)
#BB86A9
(187,134,169)
#C192B1
(193,146,177)
#C79EB9
(199,158,185)
#CDAAC1
(205,170,193)
#D3B6C9
(211,182,201)
#D9C2D1
(217,194,209)
#DFCED9
(223,206,217)
#E5DAE1
(229,218,225)
#EBE6E9
(235,230,233)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B57AA1 color. Also use rgb(181,122,161) instead hex code.

Text Font Color

.myTextColor { color: #B57AA1; }

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

This text font color is #B57AA1.


Background Color

.myBgColor { background-color: #B57AA1; }

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

This div background color is #B57AA1.


Border color

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

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

This div border color is #B57AA1.


Opacity

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

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

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

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

This text has shadow with #B57AA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57AA1 on black background.


Color preview on white background

This text has color #B57AA1 on white background.



Black color preview on #B57AA1 background

This text has black color on #B57AA1 background.


White color preview on #B57AA1 background

This text has white color on #B57AA1 background.