COLOR #B59AA5

HEX: #B59AA5 RGB: (181,154,165)

Color info

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

RGB color model

#B59AA5 color RGB value is (181,154,165).

RGB: (181,154,165) (71%, 60%, 65%)

RGB channels and saturation

R 181 of 255 = 71%
G 154 of 255 = 60%
B 165 of 255 = 65%

181
154
165

R + G + B ~ 65%. #B59AA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 154 + 165 = 500 (100%)
R 181 of 500 ~ 36.2%
G 154 of 500 ~ 30.8%
B 165 of 500 ~ 33'%

%36.2
%30.8
%33

CMYK color model

#B59AA5 color CMYK value is (0,15,9,29).

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

CMYK: (0,15,9,29)
C0M15Y9K29 (0%, 15%, 9%, 29%)
(0.00 / 0.15 / 0.09 / 0.29)

CMYK percentages

%0
%14.92
%8.84
%29.02

Codes

Color #B59AA5 in popluar color models

B5 9A A5
RGB 181 154 165
HSL 336° 15.43% 65.69%
HSB/HSV 336° 14.92% 70.98%
CMYK 0.00% 14.92% 8.84%
29.02%

Color #B59AA5 in popluar number systems.

HEX B5 9A A5
Decimal 181 154 165
Binary 10110101 10011010 10100101
Octal 265 232 245

Shades and tints

Shades of #B59AA5

#B59AA5
(181,154,165)
#A58C96
(165,140,150)
#957E87
(149,126,135)
#857078
(133,112,120)
#756269
(117,98,105)
#65545A
(101,84,90)
#55464B
(85,70,75)
#45383C
(69,56,60)
#352A2D
(53,42,45)
#251C1E
(37,28,30)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #B59AA5

#B59AA5
(181,154,165)
#BBA3AD
(187,163,173)
#C1ACB5
(193,172,181)
#C7B5BD
(199,181,189)
#CDBEC5
(205,190,197)
#D3C7CD
(211,199,205)
#D9D0D5
(217,208,213)
#DFD9DD
(223,217,221)
#E5E2E5
(229,226,229)
#EBEBED
(235,235,237)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59AA5; }

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

This text font color is #B59AA5.

Background Color

.myBgColor { background-color: #B59AA5; }

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

This div background color is #B59AA5.

Border color

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

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

This div border color is #B59AA5.

Opacity

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

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

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

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

This text has shadow with #B59AA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B59AA5.

Preview

Color preview on black background

This text has color #B59AA5 on black background.


Color preview on white background

This text has color #B59AA5 on white background.


Black color preview on #B59AA5 background

This text has black color on #B59AA5 background.


White color preview on #B59AA5 background

This text has white color on #B59AA5 background.


Related colors

Complementary color

Complementary color for #hex is #4A655A.


I love getcolorcode.com

Triadic colors

1 #A5B59A and #9AA5B5 with #B59AA5 are triadic colors.

2 #A59AB5 and #9AB5A5 with #B59AA5 are triadic colors.