COLOR #B58CAB

HEX: #B58CAB
RGB: (181,140,171)

Color info

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

RGB color model

#B58CAB color RGB value is (181,140,171).

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

RGB channels and saturation

R 181 of 255 = 71%
G 140 of 255 = 55%
B 171 of 255 = 67%

181
140
171

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

Portions of RGB colors in percentages

R + G + B =
181 + 140 + 171 = 492 (100%)
R 181 of 492 ~ 36.79%
G 140 of 492 ~ 28.46%
B 171 of 492 ~ 34.76%

%36.79
%28.46
%34.76

CMYK color model

#B58CAB color CMYK value is (0,23,6,29).

  • cyan value is 0.00%
  • magenta value is 22.65%
  • yellow value is 5.52%
  • key color value is 29.02%
CMYK:
(0,23,6,29)
C0M23Y6K29 
(0%,23%,6%,29%)
(0.00/0.23/0.06/0.29)	

CMYK percentages

%0
%22.65
%5.52
%29.02

Codes

Color #B58CAB in popluar color models

B58CAB
RGB181140171
HSL315°21.69%62.94%
HSB/HSV315°22.65%70.98%
CMYK0.00%22.65%5.52%
29.02%

Color #B58CAB in popluar number systems.

HEXB58CAB
Decimal181140171
Binary101101011000110010101011
Octal265214253

Shades and tints

Shades of #B58CAB

#B58CAB
(181,140,171)
#A5809C
(165,128,156)
#95748D
(149,116,141)
#85687E
(133,104,126)
#755C6F
(117,92,111)
#655060
(101,80,96)
#554451
(85,68,81)
#453842
(69,56,66)
#352C33
(53,44,51)
#252024
(37,32,36)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #B58CAB

#B58CAB
(181,140,171)
#BB96B2
(187,150,178)
#C1A0B9
(193,160,185)
#C7AAC0
(199,170,192)
#CDB4C7
(205,180,199)
#D3BECE
(211,190,206)
#D9C8D5
(217,200,213)
#DFD2DC
(223,210,220)
#E5DCE3
(229,220,227)
#EBE6EA
(235,230,234)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58CAB; }

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

This text font color is #B58CAB.


Background Color

.myBgColor { background-color: #B58CAB; }

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

This div background color is #B58CAB.


Border color

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

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

This div border color is #B58CAB.


Opacity

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

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

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

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

This text has shadow with #B58CAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58CAB on black background.


Color preview on white background

This text has color #B58CAB on white background.



Black color preview on #B58CAB background

This text has black color on #B58CAB background.


White color preview on #B58CAB background

This text has white color on #B58CAB background.