COLOR #B58CA9

HEX: #B58CA9
RGB: (181,140,169)

Color info

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

RGB color model

#B58CA9 color RGB value is (181,140,169).

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

RGB channels and saturation

R 181 of 255 = 71%
G 140 of 255 = 55%
B 169 of 255 = 66%

181
140
169

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

Portions of RGB colors in percentages

R + G + B =
181 + 140 + 169 = 490 (100%)
R 181 of 490 ~ 36.94%
G 140 of 490 ~ 28.57%
B 169 of 490 ~ 34.49%

%36.94
%28.57
%34.49

CMYK color model

#B58CA9 color CMYK value is (0,23,7,29).

  • cyan value is 0.00%
  • magenta value is 22.65%
  • yellow value is 6.63%
  • key color value is 29.02%
CMYK:
(0,23,7,29)
C0M23Y7K29 
(0%,23%,7%,29%)
(0.00/0.23/0.07/0.29)	

CMYK percentages

%0
%22.65
%6.63
%29.02

Codes

Color #B58CA9 in popluar color models

B58CA9
RGB181140169
HSL318°21.69%62.94%
HSB/HSV318°22.65%70.98%
CMYK0.00%22.65%6.63%
29.02%

Color #B58CA9 in popluar number systems.

HEXB58CA9
Decimal181140169
Binary101101011000110010101001
Octal265214251

Shades and tints

Shades of #B58CA9

#B58CA9
(181,140,169)
#A5809A
(165,128,154)
#95748B
(149,116,139)
#85687C
(133,104,124)
#755C6D
(117,92,109)
#65505E
(101,80,94)
#55444F
(85,68,79)
#453840
(69,56,64)
#352C31
(53,44,49)
#252022
(37,32,34)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #B58CA9

#B58CA9
(181,140,169)
#BB96B0
(187,150,176)
#C1A0B7
(193,160,183)
#C7AABE
(199,170,190)
#CDB4C5
(205,180,197)
#D3BECC
(211,190,204)
#D9C8D3
(217,200,211)
#DFD2DA
(223,210,218)
#E5DCE1
(229,220,225)
#EBE6E8
(235,230,232)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58CA9; }

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

This text font color is #B58CA9.


Background Color

.myBgColor { background-color: #B58CA9; }

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

This div background color is #B58CA9.


Border color

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

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

This div border color is #B58CA9.


Opacity

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

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

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

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

This text has shadow with #B58CA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58CA9 on black background.


Color preview on white background

This text has color #B58CA9 on white background.



Black color preview on #B58CA9 background

This text has black color on #B58CA9 background.


White color preview on #B58CA9 background

This text has white color on #B58CA9 background.