Shades of Fiery Orange #BA5721
Tints of Fiery Orange #BA5721
RGB
CMYK
RGB Variations
Color information
#BA5721 (or 0xBA5721) is known color: Fiery Orange. HEX triplet: BA, 57 and 21. RGB value is (186,87,33). Sum of RGB (Red+Green+Blue) = 186+87+33=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5721 is #45A8DE. Grayscale: #6E6E6E. Windows color (decimal): -4565215 or 2185146. OLE color: 2185146.
HSL color Cylindrical-coordinate representation of color #BA5721: hue angle of 21.18º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA5721 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 33 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.27 |
| HSL | 21.18º | 0.7% | 0.43% | - |
| HSV(B) | 21.18º | 0.82% | 0.73% | - |
| XYZ | 23.93 | 17.37 | 3.53 | - |
| YUV | 110.45 | 84.3 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 33 | 0 | 0.53 | 0.82 | 0.27 | 21.18 | 0.7 | 0.43 |
| Hex | BA | 57 | 21 | 0 | 35 | 52 | 1B | 15 | 46 | 2B |
| Octal | 272 | 127 | 41 | 0 | 65 | 122 | 33 | 25 | 106 | 53 |
| Binary | 10111010 | 1010111 | 100001 | 0 | 110101 | 1010010 | 11011 | 10101 | 1000110 | 101011 |
Color Harmonies of #BA5721
Complementary color
Monochromatic Colors of #BA5721
Black with #BA5721
Text Example
Text Example
White with #BA5721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5721; }
p { color: rgb(186,87,33); }
H1.HeaderClassName
{
color: #BA5721;
}
.AnyTagClassName
{
color: #BA5721;
}
</style>
background-color css
<style>
a { background-color: #BA5721; }
a { background-color: rgb(186,87,33); }
div.DivClassName
{
background-color: #BA5721;
}
.BgClassName
{
background-color: #BA5721;
}
</style>
border-color css
<style>
span { border-color: #BA5721; }
span { border-color: rgb(186,87,33); }
td.TdClassName
{
border-color: #BA5721;
}
.TagClassName
{
border-color: #BA5721;
}
</style>