Shades of Fiery Orange #BA571B
Tints of Fiery Orange #BA571B
RGB
CMYK
RGB Variations
Color information
#BA571B (or 0xBA571B) is known color: Fiery Orange. HEX triplet: BA, 57 and 1B. RGB value is (186,87,27). Sum of RGB (Red+Green+Blue) = 186+87+27=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA571B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA571B is #45A8E4. Grayscale: #6E6E6E. Windows color (decimal): -4565221 or 1791930. OLE color: 1791930.
HSL color Cylindrical-coordinate representation of color #BA571B: hue angle of 22.64º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA571B is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 27 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.27 |
| HSL | 22.64º | 0.75% | 0.42% | - |
| HSV(B) | 22.64º | 0.85% | 0.73% | - |
| XYZ | 23.86 | 17.33 | 3.13 | - |
| YUV | 109.76 | 81.3 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 27 | 0 | 0.53 | 0.85 | 0.27 | 22.64 | 0.75 | 0.42 |
| Hex | BA | 57 | 1B | 0 | 35 | 55 | 1B | 17 | 4B | 2A |
| Octal | 272 | 127 | 33 | 0 | 65 | 125 | 33 | 27 | 113 | 52 |
| Binary | 10111010 | 1010111 | 11011 | 0 | 110101 | 1010101 | 11011 | 10111 | 1001011 | 101010 |
Color Harmonies of #BA571B
Complementary color
Monochromatic Colors of #BA571B
Black with #BA571B
Text Example
Text Example
White with #BA571B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA571B; }
p { color: rgb(186,87,27); }
H1.HeaderClassName
{
color: #BA571B;
}
.AnyTagClassName
{
color: #BA571B;
}
</style>
background-color css
<style>
a { background-color: #BA571B; }
a { background-color: rgb(186,87,27); }
div.DivClassName
{
background-color: #BA571B;
}
.BgClassName
{
background-color: #BA571B;
}
</style>
border-color css
<style>
span { border-color: #BA571B; }
span { border-color: rgb(186,87,27); }
td.TdClassName
{
border-color: #BA571B;
}
.TagClassName
{
border-color: #BA571B;
}
</style>