COLOR #B57302

HEX: #B57302
RGB: (181,115,2)

Color info

#B57302 contains mainly red color. Web safe color of #B57302 is #CC6600 (or #C60).

RGB color model

#B57302 color RGB value is (181,115,2).

  • red value is 181;
  • green value is 115;
  • blue value is 2.
RGB:
(181,115,2)
(71%,45%,1%)

RGB channels and saturation

R 181 of 255 = 71%
G 115 of 255 = 45%
B 2 of 255 = 1%

181
115
2

R + G + B ~ 39%. #B57302 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
181 + 115 + 2 = 298 (100%)
R 181 of 298 ~ 60.74%
G 115 of 298 ~ 38.59%
B 2 of 298 ~ 0.67%

%60.74
%38.59

CMYK color model

#B57302 color CMYK value is (0,36,99,29).

  • cyan value is 0.00%
  • magenta value is 36.46%
  • yellow value is 98.90%
  • key color value is 29.02%
CMYK:
(0,36,99,29)
C0M36Y99K29 
(0%,36%,99%,29%)
(0.00/0.36/0.99/0.29)	

CMYK percentages

%0
%36.46
%98.9
%29.02

Codes

Color #B57302 in popluar color models

B57302
RGB1811152
HSL38°97.81%35.88%
HSB/HSV38°98.90%70.98%
CMYK0.00%36.46%98.90%
29.02%

Color #B57302 in popluar number systems.

HEXB57302
Decimal1811152
Binary10110101111001110
Octal2651632

Shades and tints

Shades of #B57302

#B57302
(181,115,2)
#A56902
(165,105,2)
#955F02
(149,95,2)
#855502
(133,85,2)
#754B02
(117,75,2)
#654102
(101,65,2)
#553702
(85,55,2)
#452D02
(69,45,2)
#352302
(53,35,2)
#251902
(37,25,2)
#150F02
(21,15,2)
#000000
(0,0,0)

Tints of #B57302

#B57302
(181,115,2)
#BB7F19
(187,127,25)
#C18B30
(193,139,48)
#C79747
(199,151,71)
#CDA35E
(205,163,94)
#D3AF75
(211,175,117)
#D9BB8C
(217,187,140)
#DFC7A3
(223,199,163)
#E5D3BA
(229,211,186)
#EBDFD1
(235,223,209)
#F1EBE8
(241,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B57302 color. Also use rgb(181,115,2) instead hex code.

Text Font Color

.myTextColor { color: #B57302; }

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

This text font color is #B57302.


Background Color

.myBgColor { background-color: #B57302; }

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

This div background color is #B57302.


Border color

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

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

This div border color is #B57302.


Opacity

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

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

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

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

This text has shadow with #B57302 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57302 on black background.


Color preview on white background

This text has color #B57302 on white background.



Black color preview on #B57302 background

This text has black color on #B57302 background.


White color preview on #B57302 background

This text has white color on #B57302 background.