#BA582E

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

Shades of Fiery Orange #BA582E

Tints of Fiery Orange #BA582E

Color information

#BA582E (or 0xBA582E) is unknown color: approx Fiery Orange. HEX triplet: BA, 58 and 2E. RGB value is (186,88,46). Sum of RGB (Red+Green+Blue) = 186+88+46=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA582E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA582E is #45A7D1. Grayscale: #707070. Windows color (decimal): -4564946 or 3037370. OLE color: 3037370.

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

Color convert

RGB1868846-
CMYK00.530.750.27
HSL18º60.34%45.49%-
HSV(B)18º75.27%72.94%-
XYZ24.2317.624.71-
YUV112.5190.47180.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.12%
GREEN value IS 88 (34.77% from 255) = 27.5%
BLUE value IS 46 (18.36% from 255) = 14.38%
R=58.12%
G=27.5%
B=14.38%

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
Decimal186884600.530.750.271860.3445.49
HexBA582E0354B1B123c2d
Octal2721305606511333227455
Binary101110101011000101110011010110010111101110010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA582E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA582E; }

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

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

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

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

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

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

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

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