#BA5329

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

Shades of Fiery Orange #BA5329

Tints of Fiery Orange #BA5329

Color information

#BA5329 (or 0xBA5329) is unknown color: approx Fiery Orange. HEX triplet: BA, 53 and 29. RGB value is (186,83,41). Sum of RGB (Red+Green+Blue) = 186+83+41=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5329 is #45ACD6. Grayscale: #6D6D6D. Windows color (decimal): -4566231 or 2708410. OLE color: 2708410.

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

Color convert

RGB1868341-
CMYK00.550.780.27
HSL17.38º63.88%44.51%-
HSV(B)17.38º77.96%72.94%-
XYZ23.7416.794.09-
YUV109.0189.62182.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60%
GREEN value IS 83 (32.81% from 255) = 26.77%
BLUE value IS 41 (16.41% from 255) = 13.23%
R=60%
G=26.77%
B=13.23%

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
Decimal186834100.550.780.2717.3863.8844.51
HexBA53290374E1B11402d
Octal27212351067116332110055
Binary1011101010100111010010110111100111011011100011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5329; }

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

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

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

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

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

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

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

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