COLOR #B59CBA

HEX: #B59CBA RGB: (181,156,186)

Color info

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

RGB color model

#B59CBA color RGB value is (181,156,186).

RGB: (181,156,186) (71%, 61%, 73%)

RGB channels and saturation

R 181 of 255 = 71%
G 156 of 255 = 61%
B 186 of 255 = 73%

181
156
186

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

Portions of RGB colors in percentages

R + G + B = 181 + 156 + 186 = 523 (100%)
R 181 of 523 ~ 34.61%
G 156 of 523 ~ 29.83%
B 186 of 523 ~ 35.56'%

%34.61
%29.83
%35.56

CMYK color model

#B59CBA color CMYK value is (3,16,0,27).

  • cyan value is 2.69%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (3,16,0,27) C3M16Y0K27 (3%,16%,0%,27%) (0.03/0.16/0.00/0.27) 

CMYK percentages

%2.69
%16.13
%0
%27.06

Codes

Color #B59CBA in popluar color models

B5 9C BA
RGB 181 156 186
HSL 290° 17.86% 67.06%
HSB/HSV 290° 16.13% 72.94%
CMYK 2.69% 16.13% 0.00%
27.06%

Color #B59CBA in popluar number systems.

HEX B5 9C BA
Decimal 181 156 186
Binary 10110101 10011100 10111010
Octal 265 234 272

Shades and tints

Shades of #B59CBA

#B59CBA
(181,156,186)
#A58EAA
(165,142,170)
#95809A
(149,128,154)
#85728A
(133,114,138)
#75647A
(117,100,122)
#65566A
(101,86,106)
#55485A
(85,72,90)
#453A4A
(69,58,74)
#352C3A
(53,44,58)
#251E2A
(37,30,42)
#15101A
(21,16,26)
#000000
(0,0,0)

Tints of #B59CBA

#B59CBA
(181,156,186)
#BBA5C0
(187,165,192)
#C1AEC6
(193,174,198)
#C7B7CC
(199,183,204)
#CDC0D2
(205,192,210)
#D3C9D8
(211,201,216)
#D9D2DE
(217,210,222)
#DFDBE4
(223,219,228)
#E5E4EA
(229,228,234)
#EBEDF0
(235,237,240)
#F1F6F6
(241,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59CBA; }

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

This text font color is #B59CBA.

Background Color

.myBgColor { background-color: #B59CBA; }

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

This div background color is #B59CBA.

Border color

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

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

This div border color is #B59CBA.

Opacity

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

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

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

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

This text has shadow with #B59CBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B59CBA.

Preview

Color preview on black background

This text has color #B59CBA on black background.


Color preview on white background

This text has color #B59CBA on white background.


Black color preview on #B59CBA background

This text has black color on #B59CBA background.


White color preview on #B59CBA background

This text has white color on #B59CBA background.


Related colors

Complementary color

Complementary color for #hex is #4A6345.


I love getcolorcode.com

Triadic colors

1 #BAB59C and #9CBAB5 with #B59CBA are triadic colors.

2 #BA9CB5 and #9CB5BA with #B59CBA are triadic colors.