#BA572D

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

Shades of Fiery Orange #BA572D

Tints of Fiery Orange #BA572D

Color information

#BA572D (or 0xBA572D) is unknown color: approx Fiery Orange. HEX triplet: BA, 57 and 2D. RGB value is (186,87,45). Sum of RGB (Red+Green+Blue) = 186+87+45=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA572D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA572D is #45A8D2. Grayscale: #707070. Windows color (decimal): -4565203 or 2971578. OLE color: 2971578.

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

Color convert

RGB1868745-
CMYK00.530.760.27
HSL17.87º61.04%45.29%-
HSV(B)17.87º75.81%72.94%-
XYZ24.1317.444.58-
YUV111.8190.3180.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.49%
GREEN value IS 87 (34.38% from 255) = 27.36%
BLUE value IS 45 (17.97% from 255) = 14.15%
R=58.49%
G=27.36%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186874500.530.760.2717.8761.0445.29
HexBA572D0354C1B123d2d
Octal2721275506511433227555
Binary101110101010111101101011010110011001101110010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA572D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA572D; }

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

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

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

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

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

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

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

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