Shades of Fiery Orange #BA5321
Tints of Fiery Orange #BA5321
RGB
CMYK
RGB Variations
Color information
#BA5321 (or 0xBA5321) is known color: Fiery Orange. HEX triplet: BA, 53 and 21. RGB value is (186,83,33). Sum of RGB (Red+Green+Blue) = 186+83+33=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5321 is #45ACDE. Grayscale: #6C6C6C. Windows color (decimal): -4566239 or 2184122. OLE color: 2184122.
HSL color Cylindrical-coordinate representation of color #BA5321: hue angle of 19.61º 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 #BA5321 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 33 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.27 |
| HSL | 19.61º | 0.7% | 0.43% | - |
| HSV(B) | 19.61º | 0.82% | 0.73% | - |
| XYZ | 23.62 | 16.74 | 3.42 | - |
| YUV | 108.1 | 85.62 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 33 | 0 | 0.55 | 0.82 | 0.27 | 19.61 | 0.7 | 0.43 |
| Hex | BA | 53 | 21 | 0 | 37 | 52 | 1B | 14 | 46 | 2B |
| Octal | 272 | 123 | 41 | 0 | 67 | 122 | 33 | 24 | 106 | 53 |
| Binary | 10111010 | 1010011 | 100001 | 0 | 110111 | 1010010 | 11011 | 10100 | 1000110 | 101011 |
Color Harmonies of #BA5321
Complementary color
Monochromatic Colors of #BA5321
Black with #BA5321
Text Example
Text Example
White with #BA5321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5321; }
p { color: rgb(186,83,33); }
H1.HeaderClassName
{
color: #BA5321;
}
.AnyTagClassName
{
color: #BA5321;
}
</style>
background-color css
<style>
a { background-color: #BA5321; }
a { background-color: rgb(186,83,33); }
div.DivClassName
{
background-color: #BA5321;
}
.BgClassName
{
background-color: #BA5321;
}
</style>
border-color css
<style>
span { border-color: #BA5321; }
span { border-color: rgb(186,83,33); }
td.TdClassName
{
border-color: #BA5321;
}
.TagClassName
{
border-color: #BA5321;
}
</style>