Shades of Fiery Orange #BA562B
Tints of Fiery Orange #BA562B
RGB
CMYK
RGB Variations
Color information
#BA562B (or 0xBA562B) is known color: Fiery Orange. HEX triplet: BA, 56 and 2B. RGB value is (186,86,43). Sum of RGB (Red+Green+Blue) = 186+86+43=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA562B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA562B is #45A9D4. Grayscale: #6F6F6F. Windows color (decimal): -4565461 or 2840250. OLE color: 2840250.
HSL color Cylindrical-coordinate representation of color #BA562B: hue angle of 18.04º degrees, saturation: 0.62, 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 #BA562B is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 43 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.27 |
| HSL | 18.04º | 0.62% | 0.45% | - |
| HSV(B) | 18.04º | 0.77% | 0.73% | - |
| XYZ | 24.01 | 17.27 | 4.35 | - |
| YUV | 111 | 89.63 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 43 | 0 | 0.54 | 0.77 | 0.27 | 18.04 | 0.62 | 0.45 |
| Hex | BA | 56 | 2B | 0 | 36 | 4D | 1B | 12 | 3E | 2D |
| Octal | 272 | 126 | 53 | 0 | 66 | 115 | 33 | 22 | 76 | 55 |
| Binary | 10111010 | 1010110 | 101011 | 0 | 110110 | 1001101 | 11011 | 10010 | 111110 | 101101 |
Color Harmonies of #BA562B
Complementary color
Monochromatic Colors of #BA562B
Black with #BA562B
Text Example
Text Example
White with #BA562B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA562B; }
p { color: rgb(186,86,43); }
H1.HeaderClassName
{
color: #BA562B;
}
.AnyTagClassName
{
color: #BA562B;
}
</style>
background-color css
<style>
a { background-color: #BA562B; }
a { background-color: rgb(186,86,43); }
div.DivClassName
{
background-color: #BA562B;
}
.BgClassName
{
background-color: #BA562B;
}
</style>
border-color css
<style>
span { border-color: #BA562B; }
span { border-color: rgb(186,86,43); }
td.TdClassName
{
border-color: #BA562B;
}
.TagClassName
{
border-color: #BA562B;
}
</style>