COLOR #B59AA8

HEX: #B59AA8 RGB: (181,154,168)

Color info

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

RGB color model

#B59AA8 color RGB value is (181,154,168).

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

RGB channels and saturation

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

181
154
168

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

Portions of RGB colors in percentages

R + G + B = 181 + 154 + 168 = 503 (100%)
R 181 of 503 ~ 35.98%
G 154 of 503 ~ 30.62%
B 168 of 503 ~ 33.4'%

%35.98
%30.62
%33.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.92%
  • yellow value is 7.18%
  • 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
%7.18
%29.02

Codes

Color #B59AA8 in popluar color models

B5 9A A8
RGB 181 154 168
HSL 329° 15.43% 65.69%
HSB/HSV 329° 14.92% 70.98%
CMYK 0.00% 14.92% 7.18%
29.02%

Color #B59AA8 in popluar number systems.

HEX B5 9A A8
Decimal 181 154 168
Binary 10110101 10011010 10101000
Octal 265 232 250

Shades and tints

Shades of #B59AA8

#B59AA8
(181,154,168)
#A58C99
(165,140,153)
#957E8A
(149,126,138)
#85707B
(133,112,123)
#75626C
(117,98,108)
#65545D
(101,84,93)
#55464E
(85,70,78)
#45383F
(69,56,63)
#352A30
(53,42,48)
#251C21
(37,28,33)
#150E12
(21,14,18)
#000000
(0,0,0)

Tints of #B59AA8

#B59AA8
(181,154,168)
#BBA3AF
(187,163,175)
#C1ACB6
(193,172,182)
#C7B5BD
(199,181,189)
#CDBEC4
(205,190,196)
#D3C7CB
(211,199,203)
#D9D0D2
(217,208,210)
#DFD9D9
(223,217,217)
#E5E2E0
(229,226,224)
#EBEBE7
(235,235,231)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59AA8; }

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

This text font color is #B59AA8.

Background Color

.myBgColor { background-color: #B59AA8; }

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

This div background color is #B59AA8.

Border color

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

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

This div border color is #B59AA8.

Opacity

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

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

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

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

This text has shadow with #B59AA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B59AA8.

Preview

Color preview on black background

This text has color #B59AA8 on black background.


Color preview on white background

This text has color #B59AA8 on white background.


Black color preview on #B59AA8 background

This text has black color on #B59AA8 background.


White color preview on #B59AA8 background

This text has white color on #B59AA8 background.


Related colors

Complementary color

Complementary color for #hex is #4A6557.


I love getcolorcode.com

Triadic colors

1 #A8B59A and #9AA8B5 with #B59AA8 are triadic colors.

2 #A89AB5 and #9AB5A8 with #B59AA8 are triadic colors.