#B55C18

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

Shades of Fiery Orange #B55C18

Tints of Fiery Orange #B55C18

Color information

#B55C18 (or 0xB55C18) is unknown color: approx Fiery Orange. HEX triplet: B5, 5C and 18. RGB value is (181,92,24). Sum of RGB (Red+Green+Blue) = 181+92+24=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55C18 is #4AA3E7. Grayscale: #6F6F6F. Windows color (decimal): -4891624 or 1596597. OLE color: 1596597.

HSL color Cylindrical-coordinate representation of color #B55C18: hue angle of 25.99º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B55C18 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB1819224-
CMYK00.490.870.29
HSL25.99º76.59%40.2%-
HSV(B)25.99º86.74%70.98%-
XYZ23.0517.543.04-
YUV110.8678.99178.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.94%
GREEN value IS 92 (36.33% from 255) = 30.98%
BLUE value IS 24 (9.77% from 255) = 8.08%
R=60.94%
G=30.98%
B=8.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181922400.490.870.2925.9976.5940.2
HexB55C18031571D1a4d28
Octal26513430061127353211550
Binary101101011011100110000110001101011111101110101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55C18; }

 p { color: rgb(181,92,24); }

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

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

 a { background-color: rgb(181,92,24); }

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

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

 span { border-color: rgb(181,92,24); }

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