Shades of Fiery Orange #BA5929
Tints of Fiery Orange #BA5929
RGB
CMYK
RGB Variations
Color information
#BA5929 (or 0xBA5929) is known color: Fiery Orange. HEX triplet: BA, 59 and 29. RGB value is (186,89,41). Sum of RGB (Red+Green+Blue) = 186+89+41=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5929 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5929 is #45A6D6. Grayscale: #707070. Windows color (decimal): -4564695 or 2709946. OLE color: 2709946.
HSL color Cylindrical-coordinate representation of color #BA5929: hue angle of 19.86º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA5929 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 41 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.27 |
| HSL | 19.86º | 0.64% | 0.45% | - |
| HSV(B) | 19.86º | 0.78% | 0.73% | - |
| XYZ | 24.22 | 17.74 | 4.25 | - |
| YUV | 112.53 | 87.64 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 41 | 0 | 0.52 | 0.78 | 0.27 | 19.86 | 0.64 | 0.45 |
| Hex | BA | 59 | 29 | 0 | 34 | 4E | 1B | 14 | 40 | 2D |
| Octal | 272 | 131 | 51 | 0 | 64 | 116 | 33 | 24 | 100 | 55 |
| Binary | 10111010 | 1011001 | 101001 | 0 | 110100 | 1001110 | 11011 | 10100 | 1000000 | 101101 |
Color Harmonies of #BA5929
Complementary color
Monochromatic Colors of #BA5929
Black with #BA5929
Text Example
Text Example
White with #BA5929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5929; }
p { color: rgb(186,89,41); }
H1.HeaderClassName
{
color: #BA5929;
}
.AnyTagClassName
{
color: #BA5929;
}
</style>
background-color css
<style>
a { background-color: #BA5929; }
a { background-color: rgb(186,89,41); }
div.DivClassName
{
background-color: #BA5929;
}
.BgClassName
{
background-color: #BA5929;
}
</style>
border-color css
<style>
span { border-color: #BA5929; }
span { border-color: rgb(186,89,41); }
td.TdClassName
{
border-color: #BA5929;
}
.TagClassName
{
border-color: #BA5929;
}
</style>