#B45B1A

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

Shades of Fiery Orange #B45B1A

Tints of Fiery Orange #B45B1A

Color information

#B45B1A (or 0xB45B1A) is unknown color: approx Fiery Orange. HEX triplet: B4, 5B and 1A. RGB value is (180,91,26). Sum of RGB (Red+Green+Blue) = 180+91+26=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45B1A is #4BA4E5. Grayscale: #6E6E6E. Windows color (decimal): -4957414 or 1727412. OLE color: 1727412.

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

Color convert

RGB1809126-
CMYK00.490.860.29
HSL25.32º74.76%40.39%-
HSV(B)25.32º85.56%70.59%-
XYZ22.7517.263.11-
YUV110.280.49177.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.61%
GREEN value IS 91 (35.94% from 255) = 30.64%
BLUE value IS 26 (10.55% from 255) = 8.75%
R=60.61%
G=30.64%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180912600.490.860.2925.3274.7640.39
HexB45B1A031561D194b28
Octal26413332061126353111350
Binary101101001011011110100110001101011011101110011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45B1A; }

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

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

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

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

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

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

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

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