COLOR #B55A1A

HEX: #B55A1A
RGB: (181,90,26)

Color info

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

RGB color model

#B55A1A color RGB value is (181,90,26).

  • red value is 181;
  • green value is 90;
  • blue value is 26.
RGB:
(181,90,26)
(71%,35%,10%)

RGB channels and saturation

R 181 of 255 = 71%
G 90 of 255 = 35%
B 26 of 255 = 10%

181
90
26

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

Portions of RGB colors in percentages

R + G + B =
181 + 90 + 26 = 297 (100%)
R 181 of 297 ~ 60.94%
G 90 of 297 ~ 30.3%
B 26 of 297 ~ 8.75%

%60.94
%30.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 50.28%
  • yellow value is 85.64%
  • 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
%50.28
%85.64
%29.02

Codes

Color #B55A1A in popluar color models

B55A1A
RGB1819026
HSL25°74.88%40.59%
HSB/HSV25°85.64%70.98%
CMYK0.00%50.28%85.64%
29.02%

Color #B55A1A in popluar number systems.

HEXB55A1A
Decimal1819026
Binary10110101101101011010
Octal26513232

Shades and tints

Shades of #B55A1A

#B55A1A
(181,90,26)
#A55218
(165,82,24)
#954A16
(149,74,22)
#854214
(133,66,20)
#753A12
(117,58,18)
#653210
(101,50,16)
#552A0E
(85,42,14)
#45220C
(69,34,12)
#351A0A
(53,26,10)
#251208
(37,18,8)
#150A06
(21,10,6)
#000000
(0,0,0)

Tints of #B55A1A

#B55A1A
(181,90,26)
#BB692E
(187,105,46)
#C17842
(193,120,66)
#C78756
(199,135,86)
#CD966A
(205,150,106)
#D3A57E
(211,165,126)
#D9B492
(217,180,146)
#DFC3A6
(223,195,166)
#E5D2BA
(229,210,186)
#EBE1CE
(235,225,206)
#F1F0E2
(241,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B55A1A color. Also use rgb(181,90,26) instead hex code.

Text Font Color

.myTextColor { color: #B55A1A; }

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

This text font color is #B55A1A.


Background Color

.myBgColor { background-color: #B55A1A; }

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

This div background color is #B55A1A.


Border color

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

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

This div border color is #B55A1A.


Opacity

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

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

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

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

This text has shadow with #B55A1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B55A1A on black background.


Color preview on white background

This text has color #B55A1A on white background.



Black color preview on #B55A1A background

This text has black color on #B55A1A background.


White color preview on #B55A1A background

This text has white color on #B55A1A background.