COLOR #B58E8C

HEX: #B58E8C
RGB: (181,142,140)

Color info

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

RGB color model

#B58E8C color RGB value is (181,142,140).

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

RGB channels and saturation

R 181 of 255 = 71%
G 142 of 255 = 56%
B 140 of 255 = 55%

181
142
140

R + G + B ~ 61%. #B58E8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 142 + 140 = 463 (100%)
R 181 of 463 ~ 39.09%
G 142 of 463 ~ 30.67%
B 140 of 463 ~ 30.24%

%39.09
%30.67
%30.24

CMYK color model

#B58E8C color CMYK value is (0,22,23,29).

  • cyan value is 0.00%
  • magenta value is 21.55%
  • yellow value is 22.65%
  • key color value is 29.02%
CMYK:
(0,22,23,29)
C0M22Y23K29 
(0%,22%,23%,29%)
(0.00/0.22/0.23/0.29)	

CMYK percentages

%0
%21.55
%22.65
%29.02

Codes

Color #B58E8C in popluar color models

B58E8C
RGB181142140
HSL21.69%62.94%
HSB/HSV22.65%70.98%
CMYK0.00%21.55%22.65%
29.02%

Color #B58E8C in popluar number systems.

HEXB58E8C
Decimal181142140
Binary101101011000111010001100
Octal265216214

Shades and tints

Shades of #B58E8C

#B58E8C
(181,142,140)
#A58280
(165,130,128)
#957674
(149,118,116)
#856A68
(133,106,104)
#755E5C
(117,94,92)
#655250
(101,82,80)
#554644
(85,70,68)
#453A38
(69,58,56)
#352E2C
(53,46,44)
#252220
(37,34,32)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #B58E8C

#B58E8C
(181,142,140)
#BB9896
(187,152,150)
#C1A2A0
(193,162,160)
#C7ACAA
(199,172,170)
#CDB6B4
(205,182,180)
#D3C0BE
(211,192,190)
#D9CAC8
(217,202,200)
#DFD4D2
(223,212,210)
#E5DEDC
(229,222,220)
#EBE8E6
(235,232,230)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58E8C; }

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

This text font color is #B58E8C.


Background Color

.myBgColor { background-color: #B58E8C; }

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

This div background color is #B58E8C.


Border color

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

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

This div border color is #B58E8C.


Opacity

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

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

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

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

This text has shadow with #B58E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58E8C on black background.


Color preview on white background

This text has color #B58E8C on white background.



Black color preview on #B58E8C background

This text has black color on #B58E8C background.


White color preview on #B58E8C background

This text has white color on #B58E8C background.