Shades of Fiery Orange #BA5727
Tints of Fiery Orange #BA5727
RGB
CMYK
RGB Variations
Color information
#BA5727 (or 0xBA5727) is known color: Fiery Orange. HEX triplet: BA, 57 and 27. RGB value is (186,87,39). Sum of RGB (Red+Green+Blue) = 186+87+39=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5727 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5727 is #45A8D8. Grayscale: #6F6F6F. Windows color (decimal): -4565209 or 2578362. OLE color: 2578362.
HSL color Cylindrical-coordinate representation of color #BA5727: hue angle of 19.59º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA5727 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 39 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.27 |
| HSL | 19.59º | 0.65% | 0.44% | - |
| HSV(B) | 19.59º | 0.79% | 0.73% | - |
| XYZ | 24.02 | 17.4 | 4.01 | - |
| YUV | 111.13 | 87.3 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 39 | 0 | 0.53 | 0.79 | 0.27 | 19.59 | 0.65 | 0.44 |
| Hex | BA | 57 | 27 | 0 | 35 | 4F | 1B | 14 | 41 | 2C |
| Octal | 272 | 127 | 47 | 0 | 65 | 117 | 33 | 24 | 101 | 54 |
| Binary | 10111010 | 1010111 | 100111 | 0 | 110101 | 1001111 | 11011 | 10100 | 1000001 | 101100 |
Color Harmonies of #BA5727
Complementary color
Monochromatic Colors of #BA5727
Black with #BA5727
Text Example
Text Example
White with #BA5727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5727; }
p { color: rgb(186,87,39); }
H1.HeaderClassName
{
color: #BA5727;
}
.AnyTagClassName
{
color: #BA5727;
}
</style>
background-color css
<style>
a { background-color: #BA5727; }
a { background-color: rgb(186,87,39); }
div.DivClassName
{
background-color: #BA5727;
}
.BgClassName
{
background-color: #BA5727;
}
</style>
border-color css
<style>
span { border-color: #BA5727; }
span { border-color: rgb(186,87,39); }
td.TdClassName
{
border-color: #BA5727;
}
.TagClassName
{
border-color: #BA5727;
}
</style>