Shades of Fiery Orange #BA5723
Tints of Fiery Orange #BA5723
RGB
CMYK
RGB Variations
Color information
#BA5723 (or 0xBA5723) is known color: Fiery Orange. HEX triplet: BA, 57 and 23. RGB value is (186,87,35). Sum of RGB (Red+Green+Blue) = 186+87+35=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 35 (14.06% from 255 or 11.36% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5723 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5723 is #45A8DC. Grayscale: #6E6E6E. Windows color (decimal): -4565213 or 2316218. OLE color: 2316218.
HSL color Cylindrical-coordinate representation of color #BA5723: hue angle of 20.66º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA5723 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 35 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.27 |
| HSL | 20.66º | 0.68% | 0.43% | - |
| HSV(B) | 20.66º | 0.81% | 0.73% | - |
| XYZ | 23.96 | 17.38 | 3.68 | - |
| YUV | 110.67 | 85.3 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 35 | 0 | 0.53 | 0.81 | 0.27 | 20.66 | 0.68 | 0.43 |
| Hex | BA | 57 | 23 | 0 | 35 | 51 | 1B | 15 | 44 | 2B |
| Octal | 272 | 127 | 43 | 0 | 65 | 121 | 33 | 25 | 104 | 53 |
| Binary | 10111010 | 1010111 | 100011 | 0 | 110101 | 1010001 | 11011 | 10101 | 1000100 | 101011 |
Color Harmonies of #BA5723
Complementary color
Monochromatic Colors of #BA5723
Black with #BA5723
Text Example
Text Example
White with #BA5723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5723; }
p { color: rgb(186,87,35); }
H1.HeaderClassName
{
color: #BA5723;
}
.AnyTagClassName
{
color: #BA5723;
}
</style>
background-color css
<style>
a { background-color: #BA5723; }
a { background-color: rgb(186,87,35); }
div.DivClassName
{
background-color: #BA5723;
}
.BgClassName
{
background-color: #BA5723;
}
</style>
border-color css
<style>
span { border-color: #BA5723; }
span { border-color: rgb(186,87,35); }
td.TdClassName
{
border-color: #BA5723;
}
.TagClassName
{
border-color: #BA5723;
}
</style>