#B55624

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

Shades of Fiery Orange #B55624

Tints of Fiery Orange #B55624

Color information

#B55624 (or 0xB55624) is unknown color: approx Fiery Orange. HEX triplet: B5, 56 and 24. RGB value is (181,86,36). Sum of RGB (Red+Green+Blue) = 181+86+36=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 36 (14.45% from 255 or 11.88% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B55624 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55624 is #4AA9DB. Grayscale: #6C6C6C. Windows color (decimal): -4893148 or 2381493. OLE color: 2381493.

HSL color Cylindrical-coordinate representation of color #B55624: hue angle of 20.69º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B55624 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB1818636-
CMYK00.520.800.29
HSL20.69º66.82%42.55%-
HSV(B)20.69º80.11%70.98%-
XYZ22.716.613.68-
YUV108.786.97179.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.74%
GREEN value IS 86 (33.98% from 255) = 28.38%
BLUE value IS 36 (14.45% from 255) = 11.88%
R=59.74%
G=28.38%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181863600.520.800.2920.6966.8242.55
HexB55624034501D15432b
Octal26512644064120352510353
Binary1011010110101101001000110100101000011101101011000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55624; }

 p { color: rgb(181,86,36); }

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

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

 a { background-color: rgb(181,86,36); }

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

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

 span { border-color: rgb(181,86,36); }

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