COLOR #B55B19

HEX: #B55B19
RGB: (181,91,25)

Color info

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

RGB color model

#B55B19 color RGB value is (181,91,25).

  • red value is 181;
  • green value is 91;
  • blue value is 25.
RGB:
(181,91,25)
(71%,36%,10%)

RGB channels and saturation

R 181 of 255 = 71%
G 91 of 255 = 36%
B 25 of 255 = 10%

181
91
25

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

Portions of RGB colors in percentages

R + G + B =
181 + 91 + 25 = 297 (100%)
R 181 of 297 ~ 60.94%
G 91 of 297 ~ 30.64%
B 25 of 297 ~ 8.42%

%60.94
%30.64

CMYK color model

#B55B19 color CMYK value is (0,50,86,29).

  • cyan value is 0.00%
  • magenta value is 49.72%
  • yellow value is 86.19%
  • key color value is 29.02%
CMYK:
(0,50,86,29)
C0M50Y86K29 
(0%,50%,86%,29%)
(0.00/0.50/0.86/0.29)	

CMYK percentages

%0
%49.72
%86.19
%29.02

Codes

Color #B55B19 in popluar color models

B55B19
RGB1819125
HSL25°75.73%40.39%
HSB/HSV25°86.19%70.98%
CMYK0.00%49.72%86.19%
29.02%

Color #B55B19 in popluar number systems.

HEXB55B19
Decimal1819125
Binary10110101101101111001
Octal26513331

Shades and tints

Shades of #B55B19

#B55B19
(181,91,25)
#A55317
(165,83,23)
#954B15
(149,75,21)
#854313
(133,67,19)
#753B11
(117,59,17)
#65330F
(101,51,15)
#552B0D
(85,43,13)
#45230B
(69,35,11)
#351B09
(53,27,9)
#251307
(37,19,7)
#150B05
(21,11,5)
#000000
(0,0,0)

Tints of #B55B19

#B55B19
(181,91,25)
#BB692D
(187,105,45)
#C17741
(193,119,65)
#C78555
(199,133,85)
#CD9369
(205,147,105)
#D3A17D
(211,161,125)
#D9AF91
(217,175,145)
#DFBDA5
(223,189,165)
#E5CBB9
(229,203,185)
#EBD9CD
(235,217,205)
#F1E7E1
(241,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B55B19 color. Also use rgb(181,91,25) instead hex code.

Text Font Color

.myTextColor { color: #B55B19; }

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

This text font color is #B55B19.


Background Color

.myBgColor { background-color: #B55B19; }

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

This div background color is #B55B19.


Border color

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

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

This div border color is #B55B19.


Opacity

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

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

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

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

This text has shadow with #B55B19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B55B19 on black background.


Color preview on white background

This text has color #B55B19 on white background.



Black color preview on #B55B19 background

This text has black color on #B55B19 background.


White color preview on #B55B19 background

This text has white color on #B55B19 background.