Shades of Fiery Orange #BA522F
Tints of Fiery Orange #BA522F
RGB
CMYK
RGB Variations
Color information
#BA522F (or 0xBA522F) is known color: Fiery Orange. HEX triplet: BA, 52 and 2F. RGB value is (186,82,47). Sum of RGB (Red+Green+Blue) = 186+82+47=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA522F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA522F is #45ADD0. Grayscale: #6D6D6D. Windows color (decimal): -4566481 or 3101370. OLE color: 3101370.
HSL color Cylindrical-coordinate representation of color #BA522F: hue angle of 15.11º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA522F is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 47 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.27 |
| HSL | 15.11º | 0.6% | 0.46% | - |
| HSV(B) | 15.11º | 0.75% | 0.73% | - |
| XYZ | 23.78 | 16.68 | 4.66 | - |
| YUV | 109.11 | 92.96 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 47 | 0 | 0.56 | 0.75 | 0.27 | 15.11 | 0.6 | 0.46 |
| Hex | BA | 52 | 2F | 0 | 38 | 4B | 1B | F | 3C | 2E |
| Octal | 272 | 122 | 57 | 0 | 70 | 113 | 33 | 17 | 74 | 56 |
| Binary | 10111010 | 1010010 | 101111 | 0 | 111000 | 1001011 | 11011 | 1111 | 111100 | 101110 |
Color Harmonies of #BA522F
Complementary color
Monochromatic Colors of #BA522F
Black with #BA522F
Text Example
Text Example
White with #BA522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA522F; }
p { color: rgb(186,82,47); }
H1.HeaderClassName
{
color: #BA522F;
}
.AnyTagClassName
{
color: #BA522F;
}
</style>
background-color css
<style>
a { background-color: #BA522F; }
a { background-color: rgb(186,82,47); }
div.DivClassName
{
background-color: #BA522F;
}
.BgClassName
{
background-color: #BA522F;
}
</style>
border-color css
<style>
span { border-color: #BA522F; }
span { border-color: rgb(186,82,47); }
td.TdClassName
{
border-color: #BA522F;
}
.TagClassName
{
border-color: #BA522F;
}
</style>