#B45A18

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

Shades of Fiery Orange #B45A18

Tints of Fiery Orange #B45A18

Color information

#B45A18 (or 0xB45A18) is unknown color: approx Fiery Orange. HEX triplet: B4, 5A and 18. RGB value is (180,90,24). Sum of RGB (Red+Green+Blue) = 180+90+24=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45A18 is #4BA5E7. Grayscale: #6D6D6D. Windows color (decimal): -4957672 or 1596084. OLE color: 1596084.

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

Color convert

RGB1809024-
CMYK00.500.870.29
HSL25.38º76.47%40%-
HSV(B)25.38º86.67%70.59%-
XYZ22.6417.082.97-
YUV109.3979.82178.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.22%
GREEN value IS 90 (35.55% from 255) = 30.61%
BLUE value IS 24 (9.77% from 255) = 8.16%
R=61.22%
G=30.61%
B=8.16%

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
Decimal180902400.500.870.2925.3876.4740
HexB45A18032571D194c28
Octal26413230062127353111450
Binary101101001011010110000110010101011111101110011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45A18; }

 p { color: rgb(180,90,24); }

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

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

 a { background-color: rgb(180,90,24); }

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

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

 span { border-color: rgb(180,90,24); }

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