#BA5A24

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

Shades of Fiery Orange #BA5A24

Tints of Fiery Orange #BA5A24

Color information

#BA5A24 (or 0xBA5A24) is unknown color: approx Fiery Orange. HEX triplet: BA, 5A and 24. RGB value is (186,90,36). Sum of RGB (Red+Green+Blue) = 186+90+36=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5A24 is #45A5DB. Grayscale: #707070. Windows color (decimal): -4564444 or 2382522. OLE color: 2382522.

HSL color Cylindrical-coordinate representation of color #BA5A24: hue angle of 21.6º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA5A24 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB1869036-
CMYK00.520.810.27
HSL21.6º67.57%43.53%-
HSV(B)21.6º80.65%72.94%-
XYZ24.2217.883.84-
YUV112.5584.8180.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.62%
GREEN value IS 90 (35.55% from 255) = 28.85%
BLUE value IS 36 (14.45% from 255) = 11.54%
R=59.62%
G=28.85%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186903600.520.810.2721.667.5743.53
HexBA5A24034511B16442c
Octal27213244064121332610454
Binary1011101010110101001000110100101000111011101101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5A24; }

 p { color: rgb(186,90,36); }

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

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

 a { background-color: rgb(186,90,36); }

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

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

 span { border-color: rgb(186,90,36); }

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