COLOR #B589A9

HEX: #B589A9 RGB: (181,137,169)

Color info

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

RGB color model

#B589A9 color RGB value is (181,137,169).

RGB: (181,137,169) (71%, 54%, 66%)

RGB channels and saturation

R 181 of 255 = 71%
G 137 of 255 = 54%
B 169 of 255 = 66%

181
137
169

R + G + B ~ 64%. #B589A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 137 + 169 = 487 (100%)
R 181 of 487 ~ 37.17%
G 137 of 487 ~ 28.13%
B 169 of 487 ~ 34.7'%

%37.17
%28.13
%34.7

CMYK color model

#B589A9 color CMYK value is (0,24,7,29).

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

CMYK: (0,24,7,29)
C0M24Y7K29 (0%, 24%, 7%, 29%)
(0.00 / 0.24 / 0.07 / 0.29)

CMYK percentages

%0
%24.31
%6.63
%29.02

Codes

Color #B589A9 in popluar color models

B5 89 A9
RGB 181 137 169
HSL 316° 22.92% 62.35%
HSB/HSV 316° 24.31% 70.98%
CMYK 0.00% 24.31% 6.63%
29.02%

Color #B589A9 in popluar number systems.

HEX B5 89 A9
Decimal 181 137 169
Binary 10110101 10001001 10101001
Octal 265 211 251

Shades and tints

Shades of #B589A9

#B589A9
(181,137,169)
#A57D9A
(165,125,154)
#95718B
(149,113,139)
#85657C
(133,101,124)
#75596D
(117,89,109)
#654D5E
(101,77,94)
#55414F
(85,65,79)
#453540
(69,53,64)
#352931
(53,41,49)
#251D22
(37,29,34)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #B589A9

#B589A9
(181,137,169)
#BB93B0
(187,147,176)
#C19DB7
(193,157,183)
#C7A7BE
(199,167,190)
#CDB1C5
(205,177,197)
#D3BBCC
(211,187,204)
#D9C5D3
(217,197,211)
#DFCFDA
(223,207,218)
#E5D9E1
(229,217,225)
#EBE3E8
(235,227,232)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B589A9; }

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

This text font color is #B589A9.

Background Color

.myBgColor { background-color: #B589A9; }

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

This div background color is #B589A9.

Border color

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

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

This div border color is #B589A9.

Opacity

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

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

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

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

This text has shadow with #B589A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B589A9.

Preview

Color preview on black background

This text has color #B589A9 on black background.


Color preview on white background

This text has color #B589A9 on white background.


Black color preview on #B589A9 background

This text has black color on #B589A9 background.


White color preview on #B589A9 background

This text has white color on #B589A9 background.


Related colors

Complementary color

Complementary color for #hex is #4A7656.


I love getcolorcode.com

Triadic colors

1 #A9B589 and #89A9B5 with #B589A9 are triadic colors.

2 #A989B5 and #89B5A9 with #B589A9 are triadic colors.