Shades of Fiery Orange #BA522E
Tints of Fiery Orange #BA522E
RGB
CMYK
RGB Variations
Color information
#BA522E (or 0xBA522E) is known color: Fiery Orange. HEX triplet: BA, 52 and 2E. RGB value is (186,82,46). Sum of RGB (Red+Green+Blue) = 186+82+46=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA522E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA522E is #45ADD1. Grayscale: #6D6D6D. Windows color (decimal): -4566482 or 3035834. OLE color: 3035834.
HSL color Cylindrical-coordinate representation of color #BA522E: hue angle of 15.43º 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 #BA522E is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 46 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.27 |
| HSL | 15.43º | 0.6% | 0.45% | - |
| HSV(B) | 15.43º | 0.75% | 0.73% | - |
| XYZ | 23.76 | 16.67 | 4.55 | - |
| YUV | 108.99 | 92.46 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 46 | 0 | 0.56 | 0.75 | 0.27 | 15.43 | 0.6 | 0.45 |
| Hex | BA | 52 | 2E | 0 | 38 | 4B | 1B | F | 3C | 2D |
| Octal | 272 | 122 | 56 | 0 | 70 | 113 | 33 | 17 | 74 | 55 |
| Binary | 10111010 | 1010010 | 101110 | 0 | 111000 | 1001011 | 11011 | 1111 | 111100 | 101101 |
Color Harmonies of #BA522E
Complementary color
Monochromatic Colors of #BA522E
Black with #BA522E
Text Example
Text Example
White with #BA522E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA522E; }
p { color: rgb(186,82,46); }
H1.HeaderClassName
{
color: #BA522E;
}
.AnyTagClassName
{
color: #BA522E;
}
</style>
background-color css
<style>
a { background-color: #BA522E; }
a { background-color: rgb(186,82,46); }
div.DivClassName
{
background-color: #BA522E;
}
.BgClassName
{
background-color: #BA522E;
}
</style>
border-color css
<style>
span { border-color: #BA522E; }
span { border-color: rgb(186,82,46); }
td.TdClassName
{
border-color: #BA522E;
}
.TagClassName
{
border-color: #BA522E;
}
</style>