COLOR #B58CA6

HEX: #B58CA6
RGB: (181,140,166)

Color info

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

RGB color model

#B58CA6 color RGB value is (181,140,166).

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

RGB channels and saturation

R 181 of 255 = 71%
G 140 of 255 = 55%
B 166 of 255 = 65%

181
140
166

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

Portions of RGB colors in percentages

R + G + B =
181 + 140 + 166 = 487 (100%)
R 181 of 487 ~ 37.17%
G 140 of 487 ~ 28.75%
B 166 of 487 ~ 34.09%

%37.17
%28.75
%34.09

CMYK color model

#B58CA6 color CMYK value is (0,23,8,29).

  • cyan value is 0.00%
  • magenta value is 22.65%
  • yellow value is 8.29%
  • key color value is 29.02%
CMYK:
(0,23,8,29)
C0M23Y8K29 
(0%,23%,8%,29%)
(0.00/0.23/0.08/0.29)	

CMYK percentages

%0
%22.65
%8.29
%29.02

Codes

Color #B58CA6 in popluar color models

B58CA6
RGB181140166
HSL322°21.69%62.94%
HSB/HSV322°22.65%70.98%
CMYK0.00%22.65%8.29%
29.02%

Color #B58CA6 in popluar number systems.

HEXB58CA6
Decimal181140166
Binary101101011000110010100110
Octal265214246

Shades and tints

Shades of #B58CA6

#B58CA6
(181,140,166)
#A58097
(165,128,151)
#957488
(149,116,136)
#856879
(133,104,121)
#755C6A
(117,92,106)
#65505B
(101,80,91)
#55444C
(85,68,76)
#45383D
(69,56,61)
#352C2E
(53,44,46)
#25201F
(37,32,31)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #B58CA6

#B58CA6
(181,140,166)
#BB96AE
(187,150,174)
#C1A0B6
(193,160,182)
#C7AABE
(199,170,190)
#CDB4C6
(205,180,198)
#D3BECE
(211,190,206)
#D9C8D6
(217,200,214)
#DFD2DE
(223,210,222)
#E5DCE6
(229,220,230)
#EBE6EE
(235,230,238)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58CA6; }

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

This text font color is #B58CA6.


Background Color

.myBgColor { background-color: #B58CA6; }

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

This div background color is #B58CA6.


Border color

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

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

This div border color is #B58CA6.


Opacity

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

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

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

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

This text has shadow with #B58CA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58CA6 on black background.


Color preview on white background

This text has color #B58CA6 on white background.



Black color preview on #B58CA6 background

This text has black color on #B58CA6 background.


White color preview on #B58CA6 background

This text has white color on #B58CA6 background.