Shades of Fiery Orange #BA552A
Tints of Fiery Orange #BA552A
RGB
CMYK
RGB Variations
Color information
#BA552A (or 0xBA552A) is known color: Fiery Orange. HEX triplet: BA, 55 and 2A. RGB value is (186,85,42). Sum of RGB (Red+Green+Blue) = 186+85+42=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA552A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA552A is #45AAD5. Grayscale: #6E6E6E. Windows color (decimal): -4565718 or 2774458. OLE color: 2774458.
HSL color Cylindrical-coordinate representation of color #BA552A: hue angle of 17.92º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA552A is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 42 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.27 |
| HSL | 17.92º | 0.63% | 0.45% | - |
| HSV(B) | 17.92º | 0.77% | 0.73% | - |
| XYZ | 23.92 | 17.1 | 4.23 | - |
| YUV | 110.3 | 89.46 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 42 | 0 | 0.54 | 0.77 | 0.27 | 17.92 | 0.63 | 0.45 |
| Hex | BA | 55 | 2A | 0 | 36 | 4D | 1B | 12 | 3F | 2D |
| Octal | 272 | 125 | 52 | 0 | 66 | 115 | 33 | 22 | 77 | 55 |
| Binary | 10111010 | 1010101 | 101010 | 0 | 110110 | 1001101 | 11011 | 10010 | 111111 | 101101 |
Color Harmonies of #BA552A
Complementary color
Monochromatic Colors of #BA552A
Black with #BA552A
Text Example
Text Example
White with #BA552A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA552A; }
p { color: rgb(186,85,42); }
H1.HeaderClassName
{
color: #BA552A;
}
.AnyTagClassName
{
color: #BA552A;
}
</style>
background-color css
<style>
a { background-color: #BA552A; }
a { background-color: rgb(186,85,42); }
div.DivClassName
{
background-color: #BA552A;
}
.BgClassName
{
background-color: #BA552A;
}
</style>
border-color css
<style>
span { border-color: #BA552A; }
span { border-color: rgb(186,85,42); }
td.TdClassName
{
border-color: #BA552A;
}
.TagClassName
{
border-color: #BA552A;
}
</style>