Shades of Fiery Orange #BA552E
Tints of Fiery Orange #BA552E
RGB
CMYK
RGB Variations
Color information
#BA552E (or 0xBA552E) is known color: Fiery Orange. HEX triplet: BA, 55 and 2E. RGB value is (186,85,46). Sum of RGB (Red+Green+Blue) = 186+85+46=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA552E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA552E is #45AAD1. Grayscale: #6F6F6F. Windows color (decimal): -4565714 or 3036602. OLE color: 3036602.
HSL color Cylindrical-coordinate representation of color #BA552E: hue angle of 16.71º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA552E is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 46 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.27 |
| HSL | 16.71º | 0.6% | 0.45% | - |
| HSV(B) | 16.71º | 0.75% | 0.73% | - |
| XYZ | 23.99 | 17.13 | 4.63 | - |
| YUV | 110.75 | 91.46 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 46 | 0 | 0.54 | 0.75 | 0.27 | 16.71 | 0.6 | 0.45 |
| Hex | BA | 55 | 2E | 0 | 36 | 4B | 1B | 11 | 3C | 2D |
| Octal | 272 | 125 | 56 | 0 | 66 | 113 | 33 | 21 | 74 | 55 |
| Binary | 10111010 | 1010101 | 101110 | 0 | 110110 | 1001011 | 11011 | 10001 | 111100 | 101101 |
Color Harmonies of #BA552E
Complementary color
Monochromatic Colors of #BA552E
Black with #BA552E
Text Example
Text Example
White with #BA552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA552E; }
p { color: rgb(186,85,46); }
H1.HeaderClassName
{
color: #BA552E;
}
.AnyTagClassName
{
color: #BA552E;
}
</style>
background-color css
<style>
a { background-color: #BA552E; }
a { background-color: rgb(186,85,46); }
div.DivClassName
{
background-color: #BA552E;
}
.BgClassName
{
background-color: #BA552E;
}
</style>
border-color css
<style>
span { border-color: #BA552E; }
span { border-color: rgb(186,85,46); }
td.TdClassName
{
border-color: #BA552E;
}
.TagClassName
{
border-color: #BA552E;
}
</style>