Shades of Fiery Orange #BA5223
Tints of Fiery Orange #BA5223
RGB
CMYK
RGB Variations
Color information
#BA5223 (or 0xBA5223) is known color: Fiery Orange. HEX triplet: BA, 52 and 23. RGB value is (186,82,35). Sum of RGB (Red+Green+Blue) = 186+82+35=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 35 (14.06% from 255 or 11.55% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5223 is #45ADDC. Grayscale: #6C6C6C. Windows color (decimal): -4566493 or 2314938. OLE color: 2314938.
HSL color Cylindrical-coordinate representation of color #BA5223: hue angle of 18.68º 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 #BA5223 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 35 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.27 |
| HSL | 18.68º | 0.68% | 0.43% | - |
| HSV(B) | 18.68º | 0.81% | 0.73% | - |
| XYZ | 23.57 | 16.6 | 3.55 | - |
| YUV | 107.74 | 86.96 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 35 | 0 | 0.56 | 0.81 | 0.27 | 18.68 | 0.68 | 0.43 |
| Hex | BA | 52 | 23 | 0 | 38 | 51 | 1B | 13 | 44 | 2B |
| Octal | 272 | 122 | 43 | 0 | 70 | 121 | 33 | 23 | 104 | 53 |
| Binary | 10111010 | 1010010 | 100011 | 0 | 111000 | 1010001 | 11011 | 10011 | 1000100 | 101011 |
Color Harmonies of #BA5223
Complementary color
Monochromatic Colors of #BA5223
Black with #BA5223
Text Example
Text Example
White with #BA5223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5223; }
p { color: rgb(186,82,35); }
H1.HeaderClassName
{
color: #BA5223;
}
.AnyTagClassName
{
color: #BA5223;
}
</style>
background-color css
<style>
a { background-color: #BA5223; }
a { background-color: rgb(186,82,35); }
div.DivClassName
{
background-color: #BA5223;
}
.BgClassName
{
background-color: #BA5223;
}
</style>
border-color css
<style>
span { border-color: #BA5223; }
span { border-color: rgb(186,82,35); }
td.TdClassName
{
border-color: #BA5223;
}
.TagClassName
{
border-color: #BA5223;
}
</style>