#b45c1f

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

Shades of Fiery Orange #B45C1F

Tints of Fiery Orange #B45C1F

Color information

#B45C1F (or 0xB45C1F) is unknown color: approx Fiery Orange. HEX triplet: B4, 5C and 1F. RGB value is (180,92,31). Sum of RGB (Red+Green+Blue) = 180+92+31=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45C1F is #4BA3E0. Grayscale: #6F6F6F. Windows color (decimal): -4957153 or 2055348. OLE color: 2055348.

HSL color Cylindrical-coordinate representation of color #B45C1F: hue angle of 24.56º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B45C1F is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB1809231-
CMYK00.490.830.29
HSL24.56º70.62%41.37%-
HSV(B)24.56º82.78%70.59%-
XYZ22.917.463.46-
YUV111.3682.65176.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.41%
GREEN value IS 92 (36.33% from 255) = 30.36%
BLUE value IS 31 (12.5% from 255) = 10.23%
R=59.41%
G=30.36%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180923100.490.830.2924.5670.6241.37
HexB45C1F031531D194729
Octal26413437061123353110751
Binary101101001011100111110110001101001111101110011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b45c1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b45c1f; }

 p { color: rgb(180,92,31); }

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

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

 a { background-color: rgb(180,92,31); }

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

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

 span { border-color: rgb(180,92,31); }

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