COLOR #B58F52

HEX: #B58F52
RGB: (181,143,82)

Color info

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

RGB color model

#B58F52 color RGB value is (181,143,82).

  • red value is 181;
  • green value is 143;
  • blue value is 82.
RGB:
(181,143,82)
(71%,56%,32%)

RGB channels and saturation

R 181 of 255 = 71%
G 143 of 255 = 56%
B 82 of 255 = 32%

181
143
82

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

Portions of RGB colors in percentages

R + G + B =
181 + 143 + 82 = 406 (100%)
R 181 of 406 ~ 44.58%
G 143 of 406 ~ 35.22%
B 82 of 406 ~ 20.2%

%44.58
%35.22
%20.2

CMYK color model

#B58F52 color CMYK value is (0,21,55,29).

  • cyan value is 0.00%
  • magenta value is 20.99%
  • yellow value is 54.70%
  • key color value is 29.02%
CMYK:
(0,21,55,29)
C0M21Y55K29 
(0%,21%,55%,29%)
(0.00/0.21/0.55/0.29)	

CMYK percentages

%0
%20.99
%54.7
%29.02

Codes

Color #B58F52 in popluar color models

B58F52
RGB18114382
HSL37°40.08%51.57%
HSB/HSV37°54.70%70.98%
CMYK0.00%20.99%54.70%
29.02%

Color #B58F52 in popluar number systems.

HEXB58F52
Decimal18114382
Binary10110101100011111010010
Octal265217122

Shades and tints

Shades of #B58F52

#B58F52
(181,143,82)
#A5824B
(165,130,75)
#957544
(149,117,68)
#85683D
(133,104,61)
#755B36
(117,91,54)
#654E2F
(101,78,47)
#554128
(85,65,40)
#453421
(69,52,33)
#35271A
(53,39,26)
#251A13
(37,26,19)
#150D0C
(21,13,12)
#000000
(0,0,0)

Tints of #B58F52

#B58F52
(181,143,82)
#BB9961
(187,153,97)
#C1A370
(193,163,112)
#C7AD7F
(199,173,127)
#CDB78E
(205,183,142)
#D3C19D
(211,193,157)
#D9CBAC
(217,203,172)
#DFD5BB
(223,213,187)
#E5DFCA
(229,223,202)
#EBE9D9
(235,233,217)
#F1F3E8
(241,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58F52 color. Also use rgb(181,143,82) instead hex code.

Text Font Color

.myTextColor { color: #B58F52; }

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

This text font color is #B58F52.


Background Color

.myBgColor { background-color: #B58F52; }

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

This div background color is #B58F52.


Border color

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

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

This div border color is #B58F52.


Opacity

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

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

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

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

This text has shadow with #B58F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58F52 on black background.


Color preview on white background

This text has color #B58F52 on white background.



Black color preview on #B58F52 background

This text has black color on #B58F52 background.


White color preview on #B58F52 background

This text has white color on #B58F52 background.