Shades of Fiery Orange #BA5220
Tints of Fiery Orange #BA5220
RGB
CMYK
RGB Variations
Color information
#BA5220 (or 0xBA5220) is known color: Fiery Orange. HEX triplet: BA, 52 and 20. RGB value is (186,82,32). Sum of RGB (Red+Green+Blue) = 186+82+32=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5220 is #45ADDF. Grayscale: #6B6B6B. Windows color (decimal): -4566496 or 2118330. OLE color: 2118330.
HSL color Cylindrical-coordinate representation of color #BA5220: hue angle of 19.48º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA5220 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 32 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.27 |
| HSL | 19.48º | 0.71% | 0.43% | - |
| HSV(B) | 19.48º | 0.83% | 0.73% | - |
| XYZ | 23.53 | 16.58 | 3.33 | - |
| YUV | 107.4 | 85.46 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 32 | 0 | 0.56 | 0.83 | 0.27 | 19.48 | 0.71 | 0.43 |
| Hex | BA | 52 | 20 | 0 | 38 | 53 | 1B | 13 | 47 | 2B |
| Octal | 272 | 122 | 40 | 0 | 70 | 123 | 33 | 23 | 107 | 53 |
| Binary | 10111010 | 1010010 | 100000 | 0 | 111000 | 1010011 | 11011 | 10011 | 1000111 | 101011 |
Color Harmonies of #BA5220
Complementary color
Monochromatic Colors of #BA5220
Black with #BA5220
Text Example
Text Example
White with #BA5220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5220; }
p { color: rgb(186,82,32); }
H1.HeaderClassName
{
color: #BA5220;
}
.AnyTagClassName
{
color: #BA5220;
}
</style>
background-color css
<style>
a { background-color: #BA5220; }
a { background-color: rgb(186,82,32); }
div.DivClassName
{
background-color: #BA5220;
}
.BgClassName
{
background-color: #BA5220;
}
</style>
border-color css
<style>
span { border-color: #BA5220; }
span { border-color: rgb(186,82,32); }
td.TdClassName
{
border-color: #BA5220;
}
.TagClassName
{
border-color: #BA5220;
}
</style>