#B55A17

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

Shades of Fiery Orange #B55A17

Tints of Fiery Orange #B55A17

Color information

#B55A17 (or 0xB55A17) is unknown color: approx Fiery Orange. HEX triplet: B5, 5A and 17. RGB value is (181,90,23). Sum of RGB (Red+Green+Blue) = 181+90+23=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 23 (9.38% from 255 or 7.82% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55A17 is #4AA5E8. Grayscale: #6D6D6D. Windows color (decimal): -4892137 or 1530549. OLE color: 1530549.

HSL color Cylindrical-coordinate representation of color #B55A17: hue angle of 25.44º 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 #B55A17 is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB1819023-
CMYK00.500.870.29
HSL25.44º77.45%40%-
HSV(B)25.44º87.29%70.98%-
XYZ22.8717.22.92-
YUV109.5779.15178.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.56%
GREEN value IS 90 (35.55% from 255) = 30.61%
BLUE value IS 23 (9.38% from 255) = 7.82%
R=61.56%
G=30.61%
B=7.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181902300.500.870.2925.4477.4540
HexB55A17032571D194d28
Octal26513227062127353111550
Binary101101011011010101110110010101011111101110011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55A17; }

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

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

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

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

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

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

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

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