Shades of Fiery Orange #BA5531
Tints of Fiery Orange #BA5531
RGB
CMYK
RGB Variations
Color information
#BA5531 (or 0xBA5531) is known color: Fiery Orange. HEX triplet: BA, 55 and 31. RGB value is (186,85,49). Sum of RGB (Red+Green+Blue) = 186+85+49=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5531 is #45AACE. Grayscale: #6F6F6F. Windows color (decimal): -4565711 or 3233210. OLE color: 3233210.
HSL color Cylindrical-coordinate representation of color #BA5531: hue angle of 15.77º 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 #BA5531 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 49 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.27 |
| HSL | 15.77º | 0.58% | 0.46% | - |
| HSV(B) | 15.77º | 0.74% | 0.73% | - |
| XYZ | 24.05 | 17.16 | 4.95 | - |
| YUV | 111.1 | 92.96 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 49 | 0 | 0.54 | 0.74 | 0.27 | 15.77 | 0.58 | 0.46 |
| Hex | BA | 55 | 31 | 0 | 36 | 4A | 1B | 10 | 3A | 2E |
| Octal | 272 | 125 | 61 | 0 | 66 | 112 | 33 | 20 | 72 | 56 |
| Binary | 10111010 | 1010101 | 110001 | 0 | 110110 | 1001010 | 11011 | 10000 | 111010 | 101110 |
Color Harmonies of #BA5531
Complementary color
Monochromatic Colors of #BA5531
Black with #BA5531
Text Example
Text Example
White with #BA5531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5531; }
p { color: rgb(186,85,49); }
H1.HeaderClassName
{
color: #BA5531;
}
.AnyTagClassName
{
color: #BA5531;
}
</style>
background-color css
<style>
a { background-color: #BA5531; }
a { background-color: rgb(186,85,49); }
div.DivClassName
{
background-color: #BA5531;
}
.BgClassName
{
background-color: #BA5531;
}
</style>
border-color css
<style>
span { border-color: #BA5531; }
span { border-color: rgb(186,85,49); }
td.TdClassName
{
border-color: #BA5531;
}
.TagClassName
{
border-color: #BA5531;
}
</style>