Shades of Fiery Orange #BA5919
Tints of Fiery Orange #BA5919
RGB
CMYK
RGB Variations
Color information
#BA5919 (or 0xBA5919) is known color: Fiery Orange. HEX triplet: BA, 59 and 19. RGB value is (186,89,25). Sum of RGB (Red+Green+Blue) = 186+89+25=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5919 is #45A6E6. Grayscale: #6F6F6F. Windows color (decimal): -4564711 or 1661370. OLE color: 1661370.
HSL color Cylindrical-coordinate representation of color #BA5919: hue angle of 23.85º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA5919 is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 25 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.27 |
| HSL | 23.85º | 0.76% | 0.41% | - |
| HSV(B) | 23.85º | 0.87% | 0.73% | - |
| XYZ | 24 | 17.65 | 3.06 | - |
| YUV | 110.71 | 79.64 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 25 | 0 | 0.52 | 0.87 | 0.27 | 23.85 | 0.76 | 0.41 |
| Hex | BA | 59 | 19 | 0 | 34 | 57 | 1B | 18 | 4C | 29 |
| Octal | 272 | 131 | 31 | 0 | 64 | 127 | 33 | 30 | 114 | 51 |
| Binary | 10111010 | 1011001 | 11001 | 0 | 110100 | 1010111 | 11011 | 11000 | 1001100 | 101001 |
Color Harmonies of #BA5919
Complementary color
Monochromatic Colors of #BA5919
Black with #BA5919
Text Example
Text Example
White with #BA5919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5919; }
p { color: rgb(186,89,25); }
H1.HeaderClassName
{
color: #BA5919;
}
.AnyTagClassName
{
color: #BA5919;
}
</style>
background-color css
<style>
a { background-color: #BA5919; }
a { background-color: rgb(186,89,25); }
div.DivClassName
{
background-color: #BA5919;
}
.BgClassName
{
background-color: #BA5919;
}
</style>
border-color css
<style>
span { border-color: #BA5919; }
span { border-color: rgb(186,89,25); }
td.TdClassName
{
border-color: #BA5919;
}
.TagClassName
{
border-color: #BA5919;
}
</style>