Shades of Fiery Orange #BA5121
Tints of Fiery Orange #BA5121
RGB
CMYK
RGB Variations
Color information
#BA5121 (or 0xBA5121) is known color: Fiery Orange. HEX triplet: BA, 51 and 21. RGB value is (186,81,33). Sum of RGB (Red+Green+Blue) = 186+81+33=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5121 is #45AEDE. Grayscale: #6B6B6B. Windows color (decimal): -4566751 or 2183610. OLE color: 2183610.
HSL color Cylindrical-coordinate representation of color #BA5121: hue angle of 18.82º 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 #BA5121 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 33 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.27 |
| HSL | 18.82º | 0.7% | 0.43% | - |
| HSV(B) | 18.82º | 0.82% | 0.73% | - |
| XYZ | 23.47 | 16.43 | 3.37 | - |
| YUV | 106.92 | 86.29 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 33 | 0 | 0.56 | 0.82 | 0.27 | 18.82 | 0.7 | 0.43 |
| Hex | BA | 51 | 21 | 0 | 38 | 52 | 1B | 13 | 46 | 2B |
| Octal | 272 | 121 | 41 | 0 | 70 | 122 | 33 | 23 | 106 | 53 |
| Binary | 10111010 | 1010001 | 100001 | 0 | 111000 | 1010010 | 11011 | 10011 | 1000110 | 101011 |
Color Harmonies of #BA5121
Complementary color
Monochromatic Colors of #BA5121
Black with #BA5121
Text Example
Text Example
White with #BA5121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5121; }
p { color: rgb(186,81,33); }
H1.HeaderClassName
{
color: #BA5121;
}
.AnyTagClassName
{
color: #BA5121;
}
</style>
background-color css
<style>
a { background-color: #BA5121; }
a { background-color: rgb(186,81,33); }
div.DivClassName
{
background-color: #BA5121;
}
.BgClassName
{
background-color: #BA5121;
}
</style>
border-color css
<style>
span { border-color: #BA5121; }
span { border-color: rgb(186,81,33); }
td.TdClassName
{
border-color: #BA5121;
}
.TagClassName
{
border-color: #BA5121;
}
</style>