Shades of Fiery Orange #BA5726
Tints of Fiery Orange #BA5726
RGB
CMYK
RGB Variations
Color information
#BA5726 (or 0xBA5726) is known color: Fiery Orange. HEX triplet: BA, 57 and 26. RGB value is (186,87,38). Sum of RGB (Red+Green+Blue) = 186+87+38=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 38 (15.23% from 255 or 12.22% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5726 is #45A8D9. Grayscale: #6F6F6F. Windows color (decimal): -4565210 or 2512826. OLE color: 2512826.
HSL color Cylindrical-coordinate representation of color #BA5726: hue angle of 19.86º 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 #BA5726 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 38 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.27 |
| HSL | 19.86º | 0.66% | 0.44% | - |
| HSV(B) | 19.86º | 0.8% | 0.73% | - |
| XYZ | 24.01 | 17.4 | 3.93 | - |
| YUV | 111.02 | 86.8 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 38 | 0 | 0.53 | 0.80 | 0.27 | 19.86 | 0.66 | 0.44 |
| Hex | BA | 57 | 26 | 0 | 35 | 50 | 1B | 14 | 42 | 2C |
| Octal | 272 | 127 | 46 | 0 | 65 | 120 | 33 | 24 | 102 | 54 |
| Binary | 10111010 | 1010111 | 100110 | 0 | 110101 | 1010000 | 11011 | 10100 | 1000010 | 101100 |
Color Harmonies of #BA5726
Complementary color
Monochromatic Colors of #BA5726
Black with #BA5726
Text Example
Text Example
White with #BA5726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5726; }
p { color: rgb(186,87,38); }
H1.HeaderClassName
{
color: #BA5726;
}
.AnyTagClassName
{
color: #BA5726;
}
</style>
background-color css
<style>
a { background-color: #BA5726; }
a { background-color: rgb(186,87,38); }
div.DivClassName
{
background-color: #BA5726;
}
.BgClassName
{
background-color: #BA5726;
}
</style>
border-color css
<style>
span { border-color: #BA5726; }
span { border-color: rgb(186,87,38); }
td.TdClassName
{
border-color: #BA5726;
}
.TagClassName
{
border-color: #BA5726;
}
</style>