COLOR #B59CA9

HEX: #B59CA9 RGB: (181,156,169)

Color info

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

RGB color model

#B59CA9 color RGB value is (181,156,169).

RGB: (181,156,169) (71%, 61%, 66%)

RGB channels and saturation

R 181 of 255 = 71%
G 156 of 255 = 61%
B 169 of 255 = 66%

181
156
169

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

Portions of RGB colors in percentages

R + G + B = 181 + 156 + 169 = 506 (100%)
R 181 of 506 ~ 35.77%
G 156 of 506 ~ 30.83%
B 169 of 506 ~ 33.4'%

%35.77
%30.83
%33.4

CMYK color model

#B59CA9 color CMYK value is (0,14,7,29).

  • cyan value is 0.00%
  • magenta value is 13.81%
  • yellow value is 6.63%
  • key color value is 29.02%
CMYK: (0,14,7,29) C0M14Y7K29 (0%,14%,7%,29%) (0.00/0.14/0.07/0.29) 

CMYK percentages

%0
%13.81
%6.63
%29.02

Codes

Color #B59CA9 in popluar color models

B5 9C A9
RGB 181 156 169
HSL 329° 14.45% 66.08%
HSB/HSV 329° 13.81% 70.98%
CMYK 0.00% 13.81% 6.63%
29.02%

Color #B59CA9 in popluar number systems.

HEX B5 9C A9
Decimal 181 156 169
Binary 10110101 10011100 10101001
Octal 265 234 251

Shades and tints

Shades of #B59CA9

#B59CA9
(181,156,169)
#A58E9A
(165,142,154)
#95808B
(149,128,139)
#85727C
(133,114,124)
#75646D
(117,100,109)
#65565E
(101,86,94)
#55484F
(85,72,79)
#453A40
(69,58,64)
#352C31
(53,44,49)
#251E22
(37,30,34)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #B59CA9

#B59CA9
(181,156,169)
#BBA5B0
(187,165,176)
#C1AEB7
(193,174,183)
#C7B7BE
(199,183,190)
#CDC0C5
(205,192,197)
#D3C9CC
(211,201,204)
#D9D2D3
(217,210,211)
#DFDBDA
(223,219,218)
#E5E4E1
(229,228,225)
#EBEDE8
(235,237,232)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59CA9; }

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

This text font color is #B59CA9.

Background Color

.myBgColor { background-color: #B59CA9; }

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

This div background color is #B59CA9.

Border color

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

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

This div border color is #B59CA9.

Opacity

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

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

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

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

This text has shadow with #B59CA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B59CA9.

Preview

Color preview on black background

This text has color #B59CA9 on black background.


Color preview on white background

This text has color #B59CA9 on white background.


Black color preview on #B59CA9 background

This text has black color on #B59CA9 background.


White color preview on #B59CA9 background

This text has white color on #B59CA9 background.


Related colors

Complementary color

Complementary color for #hex is #4A6356.


I love getcolorcode.com

Triadic colors

1 #A9B59C and #9CA9B5 with #B59CA9 are triadic colors.

2 #A99CB5 and #9CB5A9 with #B59CA9 are triadic colors.