COLOR #B596AA

HEX: #B596AA RGB: (181,150,170)

Color info

#B596AA contains red, green and blue colors in about the same proportion. Web safe color of #B596AA is #CC9999 (or #C99).

RGB color model

#B596AA color RGB value is (181,150,170).

RGB: (181,150,170) (71%, 59%, 67%)

RGB channels and saturation

R 181 of 255 = 71%
G 150 of 255 = 59%
B 170 of 255 = 67%

181
150
170

R + G + B ~ 66%. #B596AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 150 + 170 = 501 (100%)
R 181 of 501 ~ 36.13%
G 150 of 501 ~ 29.94%
B 170 of 501 ~ 33.93'%

%36.13
%29.94
%33.93

CMYK color model

#B596AA color CMYK value is (0,17,6,29).

  • cyan value is 0.00%
  • magenta value is 17.13%
  • yellow value is 6.08%
  • key color value is 29.02%
CMYK: (0,17,6,29) C0M17Y6K29 (0%,17%,6%,29%) (0.00/0.17/0.06/0.29) 

CMYK percentages

%0
%17.13
%6.08
%29.02

Codes

Color #B596AA in popluar color models

B5 96 AA
RGB 181 150 170
HSL 321° 17.32% 64.90%
HSB/HSV 321° 17.13% 70.98%
CMYK 0.00% 17.13% 6.08%
29.02%

Color #B596AA in popluar number systems.

HEX B5 96 AA
Decimal 181 150 170
Binary 10110101 10010110 10101010
Octal 265 226 252

Shades and tints

Shades of #B596AA

#B596AA
(181,150,170)
#A5899B
(165,137,155)
#957C8C
(149,124,140)
#856F7D
(133,111,125)
#75626E
(117,98,110)
#65555F
(101,85,95)
#554850
(85,72,80)
#453B41
(69,59,65)
#352E32
(53,46,50)
#252123
(37,33,35)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #B596AA

#B596AA
(181,150,170)
#BB9FB1
(187,159,177)
#C1A8B8
(193,168,184)
#C7B1BF
(199,177,191)
#CDBAC6
(205,186,198)
#D3C3CD
(211,195,205)
#D9CCD4
(217,204,212)
#DFD5DB
(223,213,219)
#E5DEE2
(229,222,226)
#EBE7E9
(235,231,233)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B596AA color. Also use rgb(181,150,170) instead hex code.

Text Font Color

.myTextColor { color: #B596AA; }

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

This text font color is #B596AA.

Background Color

.myBgColor { background-color: #B596AA; }

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

This div background color is #B596AA.

Border color

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

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

This div border color is #B596AA.

Opacity

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

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

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

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

This text has shadow with #B596AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B596AA.

Preview

Color preview on black background

This text has color #B596AA on black background.


Color preview on white background

This text has color #B596AA on white background.


Black color preview on #B596AA background

This text has black color on #B596AA background.


White color preview on #B596AA background

This text has white color on #B596AA background.


Related colors

Complementary color

Complementary color for #hex is #4A6955.


I love getcolorcode.com

Triadic colors

1 #AAB596 and #96AAB5 with #B596AA are triadic colors.

2 #AA96B5 and #96B5AA with #B596AA are triadic colors.