Shades of Fiery Orange #BA5A20
Tints of Fiery Orange #BA5A20
RGB
CMYK
RGB Variations
Color information
#BA5A20 (or 0xBA5A20) is known color: Fiery Orange. HEX triplet: BA, 5A and 20. RGB value is (186,90,32). Sum of RGB (Red+Green+Blue) = 186+90+32=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5A20 is #45A5DF. Grayscale: #707070. Windows color (decimal): -4564448 or 2120378. OLE color: 2120378.
HSL color Cylindrical-coordinate representation of color #BA5A20: hue angle of 22.6º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA5A20 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 90 | 32 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.27 |
| HSL | 22.6º | 0.71% | 0.43% | - |
| HSV(B) | 22.6º | 0.83% | 0.73% | - |
| XYZ | 24.17 | 17.86 | 3.54 | - |
| YUV | 112.09 | 82.8 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 32 | 0 | 0.52 | 0.83 | 0.27 | 22.6 | 0.71 | 0.43 |
| Hex | BA | 5A | 20 | 0 | 34 | 53 | 1B | 17 | 47 | 2B |
| Octal | 272 | 132 | 40 | 0 | 64 | 123 | 33 | 27 | 107 | 53 |
| Binary | 10111010 | 1011010 | 100000 | 0 | 110100 | 1010011 | 11011 | 10111 | 1000111 | 101011 |
Color Harmonies of #BA5A20
Complementary color
Monochromatic Colors of #BA5A20
Black with #BA5A20
Text Example
Text Example
White with #BA5A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5A20; }
p { color: rgb(186,90,32); }
H1.HeaderClassName
{
color: #BA5A20;
}
.AnyTagClassName
{
color: #BA5A20;
}
</style>
background-color css
<style>
a { background-color: #BA5A20; }
a { background-color: rgb(186,90,32); }
div.DivClassName
{
background-color: #BA5A20;
}
.BgClassName
{
background-color: #BA5A20;
}
</style>
border-color css
<style>
span { border-color: #BA5A20; }
span { border-color: rgb(186,90,32); }
td.TdClassName
{
border-color: #BA5A20;
}
.TagClassName
{
border-color: #BA5A20;
}
</style>