COLOR #B59ABB

HEX: #B59ABB RGB: (181,154,187)

Color info

#B59ABB contains red, green and blue colors in about the same proportion. Web safe color of #B59ABB is #CC99CC (or #C9C).

RGB color model

#B59ABB color RGB value is (181,154,187).

RGB: (181,154,187) (71%, 60%, 73%)

RGB channels and saturation

R 181 of 255 = 71%
G 154 of 255 = 60%
B 187 of 255 = 73%

181
154
187

R + G + B ~ 68%. #B59ABB is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 154 + 187 = 522 (100%)
R 181 of 522 ~ 34.67%
G 154 of 522 ~ 29.5%
B 187 of 522 ~ 35.82'%

%34.67
%29.5
%35.82

CMYK color model

#B59ABB color CMYK value is (3,18,0,27).

  • cyan value is 3.21%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (3,18,0,27)
C3M18Y0K27 (3%, 18%, 0%, 27%)
(0.03 / 0.18 / 0.00 / 0.27)

CMYK percentages

%3.21
%17.65
%0
%26.67

Codes

Color #B59ABB in popluar color models

B5 9A BB
RGB 181 154 187
HSL 289° 19.53% 66.86%
HSB/HSV 289° 17.65% 73.33%
CMYK 3.21% 17.65% 0.00%
26.67%

Color #B59ABB in popluar number systems.

HEX B5 9A BB
Decimal 181 154 187
Binary 10110101 10011010 10111011
Octal 265 232 273

Shades and tints

Shades of #B59ABB

#B59ABB
(181,154,187)
#A58CAA
(165,140,170)
#957E99
(149,126,153)
#857088
(133,112,136)
#756277
(117,98,119)
#655466
(101,84,102)
#554655
(85,70,85)
#453844
(69,56,68)
#352A33
(53,42,51)
#251C22
(37,28,34)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #B59ABB

#B59ABB
(181,154,187)
#BBA3C1
(187,163,193)
#C1ACC7
(193,172,199)
#C7B5CD
(199,181,205)
#CDBED3
(205,190,211)
#D3C7D9
(211,199,217)
#D9D0DF
(217,208,223)
#DFD9E5
(223,217,229)
#E5E2EB
(229,226,235)
#EBEBF1
(235,235,241)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59ABB; }

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

This text font color is #B59ABB.

Background Color

.myBgColor { background-color: #B59ABB; }

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

This div background color is #B59ABB.

Border color

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

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

This div border color is #B59ABB.

Opacity

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

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

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

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

This text has shadow with #B59ABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B59ABB.

Preview

Color preview on black background

This text has color #B59ABB on black background.


Color preview on white background

This text has color #B59ABB on white background.


Black color preview on #B59ABB background

This text has black color on #B59ABB background.


White color preview on #B59ABB background

This text has white color on #B59ABB background.


Related colors

Complementary color

Complementary color for #hex is #4A6544.


I love getcolorcode.com

Triadic colors

1 #BBB59A and #9ABBB5 with #B59ABB are triadic colors.

2 #BB9AB5 and #9AB5BB with #B59ABB are triadic colors.