#B45429

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

Shades of Fiery Orange #B45429

Tints of Fiery Orange #B45429

Color information

#B45429 (or 0xB45429) is unknown color: approx Fiery Orange. HEX triplet: B4, 54 and 29. RGB value is (180,84,41). Sum of RGB (Red+Green+Blue) = 180+84+41=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B45429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45429 is #4BABD6. Grayscale: #6C6C6C. Windows color (decimal): -4959191 or 2708660. OLE color: 2708660.

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

Color convert

RGB1808441-
CMYK00.530.770.29
HSL18.56º62.9%43.33%-
HSV(B)18.56º77.22%70.59%-
XYZ22.3916.24.05-
YUV107.890.3179.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.02%
GREEN value IS 84 (33.20% from 255) = 27.54%
BLUE value IS 41 (16.41% from 255) = 13.44%
R=59.02%
G=27.54%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180844100.530.770.2918.5662.943.33
HexB454290354D1D133f2b
Octal2641245106511535237753
Binary101101001010100101001011010110011011110110011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45429; }

 p { color: rgb(180,84,41); }

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

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

 a { background-color: rgb(180,84,41); }

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

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

 span { border-color: rgb(180,84,41); }

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