COLOR #B57AA6

HEX: #B57AA6 RGB: (181,122,166)

Color info

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

RGB color model

#B57AA6 color RGB value is (181,122,166).

RGB: (181,122,166) (71%, 48%, 65%)

RGB channels and saturation

R 181 of 255 = 71%
G 122 of 255 = 48%
B 166 of 255 = 65%

181
122
166

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

Portions of RGB colors in percentages

R + G + B = 181 + 122 + 166 = 469 (100%)
R 181 of 469 ~ 38.59%
G 122 of 469 ~ 26.01%
B 166 of 469 ~ 35.39'%

%38.59
%26.01
%35.39

CMYK color model

#B57AA6 color CMYK value is (0,33,8,29).

  • cyan value is 0.00%
  • magenta value is 32.60%
  • yellow value is 8.29%
  • key color value is 29.02%

CMYK: (0,33,8,29)
C0M33Y8K29 (0%, 33%, 8%, 29%)
(0.00 / 0.33 / 0.08 / 0.29)

CMYK percentages

%0
%32.6
%8.29
%29.02

Codes

Color #B57AA6 in popluar color models

B5 7A A6
RGB 181 122 166
HSL 315° 28.50% 59.41%
HSB/HSV 315° 32.60% 70.98%
CMYK 0.00% 32.60% 8.29%
29.02%

Color #B57AA6 in popluar number systems.

HEX B5 7A A6
Decimal 181 122 166
Binary 10110101 1111010 10100110
Octal 265 172 246

Shades and tints

Shades of #B57AA6

#B57AA6
(181,122,166)
#A56F97
(165,111,151)
#956488
(149,100,136)
#855979
(133,89,121)
#754E6A
(117,78,106)
#65435B
(101,67,91)
#55384C
(85,56,76)
#452D3D
(69,45,61)
#35222E
(53,34,46)
#25171F
(37,23,31)
#150C10
(21,12,16)
#000000
(0,0,0)

Tints of #B57AA6

#B57AA6
(181,122,166)
#BB86AE
(187,134,174)
#C192B6
(193,146,182)
#C79EBE
(199,158,190)
#CDAAC6
(205,170,198)
#D3B6CE
(211,182,206)
#D9C2D6
(217,194,214)
#DFCEDE
(223,206,222)
#E5DAE6
(229,218,230)
#EBE6EE
(235,230,238)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B57AA6; }

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

This text font color is #B57AA6.

Background Color

.myBgColor { background-color: #B57AA6; }

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

This div background color is #B57AA6.

Border color

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

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

This div border color is #B57AA6.

Opacity

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

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

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

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

This text has shadow with #B57AA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B57AA6.

Preview

Color preview on black background

This text has color #B57AA6 on black background.


Color preview on white background

This text has color #B57AA6 on white background.


Black color preview on #B57AA6 background

This text has black color on #B57AA6 background.


White color preview on #B57AA6 background

This text has white color on #B57AA6 background.


Related colors

Complementary color

Complementary color for #hex is #4A8559.


I love getcolorcode.com

Triadic colors

1 #A6B57A and #7AA6B5 with #B57AA6 are triadic colors.

2 #A67AB5 and #7AB5A6 with #B57AA6 are triadic colors.