COLOR #B58253

HEX: #B58253
RGB: (181,130,83)

Color info

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

RGB color model

#B58253 color RGB value is (181,130,83).

  • red value is 181;
  • green value is 130;
  • blue value is 83.
RGB:
(181,130,83)
(71%,51%,33%)

RGB channels and saturation

R 181 of 255 = 71%
G 130 of 255 = 51%
B 83 of 255 = 33%

181
130
83

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

Portions of RGB colors in percentages

R + G + B =
181 + 130 + 83 = 394 (100%)
R 181 of 394 ~ 45.94%
G 130 of 394 ~ 32.99%
B 83 of 394 ~ 21.07%

%45.94
%32.99
%21.07

CMYK color model

#B58253 color CMYK value is (0,28,54,29).

  • cyan value is 0.00%
  • magenta value is 28.18%
  • yellow value is 54.14%
  • key color value is 29.02%
CMYK:
(0,28,54,29)
C0M28Y54K29 
(0%,28%,54%,29%)
(0.00/0.28/0.54/0.29)	

CMYK percentages

%0
%28.18
%54.14
%29.02

Codes

Color #B58253 in popluar color models

B58253
RGB18113083
HSL29°39.84%51.76%
HSB/HSV29°54.14%70.98%
CMYK0.00%28.18%54.14%
29.02%

Color #B58253 in popluar number systems.

HEXB58253
Decimal18113083
Binary10110101100000101010011
Octal265202123

Shades and tints

Shades of #B58253

#B58253
(181,130,83)
#A5774C
(165,119,76)
#956C45
(149,108,69)
#85613E
(133,97,62)
#755637
(117,86,55)
#654B30
(101,75,48)
#554029
(85,64,41)
#453522
(69,53,34)
#352A1B
(53,42,27)
#251F14
(37,31,20)
#15140D
(21,20,13)
#000000
(0,0,0)

Tints of #B58253

#B58253
(181,130,83)
#BB8D62
(187,141,98)
#C19871
(193,152,113)
#C7A380
(199,163,128)
#CDAE8F
(205,174,143)
#D3B99E
(211,185,158)
#D9C4AD
(217,196,173)
#DFCFBC
(223,207,188)
#E5DACB
(229,218,203)
#EBE5DA
(235,229,218)
#F1F0E9
(241,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58253 color. Also use rgb(181,130,83) instead hex code.

Text Font Color

.myTextColor { color: #B58253; }

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

This text font color is #B58253.


Background Color

.myBgColor { background-color: #B58253; }

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

This div background color is #B58253.


Border color

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

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

This div border color is #B58253.


Opacity

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

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

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

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

This text has shadow with #B58253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58253 on black background.


Color preview on white background

This text has color #B58253 on white background.



Black color preview on #B58253 background

This text has black color on #B58253 background.


White color preview on #B58253 background

This text has white color on #B58253 background.