Shades of Fiery Orange #BA5323
Tints of Fiery Orange #BA5323
RGB
CMYK
RGB Variations
Color information
#BA5323 (or 0xBA5323) is known color: Fiery Orange. HEX triplet: BA, 53 and 23. RGB value is (186,83,35). Sum of RGB (Red+Green+Blue) = 186+83+35=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5323 is #45ACDC. Grayscale: #6C6C6C. Windows color (decimal): -4566237 or 2315194. OLE color: 2315194.
HSL color Cylindrical-coordinate representation of color #BA5323: hue angle of 19.07º 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 #BA5323 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 35 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.27 |
| HSL | 19.07º | 0.68% | 0.43% | - |
| HSV(B) | 19.07º | 0.81% | 0.73% | - |
| XYZ | 23.65 | 16.75 | 3.58 | - |
| YUV | 108.33 | 86.62 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 35 | 0 | 0.55 | 0.81 | 0.27 | 19.07 | 0.68 | 0.43 |
| Hex | BA | 53 | 23 | 0 | 37 | 51 | 1B | 13 | 44 | 2B |
| Octal | 272 | 123 | 43 | 0 | 67 | 121 | 33 | 23 | 104 | 53 |
| Binary | 10111010 | 1010011 | 100011 | 0 | 110111 | 1010001 | 11011 | 10011 | 1000100 | 101011 |
Color Harmonies of #BA5323
Complementary color
Monochromatic Colors of #BA5323
Black with #BA5323
Text Example
Text Example
White with #BA5323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5323; }
p { color: rgb(186,83,35); }
H1.HeaderClassName
{
color: #BA5323;
}
.AnyTagClassName
{
color: #BA5323;
}
</style>
background-color css
<style>
a { background-color: #BA5323; }
a { background-color: rgb(186,83,35); }
div.DivClassName
{
background-color: #BA5323;
}
.BgClassName
{
background-color: #BA5323;
}
</style>
border-color css
<style>
span { border-color: #BA5323; }
span { border-color: rgb(186,83,35); }
td.TdClassName
{
border-color: #BA5323;
}
.TagClassName
{
border-color: #BA5323;
}
</style>