#BA5429

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

Shades of Fiery Orange #BA5429

Tints of Fiery Orange #BA5429

Color information

#BA5429 (or 0xBA5429) is unknown color: approx Fiery Orange. HEX triplet: BA, 54 and 29. RGB value is (186,84,41). Sum of RGB (Red+Green+Blue) = 186+84+41=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5429 is #45ABD6. Grayscale: #6D6D6D. Windows color (decimal): -4565975 or 2708666. OLE color: 2708666.

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

Color convert

RGB1868441-
CMYK00.550.780.27
HSL17.79º63.88%44.51%-
HSV(B)17.79º77.96%72.94%-
XYZ23.8216.944.11-
YUV109.689.29182.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.81%
GREEN value IS 84 (33.20% from 255) = 27.01%
BLUE value IS 41 (16.41% from 255) = 13.18%
R=59.81%
G=27.01%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186844100.550.780.2717.7963.8844.51
HexBA54290374E1B12402d
Octal27212451067116332210055
Binary1011101010101001010010110111100111011011100101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5429; }

 p { color: rgb(186,84,41); }

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

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

 a { background-color: rgb(186,84,41); }

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

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

 span { border-color: rgb(186,84,41); }

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