Shades of Fiery Orange #BA562F
Tints of Fiery Orange #BA562F
RGB
CMYK
RGB Variations
Color information
#BA562F (or 0xBA562F) is known color: Fiery Orange. HEX triplet: BA, 56 and 2F. RGB value is (186,86,47). Sum of RGB (Red+Green+Blue) = 186+86+47=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA562F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA562F is #45A9D0. Grayscale: #6F6F6F. Windows color (decimal): -4565457 or 3102394. OLE color: 3102394.
HSL color Cylindrical-coordinate representation of color #BA562F: hue angle of 16.83º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA562F is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 47 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.27 |
| HSL | 16.83º | 0.6% | 0.46% | - |
| HSV(B) | 16.83º | 0.75% | 0.73% | - |
| XYZ | 24.09 | 17.3 | 4.76 | - |
| YUV | 111.45 | 91.63 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 47 | 0 | 0.54 | 0.75 | 0.27 | 16.83 | 0.6 | 0.46 |
| Hex | BA | 56 | 2F | 0 | 36 | 4B | 1B | 11 | 3C | 2E |
| Octal | 272 | 126 | 57 | 0 | 66 | 113 | 33 | 21 | 74 | 56 |
| Binary | 10111010 | 1010110 | 101111 | 0 | 110110 | 1001011 | 11011 | 10001 | 111100 | 101110 |
Color Harmonies of #BA562F
Complementary color
Monochromatic Colors of #BA562F
Black with #BA562F
Text Example
Text Example
White with #BA562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA562F; }
p { color: rgb(186,86,47); }
H1.HeaderClassName
{
color: #BA562F;
}
.AnyTagClassName
{
color: #BA562F;
}
</style>
background-color css
<style>
a { background-color: #BA562F; }
a { background-color: rgb(186,86,47); }
div.DivClassName
{
background-color: #BA562F;
}
.BgClassName
{
background-color: #BA562F;
}
</style>
border-color css
<style>
span { border-color: #BA562F; }
span { border-color: rgb(186,86,47); }
td.TdClassName
{
border-color: #BA562F;
}
.TagClassName
{
border-color: #BA562F;
}
</style>