Shades of Fiery Orange #BA5426
Tints of Fiery Orange #BA5426
RGB
CMYK
RGB Variations
Color information
#BA5426 (or 0xBA5426) is known color: Fiery Orange. HEX triplet: BA, 54 and 26. RGB value is (186,84,38). Sum of RGB (Red+Green+Blue) = 186+84+38=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5426 is #45ABD9. Grayscale: #6D6D6D. Windows color (decimal): -4565978 or 2512058. OLE color: 2512058.
HSL color Cylindrical-coordinate representation of color #BA5426: hue angle of 18.65º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA5426 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 38 | - |
| CMYK | 0 | 0.55 | 0.80 | 0.27 |
| HSL | 18.65º | 0.66% | 0.44% | - |
| HSV(B) | 18.65º | 0.8% | 0.73% | - |
| XYZ | 23.77 | 16.92 | 3.85 | - |
| YUV | 109.25 | 87.79 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 38 | 0 | 0.55 | 0.80 | 0.27 | 18.65 | 0.66 | 0.44 |
| Hex | BA | 54 | 26 | 0 | 37 | 50 | 1B | 13 | 42 | 2C |
| Octal | 272 | 124 | 46 | 0 | 67 | 120 | 33 | 23 | 102 | 54 |
| Binary | 10111010 | 1010100 | 100110 | 0 | 110111 | 1010000 | 11011 | 10011 | 1000010 | 101100 |
Color Harmonies of #BA5426
Complementary color
Monochromatic Colors of #BA5426
Black with #BA5426
Text Example
Text Example
White with #BA5426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5426; }
p { color: rgb(186,84,38); }
H1.HeaderClassName
{
color: #BA5426;
}
.AnyTagClassName
{
color: #BA5426;
}
</style>
background-color css
<style>
a { background-color: #BA5426; }
a { background-color: rgb(186,84,38); }
div.DivClassName
{
background-color: #BA5426;
}
.BgClassName
{
background-color: #BA5426;
}
</style>
border-color css
<style>
span { border-color: #BA5426; }
span { border-color: rgb(186,84,38); }
td.TdClassName
{
border-color: #BA5426;
}
.TagClassName
{
border-color: #BA5426;
}
</style>