#B45731

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

Shades of Fiery Orange #B45731

Tints of Fiery Orange #B45731

Color information

#B45731 (or 0xB45731) is unknown color: approx Fiery Orange. HEX triplet: B4, 57 and 31. RGB value is (180,87,49). Sum of RGB (Red+Green+Blue) = 180+87+49=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B45731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45731 is #4BA8CE. Grayscale: #6E6E6E. Windows color (decimal): -4958415 or 3233716. OLE color: 3233716.

HSL color Cylindrical-coordinate representation of color #B45731: hue angle of 17.4º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B45731 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB1808749-
CMYK00.520.730.29
HSL17.4º57.21%44.9%-
HSV(B)17.4º72.78%70.59%-
XYZ22.7816.744.94-
YUV110.4893.31177.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.96%
GREEN value IS 87 (34.38% from 255) = 27.53%
BLUE value IS 49 (19.53% from 255) = 15.51%
R=56.96%
G=27.53%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180874900.520.730.2917.457.2144.9
HexB45731034491D11392d
Octal2641276106411135217155
Binary101101001010111110001011010010010011110110001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45731; }

 p { color: rgb(180,87,49); }

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

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

 a { background-color: rgb(180,87,49); }

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

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

 span { border-color: rgb(180,87,49); }

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