Shades of Fiery Orange #BA562A
Tints of Fiery Orange #BA562A
RGB
CMYK
RGB Variations
Color information
#BA562A (or 0xBA562A) is known color: Fiery Orange. HEX triplet: BA, 56 and 2A. RGB value is (186,86,42). Sum of RGB (Red+Green+Blue) = 186+86+42=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA562A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA562A is #45A9D5. Grayscale: #6F6F6F. Windows color (decimal): -4565462 or 2774714. OLE color: 2774714.
HSL color Cylindrical-coordinate representation of color #BA562A: hue angle of 18.33º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA562A is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 42 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.27 |
| HSL | 18.33º | 0.63% | 0.45% | - |
| HSV(B) | 18.33º | 0.77% | 0.73% | - |
| XYZ | 24 | 17.26 | 4.26 | - |
| YUV | 110.88 | 89.13 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 42 | 0 | 0.54 | 0.77 | 0.27 | 18.33 | 0.63 | 0.45 |
| Hex | BA | 56 | 2A | 0 | 36 | 4D | 1B | 12 | 3F | 2D |
| Octal | 272 | 126 | 52 | 0 | 66 | 115 | 33 | 22 | 77 | 55 |
| Binary | 10111010 | 1010110 | 101010 | 0 | 110110 | 1001101 | 11011 | 10010 | 111111 | 101101 |
Color Harmonies of #BA562A
Complementary color
Monochromatic Colors of #BA562A
Black with #BA562A
Text Example
Text Example
White with #BA562A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA562A; }
p { color: rgb(186,86,42); }
H1.HeaderClassName
{
color: #BA562A;
}
.AnyTagClassName
{
color: #BA562A;
}
</style>
background-color css
<style>
a { background-color: #BA562A; }
a { background-color: rgb(186,86,42); }
div.DivClassName
{
background-color: #BA562A;
}
.BgClassName
{
background-color: #BA562A;
}
</style>
border-color css
<style>
span { border-color: #BA562A; }
span { border-color: rgb(186,86,42); }
td.TdClassName
{
border-color: #BA562A;
}
.TagClassName
{
border-color: #BA562A;
}
</style>