Shades of Fiery Orange #BA5428
Tints of Fiery Orange #BA5428
RGB
CMYK
RGB Variations
Color information
#BA5428 (or 0xBA5428) is known color: Fiery Orange. HEX triplet: BA, 54 and 28. RGB value is (186,84,40). Sum of RGB (Red+Green+Blue) = 186+84+40=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5428 is #45ABD7. Grayscale: #6D6D6D. Windows color (decimal): -4565976 or 2643130. OLE color: 2643130.
HSL color Cylindrical-coordinate representation of color #BA5428: hue angle of 18.08º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA5428 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 40 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.27 |
| HSL | 18.08º | 0.65% | 0.44% | - |
| HSV(B) | 18.08º | 0.78% | 0.73% | - |
| XYZ | 23.8 | 16.93 | 4.02 | - |
| YUV | 109.48 | 88.79 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 40 | 0 | 0.55 | 0.78 | 0.27 | 18.08 | 0.65 | 0.44 |
| Hex | BA | 54 | 28 | 0 | 37 | 4E | 1B | 12 | 41 | 2C |
| Octal | 272 | 124 | 50 | 0 | 67 | 116 | 33 | 22 | 101 | 54 |
| Binary | 10111010 | 1010100 | 101000 | 0 | 110111 | 1001110 | 11011 | 10010 | 1000001 | 101100 |
Color Harmonies of #BA5428
Complementary color
Monochromatic Colors of #BA5428
Black with #BA5428
Text Example
Text Example
White with #BA5428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5428; }
p { color: rgb(186,84,40); }
H1.HeaderClassName
{
color: #BA5428;
}
.AnyTagClassName
{
color: #BA5428;
}
</style>
background-color css
<style>
a { background-color: #BA5428; }
a { background-color: rgb(186,84,40); }
div.DivClassName
{
background-color: #BA5428;
}
.BgClassName
{
background-color: #BA5428;
}
</style>
border-color css
<style>
span { border-color: #BA5428; }
span { border-color: rgb(186,84,40); }
td.TdClassName
{
border-color: #BA5428;
}
.TagClassName
{
border-color: #BA5428;
}
</style>