Shades of Fiery Orange #BA5820
Tints of Fiery Orange #BA5820
RGB
CMYK
RGB Variations
Color information
#BA5820 (or 0xBA5820) is known color: Fiery Orange. HEX triplet: BA, 58 and 20. RGB value is (186,88,32). Sum of RGB (Red+Green+Blue) = 186+88+32=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5820 is #45A7DF. Grayscale: #6F6F6F. Windows color (decimal): -4564960 or 2119866. OLE color: 2119866.
HSL color Cylindrical-coordinate representation of color #BA5820: hue angle of 21.82º 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 #BA5820 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 32 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.27 |
| HSL | 21.82º | 0.71% | 0.43% | - |
| HSV(B) | 21.82º | 0.83% | 0.73% | - |
| XYZ | 24 | 17.52 | 3.48 | - |
| YUV | 110.92 | 83.47 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 32 | 0 | 0.53 | 0.83 | 0.27 | 21.82 | 0.71 | 0.43 |
| Hex | BA | 58 | 20 | 0 | 35 | 53 | 1B | 16 | 47 | 2B |
| Octal | 272 | 130 | 40 | 0 | 65 | 123 | 33 | 26 | 107 | 53 |
| Binary | 10111010 | 1011000 | 100000 | 0 | 110101 | 1010011 | 11011 | 10110 | 1000111 | 101011 |
Color Harmonies of #BA5820
Complementary color
Monochromatic Colors of #BA5820
Black with #BA5820
Text Example
Text Example
White with #BA5820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5820; }
p { color: rgb(186,88,32); }
H1.HeaderClassName
{
color: #BA5820;
}
.AnyTagClassName
{
color: #BA5820;
}
</style>
background-color css
<style>
a { background-color: #BA5820; }
a { background-color: rgb(186,88,32); }
div.DivClassName
{
background-color: #BA5820;
}
.BgClassName
{
background-color: #BA5820;
}
</style>
border-color css
<style>
span { border-color: #BA5820; }
span { border-color: rgb(186,88,32); }
td.TdClassName
{
border-color: #BA5820;
}
.TagClassName
{
border-color: #BA5820;
}
</style>