COLOR #B59CBF

HEX: #B59CBF RGB: (181,156,191)

Color info

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

RGB color model

#B59CBF color RGB value is (181,156,191).

RGB: (181,156,191) (71%, 61%, 75%)

RGB channels and saturation

R 181 of 255 = 71%
G 156 of 255 = 61%
B 191 of 255 = 75%

181
156
191

R + G + B ~ 69%. #B59CBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 156 + 191 = 528 (100%)
R 181 of 528 ~ 34.28%
G 156 of 528 ~ 29.55%
B 191 of 528 ~ 36.17'%

%34.28
%29.55
%36.17

CMYK color model

#B59CBF color CMYK value is (5,18,0,25).

  • cyan value is 5.24%
  • magenta value is 18.32%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (5,18,0,25)
C5M18Y0K25 (5%, 18%, 0%, 25%)
(0.05 / 0.18 / 0.00 / 0.25)

CMYK percentages

%5.24
%18.32
%0
%25.1

Codes

Color #B59CBF in popluar color models

B5 9C BF
RGB 181 156 191
HSL 283° 21.47% 68.04%
HSB/HSV 283° 18.32% 74.90%
CMYK 5.24% 18.32% 0.00%
25.10%

Color #B59CBF in popluar number systems.

HEX B5 9C BF
Decimal 181 156 191
Binary 10110101 10011100 10111111
Octal 265 234 277

Shades and tints

Shades of #B59CBF

#B59CBF
(181,156,191)
#A58EAE
(165,142,174)
#95809D
(149,128,157)
#85728C
(133,114,140)
#75647B
(117,100,123)
#65566A
(101,86,106)
#554859
(85,72,89)
#453A48
(69,58,72)
#352C37
(53,44,55)
#251E26
(37,30,38)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #B59CBF

#B59CBF
(181,156,191)
#BBA5C4
(187,165,196)
#C1AEC9
(193,174,201)
#C7B7CE
(199,183,206)
#CDC0D3
(205,192,211)
#D3C9D8
(211,201,216)
#D9D2DD
(217,210,221)
#DFDBE2
(223,219,226)
#E5E4E7
(229,228,231)
#EBEDEC
(235,237,236)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59CBF; }

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

This text font color is #B59CBF.

Background Color

.myBgColor { background-color: #B59CBF; }

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

This div background color is #B59CBF.

Border color

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

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

This div border color is #B59CBF.

Opacity

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

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

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

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

This text has shadow with #B59CBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B59CBF.

Preview

Color preview on black background

This text has color #B59CBF on black background.


Color preview on white background

This text has color #B59CBF on white background.


Black color preview on #B59CBF background

This text has black color on #B59CBF background.


White color preview on #B59CBF background

This text has white color on #B59CBF background.


Related colors

Complementary color

Complementary color for #hex is #4A6340.


I love getcolorcode.com

Triadic colors

1 #BFB59C and #9CBFB5 with #B59CBF are triadic colors.

2 #BF9CB5 and #9CB5BF with #B59CBF are triadic colors.