COLOR #B59AA9

HEX: #B59AA9 RGB: (181,154,169)

Color info

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

RGB color model

#B59AA9 color RGB value is (181,154,169).

RGB: (181,154,169) (71%, 60%, 66%)

RGB channels and saturation

R 181 of 255 = 71%
G 154 of 255 = 60%
B 169 of 255 = 66%

181
154
169

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

Portions of RGB colors in percentages

R + G + B = 181 + 154 + 169 = 504 (100%)
R 181 of 504 ~ 35.91%
G 154 of 504 ~ 30.56%
B 169 of 504 ~ 33.53'%

%35.91
%30.56
%33.53

CMYK color model

#B59AA9 color CMYK value is (0,15,7,29).

  • cyan value is 0.00%
  • magenta value is 14.92%
  • yellow value is 6.63%
  • key color value is 29.02%

CMYK: (0,15,7,29)
C0M15Y7K29 (0%, 15%, 7%, 29%)
(0.00 / 0.15 / 0.07 / 0.29)

CMYK percentages

%0
%14.92
%6.63
%29.02

Codes

Color #B59AA9 in popluar color models

B5 9A A9
RGB 181 154 169
HSL 327° 15.43% 65.69%
HSB/HSV 327° 14.92% 70.98%
CMYK 0.00% 14.92% 6.63%
29.02%

Color #B59AA9 in popluar number systems.

HEX B5 9A A9
Decimal 181 154 169
Binary 10110101 10011010 10101001
Octal 265 232 251

Shades and tints

Shades of #B59AA9

#B59AA9
(181,154,169)
#A58C9A
(165,140,154)
#957E8B
(149,126,139)
#85707C
(133,112,124)
#75626D
(117,98,109)
#65545E
(101,84,94)
#55464F
(85,70,79)
#453840
(69,56,64)
#352A31
(53,42,49)
#251C22
(37,28,34)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #B59AA9

#B59AA9
(181,154,169)
#BBA3B0
(187,163,176)
#C1ACB7
(193,172,183)
#C7B5BE
(199,181,190)
#CDBEC5
(205,190,197)
#D3C7CC
(211,199,204)
#D9D0D3
(217,208,211)
#DFD9DA
(223,217,218)
#E5E2E1
(229,226,225)
#EBEBE8
(235,235,232)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59AA9 color. Also use rgb(181,154,169) instead hex code.

Text Font Color

.myTextColor { color: #B59AA9; }

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

This text font color is #B59AA9.

Background Color

.myBgColor { background-color: #B59AA9; }

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

This div background color is #B59AA9.

Border color

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

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

This div border color is #B59AA9.

Opacity

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

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

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

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

This text has shadow with #B59AA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B59AA9.

Preview

Color preview on black background

This text has color #B59AA9 on black background.


Color preview on white background

This text has color #B59AA9 on white background.


Black color preview on #B59AA9 background

This text has black color on #B59AA9 background.


White color preview on #B59AA9 background

This text has white color on #B59AA9 background.


Related colors

Complementary color

Complementary color for #hex is #4A6556.


I love getcolorcode.com

Triadic colors

1 #A9B59A and #9AA9B5 with #B59AA9 are triadic colors.

2 #A99AB5 and #9AB5A9 with #B59AA9 are triadic colors.