#B45E31

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

Shades of Fiery Orange #B45E31

Tints of Fiery Orange #B45E31

Color information

#B45E31 (or 0xB45E31) is unknown color: approx Fiery Orange. HEX triplet: B4, 5E and 31. RGB value is (180,94,49). Sum of RGB (Red+Green+Blue) = 180+94+49=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45E31 is #4BA1CE. Grayscale: #727272. Windows color (decimal): -4956623 or 3235508. OLE color: 3235508.

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

Color convert

RGB1809449-
CMYK00.480.730.29
HSL20.61º57.21%44.9%-
HSV(B)20.61º72.78%70.59%-
XYZ23.3817.935.13-
YUV114.5890.99174.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.73%
GREEN value IS 94 (37.11% from 255) = 29.10%
BLUE value IS 49 (19.53% from 255) = 15.17%
R=55.73%
G=29.10%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180944900.480.730.2920.6157.2144.9
HexB45E31030491D15392d
Octal2641366106011135257155
Binary101101001011110110001011000010010011110110101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45E31; }

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

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

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

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

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

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

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

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