#BA562E

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

Shades of Fiery Orange #BA562E

Tints of Fiery Orange #BA562E

Color information

#BA562E (or 0xBA562E) is unknown color: approx Fiery Orange. HEX triplet: BA, 56 and 2E. RGB value is (186,86,46). Sum of RGB (Red+Green+Blue) = 186+86+46=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA562E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA562E is #45A9D1. Grayscale: #6F6F6F. Windows color (decimal): -4565458 or 3036858. OLE color: 3036858.

HSL color Cylindrical-coordinate representation of color #BA562E: hue angle of 17.14º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA562E is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB1868646-
CMYK00.540.750.27
HSL17.14º60.34%45.49%-
HSV(B)17.14º75.27%72.94%-
XYZ24.0717.294.65-
YUV111.3491.13181.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.49%
GREEN value IS 86 (33.98% from 255) = 27.04%
BLUE value IS 46 (18.36% from 255) = 14.47%
R=58.49%
G=27.04%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186864600.540.750.2717.1460.3445.49
HexBA562E0364B1B113c2d
Octal2721265606611333217455
Binary101110101010110101110011011010010111101110001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA562E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA562E; }

 p { color: rgb(186,86,46); }

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

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

 a { background-color: rgb(186,86,46); }

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

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

 span { border-color: rgb(186,86,46); }

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