Shades of Fiery Orange #BA5722
Tints of Fiery Orange #BA5722
RGB
CMYK
RGB Variations
Color information
#BA5722 (or 0xBA5722) is known color: Fiery Orange. HEX triplet: BA, 57 and 22. RGB value is (186,87,34). Sum of RGB (Red+Green+Blue) = 186+87+34=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5722 is #45A8DD. Grayscale: #6E6E6E. Windows color (decimal): -4565214 or 2250682. OLE color: 2250682.
HSL color Cylindrical-coordinate representation of color #BA5722: hue angle of 20.92º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA5722 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 34 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.27 |
| HSL | 20.92º | 0.69% | 0.43% | - |
| HSV(B) | 20.92º | 0.82% | 0.73% | - |
| XYZ | 23.95 | 17.37 | 3.6 | - |
| YUV | 110.56 | 84.8 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 34 | 0 | 0.53 | 0.82 | 0.27 | 20.92 | 0.69 | 0.43 |
| Hex | BA | 57 | 22 | 0 | 35 | 52 | 1B | 15 | 45 | 2B |
| Octal | 272 | 127 | 42 | 0 | 65 | 122 | 33 | 25 | 105 | 53 |
| Binary | 10111010 | 1010111 | 100010 | 0 | 110101 | 1010010 | 11011 | 10101 | 1000101 | 101011 |
Color Harmonies of #BA5722
Complementary color
Monochromatic Colors of #BA5722
Black with #BA5722
Text Example
Text Example
White with #BA5722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5722; }
p { color: rgb(186,87,34); }
H1.HeaderClassName
{
color: #BA5722;
}
.AnyTagClassName
{
color: #BA5722;
}
</style>
background-color css
<style>
a { background-color: #BA5722; }
a { background-color: rgb(186,87,34); }
div.DivClassName
{
background-color: #BA5722;
}
.BgClassName
{
background-color: #BA5722;
}
</style>
border-color css
<style>
span { border-color: #BA5722; }
span { border-color: rgb(186,87,34); }
td.TdClassName
{
border-color: #BA5722;
}
.TagClassName
{
border-color: #BA5722;
}
</style>