COLOR #B58C8B

HEX: #B58C8B RGB: (181,140,139)

Color info

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

RGB color model

#B58C8B color RGB value is (181,140,139).

RGB: (181,140,139) (71%, 55%, 55%)

RGB channels and saturation

R 181 of 255 = 71%
G 140 of 255 = 55%
B 139 of 255 = 55%

181
140
139

R + G + B ~ 60%. #B58C8B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 181 + 140 + 139 = 460 (100%)
R 181 of 460 ~ 39.35%
G 140 of 460 ~ 30.43%
B 139 of 460 ~ 30.22'%

%39.35
%30.43
%30.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.65%
  • yellow value is 23.20%
  • key color value is 29.02%

CMYK: (0,23,23,29)
C0M23Y23K29 (0%, 23%, 23%, 29%)
(0.00 / 0.23 / 0.23 / 0.29)

CMYK percentages

%0
%22.65
%23.2
%29.02

Codes

Color #B58C8B in popluar color models

B5 8C 8B
RGB 181 140 139
HSL 22.11% 62.75%
HSB/HSV 23.20% 70.98%
CMYK 0.00% 22.65% 23.20%
29.02%

Color #B58C8B in popluar number systems.

HEX B5 8C 8B
Decimal 181 140 139
Binary 10110101 10001100 10001011
Octal 265 214 213

Shades and tints

Shades of #B58C8B

#B58C8B
(181,140,139)
#A5807F
(165,128,127)
#957473
(149,116,115)
#856867
(133,104,103)
#755C5B
(117,92,91)
#65504F
(101,80,79)
#554443
(85,68,67)
#453837
(69,56,55)
#352C2B
(53,44,43)
#25201F
(37,32,31)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #B58C8B

#B58C8B
(181,140,139)
#BB9695
(187,150,149)
#C1A09F
(193,160,159)
#C7AAA9
(199,170,169)
#CDB4B3
(205,180,179)
#D3BEBD
(211,190,189)
#D9C8C7
(217,200,199)
#DFD2D1
(223,210,209)
#E5DCDB
(229,220,219)
#EBE6E5
(235,230,229)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58C8B; }

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

This text font color is #B58C8B.

Background Color

.myBgColor { background-color: #B58C8B; }

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

This div background color is #B58C8B.

Border color

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

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

This div border color is #B58C8B.

Opacity

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

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

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

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

This text has shadow with #B58C8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B58C8B.

Preview

Color preview on black background

This text has color #B58C8B on black background.


Color preview on white background

This text has color #B58C8B on white background.


Black color preview on #B58C8B background

This text has black color on #B58C8B background.


White color preview on #B58C8B background

This text has white color on #B58C8B background.


Related colors

Complementary color

Complementary color for #hex is #4A7374.


I love getcolorcode.com

Triadic colors

1 #8BB58C and #8C8BB5 with #B58C8B are triadic colors.

2 #8B8CB5 and #8CB58B with #B58C8B are triadic colors.