COLOR #B55301

HEX: #B55301
RGB: (181,83,1)

Color info

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

RGB color model

#B55301 color RGB value is (181,83,1).

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

RGB channels and saturation

R 181 of 255 = 71%
G 83 of 255 = 33%
B 1 of 255 = 0%

181
83
1

R + G + B ~ 35%. #B55301 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
181 + 83 + 1 = 265 (100%)
R 181 of 265 ~ 68.3%
G 83 of 265 ~ 31.32%
B 1 of 265 ~ 0.38%

%68.3
%31.32

CMYK color model

#B55301 color CMYK value is (0,54,99,29).

  • cyan value is 0.00%
  • magenta value is 54.14%
  • yellow value is 99.45%
  • key color value is 29.02%
CMYK:
(0,54,99,29)
C0M54Y99K29 
(0%,54%,99%,29%)
(0.00/0.54/0.99/0.29)	

CMYK percentages

%0
%54.14
%99.45
%29.02

Codes

Color #B55301 in popluar color models

B55301
RGB181831
HSL27°98.90%35.69%
HSB/HSV27°99.45%70.98%
CMYK0.00%54.14%99.45%
29.02%

Color #B55301 in popluar number systems.

HEXB55301
Decimal181831
Binary1011010110100111
Octal2651231

Shades and tints

Shades of #B55301

#B55301
(181,83,1)
#A54C01
(165,76,1)
#954501
(149,69,1)
#853E01
(133,62,1)
#753701
(117,55,1)
#653001
(101,48,1)
#552901
(85,41,1)
#452201
(69,34,1)
#351B01
(53,27,1)
#251401
(37,20,1)
#150D01
(21,13,1)
#000000
(0,0,0)

Tints of #B55301

#B55301
(181,83,1)
#BB6218
(187,98,24)
#C1712F
(193,113,47)
#C78046
(199,128,70)
#CD8F5D
(205,143,93)
#D39E74
(211,158,116)
#D9AD8B
(217,173,139)
#DFBCA2
(223,188,162)
#E5CBB9
(229,203,185)
#EBDAD0
(235,218,208)
#F1E9E7
(241,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B55301; }

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

This text font color is #B55301.


Background Color

.myBgColor { background-color: #B55301; }

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

This div background color is #B55301.


Border color

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

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

This div border color is #B55301.


Opacity

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

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

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

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

This text has shadow with #B55301 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B55301 on black background.


Color preview on white background

This text has color #B55301 on white background.



Black color preview on #B55301 background

This text has black color on #B55301 background.


White color preview on #B55301 background

This text has white color on #B55301 background.