#BA572E

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

Shades of Fiery Orange #BA572E

Tints of Fiery Orange #BA572E

Color information

#BA572E (or 0xBA572E) is unknown color: approx Fiery Orange. HEX triplet: BA, 57 and 2E. RGB value is (186,87,46). Sum of RGB (Red+Green+Blue) = 186+87+46=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA572E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA572E is #45A8D1. Grayscale: #707070. Windows color (decimal): -4565202 or 3037114. OLE color: 3037114.

HSL color Cylindrical-coordinate representation of color #BA572E: hue angle of 17.57º 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 #BA572E is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB1868746-
CMYK00.530.750.27
HSL17.57º60.34%45.49%-
HSV(B)17.57º75.27%72.94%-
XYZ24.1517.454.68-
YUV111.9390.8180.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.31%
GREEN value IS 87 (34.38% from 255) = 27.27%
BLUE value IS 46 (18.36% from 255) = 14.42%
R=58.31%
G=27.27%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186874600.530.750.2717.5760.3445.49
HexBA572E0354B1B123c2d
Octal2721275606511333227455
Binary101110101010111101110011010110010111101110010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA572E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA572E; }

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

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

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

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

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

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

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

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