COLOR #B58CB9

HEX: #B58CB9
RGB: (181,140,185)

Color info

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

RGB color model

#B58CB9 color RGB value is (181,140,185).

  • red value is 181;
  • green value is 140;
  • blue value is 185.
RGB:
(181,140,185)
(71%,55%,73%)

RGB channels and saturation

R 181 of 255 = 71%
G 140 of 255 = 55%
B 185 of 255 = 73%

181
140
185

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

Portions of RGB colors in percentages

R + G + B =
181 + 140 + 185 = 506 (100%)
R 181 of 506 ~ 35.77%
G 140 of 506 ~ 27.67%
B 185 of 506 ~ 36.56%

%35.77
%27.67
%36.56

CMYK color model

#B58CB9 color CMYK value is (2,24,0,27).

  • cyan value is 2.16%
  • magenta value is 24.32%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(2,24,0,27)
C2M24Y0K27 
(2%,24%,0%,27%)
(0.02/0.24/0.00/0.27)	

CMYK percentages

%2.16
%24.32
%0
%27.45

Codes

Color #B58CB9 in popluar color models

B58CB9
RGB181140185
HSL295°24.32%63.73%
HSB/HSV295°24.32%72.55%
CMYK2.16%24.32%0.00%
27.45%

Color #B58CB9 in popluar number systems.

HEXB58CB9
Decimal181140185
Binary101101011000110010111001
Octal265214271

Shades and tints

Shades of #B58CB9

#B58CB9
(181,140,185)
#A580A9
(165,128,169)
#957499
(149,116,153)
#856889
(133,104,137)
#755C79
(117,92,121)
#655069
(101,80,105)
#554459
(85,68,89)
#453849
(69,56,73)
#352C39
(53,44,57)
#252029
(37,32,41)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #B58CB9

#B58CB9
(181,140,185)
#BB96BF
(187,150,191)
#C1A0C5
(193,160,197)
#C7AACB
(199,170,203)
#CDB4D1
(205,180,209)
#D3BED7
(211,190,215)
#D9C8DD
(217,200,221)
#DFD2E3
(223,210,227)
#E5DCE9
(229,220,233)
#EBE6EF
(235,230,239)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58CB9 color. Also use rgb(181,140,185) instead hex code.

Text Font Color

.myTextColor { color: #B58CB9; }

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

This text font color is #B58CB9.


Background Color

.myBgColor { background-color: #B58CB9; }

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

This div background color is #B58CB9.


Border color

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

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

This div border color is #B58CB9.


Opacity

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

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

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

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

This text has shadow with #B58CB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58CB9 on black background.


Color preview on white background

This text has color #B58CB9 on white background.



Black color preview on #B58CB9 background

This text has black color on #B58CB9 background.


White color preview on #B58CB9 background

This text has white color on #B58CB9 background.