COLOR #B58C56

HEX: #B58C56
RGB: (181,140,86)

Color info

#B58C56 contains mainly red and green colors. Web safe color of #B58C56 is #CC9966 (or #C96).

RGB color model

#B58C56 color RGB value is (181,140,86).

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

RGB channels and saturation

R 181 of 255 = 71%
G 140 of 255 = 55%
B 86 of 255 = 34%

181
140
86

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

Portions of RGB colors in percentages

R + G + B =
181 + 140 + 86 = 407 (100%)
R 181 of 407 ~ 44.47%
G 140 of 407 ~ 34.4%
B 86 of 407 ~ 21.13%

%44.47
%34.4
%21.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.65%
  • yellow value is 52.49%
  • key color value is 29.02%
CMYK:
(0,23,52,29)
C0M23Y52K29 
(0%,23%,52%,29%)
(0.00/0.23/0.52/0.29)	

CMYK percentages

%0
%22.65
%52.49
%29.02

Codes

Color #B58C56 in popluar color models

B58C56
RGB18114086
HSL34°39.09%52.35%
HSB/HSV34°52.49%70.98%
CMYK0.00%22.65%52.49%
29.02%

Color #B58C56 in popluar number systems.

HEXB58C56
Decimal18114086
Binary10110101100011001010110
Octal265214126

Shades and tints

Shades of #B58C56

#B58C56
(181,140,86)
#A5804F
(165,128,79)
#957448
(149,116,72)
#856841
(133,104,65)
#755C3A
(117,92,58)
#655033
(101,80,51)
#55442C
(85,68,44)
#453825
(69,56,37)
#352C1E
(53,44,30)
#252017
(37,32,23)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #B58C56

#B58C56
(181,140,86)
#BB9665
(187,150,101)
#C1A074
(193,160,116)
#C7AA83
(199,170,131)
#CDB492
(205,180,146)
#D3BEA1
(211,190,161)
#D9C8B0
(217,200,176)
#DFD2BF
(223,210,191)
#E5DCCE
(229,220,206)
#EBE6DD
(235,230,221)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58C56; }

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

This text font color is #B58C56.


Background Color

.myBgColor { background-color: #B58C56; }

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

This div background color is #B58C56.


Border color

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

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

This div border color is #B58C56.


Opacity

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

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

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

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

This text has shadow with #B58C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58C56 on black background.


Color preview on white background

This text has color #B58C56 on white background.



Black color preview on #B58C56 background

This text has black color on #B58C56 background.


White color preview on #B58C56 background

This text has white color on #B58C56 background.