#B65424

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

Shades of Fiery Orange #B65424

Tints of Fiery Orange #B65424

Color information

#B65424 (or 0xB65424) is unknown color: approx Fiery Orange. HEX triplet: B6, 54 and 24. RGB value is (182,84,36). Sum of RGB (Red+Green+Blue) = 182+84+36=302 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.26% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 36 (14.45% from 255 or 11.92% from 302); Max value from RGB is 182 - color contains mainly: red. Hex color #B65424 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65424 is #49ABDB. Grayscale: #6C6C6C. Windows color (decimal): -4828124 or 2380982. OLE color: 2380982.

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

Color convert

RGB1828436-
CMYK00.540.800.29
HSL19.73º66.97%42.75%-
HSV(B)19.73º80.22%71.37%-
XYZ22.7816.413.64-
YUV107.8387.47180.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 60.26%
GREEN value IS 84 (33.20% from 255) = 27.81%
BLUE value IS 36 (14.45% from 255) = 11.92%
R=60.26%
G=27.81%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182843600.540.800.2919.7366.9742.75
HexB65424036501D14432b
Octal26612444066120352410353
Binary1011011010101001001000110110101000011101101001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65424; }

 p { color: rgb(182,84,36); }

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

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

 a { background-color: rgb(182,84,36); }

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

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

 span { border-color: rgb(182,84,36); }

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