Shades of Fiery Orange #BA5431
Tints of Fiery Orange #BA5431
RGB
CMYK
RGB Variations
Color information
#BA5431 (or 0xBA5431) is known color: Fiery Orange. HEX triplet: BA, 54 and 31. RGB value is (186,84,49). Sum of RGB (Red+Green+Blue) = 186+84+49=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5431 is #45ABCE. Grayscale: #6E6E6E. Windows color (decimal): -4565967 or 3232954. OLE color: 3232954.
HSL color Cylindrical-coordinate representation of color #BA5431: hue angle of 15.33º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA5431 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 49 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.27 |
| HSL | 15.33º | 0.58% | 0.46% | - |
| HSV(B) | 15.33º | 0.74% | 0.73% | - |
| XYZ | 23.97 | 17 | 4.92 | - |
| YUV | 110.51 | 93.29 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 49 | 0 | 0.55 | 0.74 | 0.27 | 15.33 | 0.58 | 0.46 |
| Hex | BA | 54 | 31 | 0 | 37 | 4A | 1B | F | 3A | 2E |
| Octal | 272 | 124 | 61 | 0 | 67 | 112 | 33 | 17 | 72 | 56 |
| Binary | 10111010 | 1010100 | 110001 | 0 | 110111 | 1001010 | 11011 | 1111 | 111010 | 101110 |
Color Harmonies of #BA5431
Complementary color
Monochromatic Colors of #BA5431
Black with #BA5431
Text Example
Text Example
White with #BA5431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5431; }
p { color: rgb(186,84,49); }
H1.HeaderClassName
{
color: #BA5431;
}
.AnyTagClassName
{
color: #BA5431;
}
</style>
background-color css
<style>
a { background-color: #BA5431; }
a { background-color: rgb(186,84,49); }
div.DivClassName
{
background-color: #BA5431;
}
.BgClassName
{
background-color: #BA5431;
}
</style>
border-color css
<style>
span { border-color: #BA5431; }
span { border-color: rgb(186,84,49); }
td.TdClassName
{
border-color: #BA5431;
}
.TagClassName
{
border-color: #BA5431;
}
</style>