#B45D1A

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

Shades of Fiery Orange #B45D1A

Tints of Fiery Orange #B45D1A

Color information

#B45D1A (or 0xB45D1A) is unknown color: approx Fiery Orange. HEX triplet: B4, 5D and 1A. RGB value is (180,93,26). Sum of RGB (Red+Green+Blue) = 180+93+26=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45D1A is #4BA2E5. Grayscale: #6F6F6F. Windows color (decimal): -4956902 or 1727924. OLE color: 1727924.

HSL color Cylindrical-coordinate representation of color #B45D1A: hue angle of 26.1º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B45D1A is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB1809326-
CMYK00.480.860.29
HSL26.1º74.76%40.39%-
HSV(B)26.1º85.56%70.59%-
XYZ22.9217.613.17-
YUV111.3879.82176.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.20%
GREEN value IS 93 (36.72% from 255) = 31.10%
BLUE value IS 26 (10.55% from 255) = 8.70%
R=60.20%
G=31.10%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180932600.480.860.2926.174.7640.39
HexB45D1A030561D1a4b28
Octal26413532060126353211350
Binary101101001011101110100110000101011011101110101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45D1A; }

 p { color: rgb(180,93,26); }

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

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

 a { background-color: rgb(180,93,26); }

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

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

 span { border-color: rgb(180,93,26); }

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