Shades of Fiery Orange #BA571A
Tints of Fiery Orange #BA571A
RGB
CMYK
RGB Variations
Color information
#BA571A (or 0xBA571A) is known color: Fiery Orange. HEX triplet: BA, 57 and 1A. RGB value is (186,87,26). Sum of RGB (Red+Green+Blue) = 186+87+26=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA571A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA571A is #45A8E5. Grayscale: #6D6D6D. Windows color (decimal): -4565222 or 1726394. OLE color: 1726394.
HSL color Cylindrical-coordinate representation of color #BA571A: hue angle of 22.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA571A is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 26 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.27 |
| HSL | 22.88º | 0.75% | 0.42% | - |
| HSV(B) | 22.88º | 0.86% | 0.73% | - |
| XYZ | 23.84 | 17.33 | 3.07 | - |
| YUV | 109.65 | 80.8 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 26 | 0 | 0.53 | 0.86 | 0.27 | 22.88 | 0.75 | 0.42 |
| Hex | BA | 57 | 1A | 0 | 35 | 56 | 1B | 17 | 4B | 2A |
| Octal | 272 | 127 | 32 | 0 | 65 | 126 | 33 | 27 | 113 | 52 |
| Binary | 10111010 | 1010111 | 11010 | 0 | 110101 | 1010110 | 11011 | 10111 | 1001011 | 101010 |
Color Harmonies of #BA571A
Complementary color
Monochromatic Colors of #BA571A
Black with #BA571A
Text Example
Text Example
White with #BA571A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA571A; }
p { color: rgb(186,87,26); }
H1.HeaderClassName
{
color: #BA571A;
}
.AnyTagClassName
{
color: #BA571A;
}
</style>
background-color css
<style>
a { background-color: #BA571A; }
a { background-color: rgb(186,87,26); }
div.DivClassName
{
background-color: #BA571A;
}
.BgClassName
{
background-color: #BA571A;
}
</style>
border-color css
<style>
span { border-color: #BA571A; }
span { border-color: rgb(186,87,26); }
td.TdClassName
{
border-color: #BA571A;
}
.TagClassName
{
border-color: #BA571A;
}
</style>