Shades of Fiery Orange #BA5728
Tints of Fiery Orange #BA5728
RGB
CMYK
RGB Variations
Color information
#BA5728 (or 0xBA5728) is known color: Fiery Orange. HEX triplet: BA, 57 and 28. RGB value is (186,87,40). Sum of RGB (Red+Green+Blue) = 186+87+40=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5728 is #45A8D7. Grayscale: #6F6F6F. Windows color (decimal): -4565208 or 2643898. OLE color: 2643898.
HSL color Cylindrical-coordinate representation of color #BA5728: hue angle of 19.32º 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 #BA5728 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 40 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.27 |
| HSL | 19.32º | 0.65% | 0.44% | - |
| HSV(B) | 19.32º | 0.78% | 0.73% | - |
| XYZ | 24.04 | 17.41 | 4.1 | - |
| YUV | 111.24 | 87.8 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 40 | 0 | 0.53 | 0.78 | 0.27 | 19.32 | 0.65 | 0.44 |
| Hex | BA | 57 | 28 | 0 | 35 | 4E | 1B | 13 | 41 | 2C |
| Octal | 272 | 127 | 50 | 0 | 65 | 116 | 33 | 23 | 101 | 54 |
| Binary | 10111010 | 1010111 | 101000 | 0 | 110101 | 1001110 | 11011 | 10011 | 1000001 | 101100 |
Color Harmonies of #BA5728
Complementary color
Monochromatic Colors of #BA5728
Black with #BA5728
Text Example
Text Example
White with #BA5728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5728; }
p { color: rgb(186,87,40); }
H1.HeaderClassName
{
color: #BA5728;
}
.AnyTagClassName
{
color: #BA5728;
}
</style>
background-color css
<style>
a { background-color: #BA5728; }
a { background-color: rgb(186,87,40); }
div.DivClassName
{
background-color: #BA5728;
}
.BgClassName
{
background-color: #BA5728;
}
</style>
border-color css
<style>
span { border-color: #BA5728; }
span { border-color: rgb(186,87,40); }
td.TdClassName
{
border-color: #BA5728;
}
.TagClassName
{
border-color: #BA5728;
}
</style>