#B55A26

Color #B55A26 Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #B55A26

Tints of Fiery Orange #B55A26

Color information

#B55A26 (or 0xB55A26) is unknown color: approx Fiery Orange. HEX triplet: B5, 5A and 26. RGB value is (181,90,38). Sum of RGB (Red+Green+Blue) = 181+90+38=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55A26 is #4AA5D9. Grayscale: #6F6F6F. Windows color (decimal): -4892122 or 2513589. OLE color: 2513589.

HSL color Cylindrical-coordinate representation of color #B55A26: hue angle of 21.82º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B55A26 is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB1819038-
CMYK00.500.790.29
HSL21.82º65.3%42.94%-
HSV(B)21.82º79.01%70.98%-
XYZ23.0617.283.95-
YUV111.2886.65177.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 58.58%
GREEN value IS 90 (35.55% from 255) = 29.13%
BLUE value IS 38 (15.23% from 255) = 12.30%
R=58.58%
G=29.13%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181903800.500.790.2921.8265.342.94
HexB55A260324F1D16412b
Octal26513246062117352610153
Binary1011010110110101001100110010100111111101101101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55A26; }

 p { color: rgb(181,90,38); }

 H1.HeaderClassName
 {
   color: #B55A26;
 }
 .AnyTagClassName
 {
   color: #B55A26;
 }
</style>
background-color css

<style>
 a { background-color: #B55A26; }

 a { background-color: rgb(181,90,38); }

 div.DivClassName
 {
   background-color: #B55A26;
 }
 .BgClassName
 {
   background-color: #B55A26;
 }
</style>
border-color css

<style>
 span { border-color: #B55A26; }

 span { border-color: rgb(181,90,38); }

 td.TdClassName
 {
   border-color: #B55A26;
 }
 .TagClassName
 {
   border-color: #B55A26;
 }
</style>