#BA5322

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

Shades of Fiery Orange #BA5322

Tints of Fiery Orange #BA5322

Color information

#BA5322 (or 0xBA5322) is unknown color: approx Fiery Orange. HEX triplet: BA, 53 and 22. RGB value is (186,83,34). Sum of RGB (Red+Green+Blue) = 186+83+34=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5322 is #45ACDD. Grayscale: #6C6C6C. Windows color (decimal): -4566238 or 2249658. OLE color: 2249658.

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

Color convert

RGB1868334-
CMYK00.550.820.27
HSL19.34º69.09%43.14%-
HSV(B)19.34º81.72%72.94%-
XYZ23.6316.743.5-
YUV108.2186.12183.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.39%
GREEN value IS 83 (32.81% from 255) = 27.39%
BLUE value IS 34 (13.67% from 255) = 11.22%
R=61.39%
G=27.39%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186833400.550.820.2719.3469.0943.14
HexBA5322037521B13452b
Octal27212342067122332310553
Binary1011101010100111000100110111101001011011100111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5322; }

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

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

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

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

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

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

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

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