COLOR #B58CAE

HEX: #B58CAE
RGB: (181,140,174)

Color info

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

RGB color model

#B58CAE color RGB value is (181,140,174).

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

RGB channels and saturation

R 181 of 255 = 71%
G 140 of 255 = 55%
B 174 of 255 = 68%

181
140
174

R + G + B ~ 65%. #B58CAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 140 + 174 = 495 (100%)
R 181 of 495 ~ 36.57%
G 140 of 495 ~ 28.28%
B 174 of 495 ~ 35.15%

%36.57
%28.28
%35.15

CMYK color model

#B58CAE color CMYK value is (0,23,4,29).

  • cyan value is 0.00%
  • magenta value is 22.65%
  • yellow value is 3.87%
  • key color value is 29.02%
CMYK:
(0,23,4,29)
C0M23Y4K29 
(0%,23%,4%,29%)
(0.00/0.23/0.04/0.29)	

CMYK percentages

%0
%22.65
%3.87
%29.02

Codes

Color #B58CAE in popluar color models

B58CAE
RGB181140174
HSL310°21.69%62.94%
HSB/HSV310°22.65%70.98%
CMYK0.00%22.65%3.87%
29.02%

Color #B58CAE in popluar number systems.

HEXB58CAE
Decimal181140174
Binary101101011000110010101110
Octal265214256

Shades and tints

Shades of #B58CAE

#B58CAE
(181,140,174)
#A5809F
(165,128,159)
#957490
(149,116,144)
#856881
(133,104,129)
#755C72
(117,92,114)
#655063
(101,80,99)
#554454
(85,68,84)
#453845
(69,56,69)
#352C36
(53,44,54)
#252027
(37,32,39)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #B58CAE

#B58CAE
(181,140,174)
#BB96B5
(187,150,181)
#C1A0BC
(193,160,188)
#C7AAC3
(199,170,195)
#CDB4CA
(205,180,202)
#D3BED1
(211,190,209)
#D9C8D8
(217,200,216)
#DFD2DF
(223,210,223)
#E5DCE6
(229,220,230)
#EBE6ED
(235,230,237)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58CAE; }

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

This text font color is #B58CAE.


Background Color

.myBgColor { background-color: #B58CAE; }

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

This div background color is #B58CAE.


Border color

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

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

This div border color is #B58CAE.


Opacity

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

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

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

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

This text has shadow with #B58CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58CAE on black background.


Color preview on white background

This text has color #B58CAE on white background.



Black color preview on #B58CAE background

This text has black color on #B58CAE background.


White color preview on #B58CAE background

This text has white color on #B58CAE background.