#B55917

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

Shades of Fiery Orange #B55917

Tints of Fiery Orange #B55917

Color information

#B55917 (or 0xB55917) is unknown color: approx Fiery Orange. HEX triplet: B5, 59 and 17. RGB value is (181,89,23). Sum of RGB (Red+Green+Blue) = 181+89+23=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B55917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55917 is #4AA6E8. Grayscale: #6D6D6D. Windows color (decimal): -4892393 or 1530293. OLE color: 1530293.

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

Color convert

RGB1818923-
CMYK00.510.870.29
HSL25.06º77.45%40%-
HSV(B)25.06º87.29%70.98%-
XYZ22.7817.032.9-
YUV108.9879.48179.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.77%
GREEN value IS 89 (35.16% from 255) = 30.38%
BLUE value IS 23 (9.38% from 255) = 7.85%
R=61.77%
G=30.38%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181892300.510.870.2925.0677.4540
HexB55917033571D194d28
Octal26513127063127353111550
Binary101101011011001101110110011101011111101110011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55917; }

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

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

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

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

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

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

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

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