Shades of Fiery Orange #BA522A
Tints of Fiery Orange #BA522A
RGB
CMYK
RGB Variations
Color information
#BA522A (or 0xBA522A) is known color: Fiery Orange. HEX triplet: BA, 52 and 2A. RGB value is (186,82,42). Sum of RGB (Red+Green+Blue) = 186+82+42=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA522A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA522A is #45ADD5. Grayscale: #6C6C6C. Windows color (decimal): -4566486 or 2773690. OLE color: 2773690.
HSL color Cylindrical-coordinate representation of color #BA522A: hue angle of 16.67º 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 #BA522A is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 42 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.27 |
| HSL | 16.67º | 0.63% | 0.45% | - |
| HSV(B) | 16.67º | 0.77% | 0.73% | - |
| XYZ | 23.68 | 16.64 | 4.15 | - |
| YUV | 108.54 | 90.46 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 42 | 0 | 0.56 | 0.77 | 0.27 | 16.67 | 0.63 | 0.45 |
| Hex | BA | 52 | 2A | 0 | 38 | 4D | 1B | 11 | 3F | 2D |
| Octal | 272 | 122 | 52 | 0 | 70 | 115 | 33 | 21 | 77 | 55 |
| Binary | 10111010 | 1010010 | 101010 | 0 | 111000 | 1001101 | 11011 | 10001 | 111111 | 101101 |
Color Harmonies of #BA522A
Complementary color
Monochromatic Colors of #BA522A
Black with #BA522A
Text Example
Text Example
White with #BA522A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA522A; }
p { color: rgb(186,82,42); }
H1.HeaderClassName
{
color: #BA522A;
}
.AnyTagClassName
{
color: #BA522A;
}
</style>
background-color css
<style>
a { background-color: #BA522A; }
a { background-color: rgb(186,82,42); }
div.DivClassName
{
background-color: #BA522A;
}
.BgClassName
{
background-color: #BA522A;
}
</style>
border-color css
<style>
span { border-color: #BA522A; }
span { border-color: rgb(186,82,42); }
td.TdClassName
{
border-color: #BA522A;
}
.TagClassName
{
border-color: #BA522A;
}
</style>