Shades of Fiery Orange #BA521F
Tints of Fiery Orange #BA521F
RGB
CMYK
RGB Variations
Color information
#BA521F (or 0xBA521F) is known color: Fiery Orange. HEX triplet: BA, 52 and 1F. RGB value is (186,82,31). Sum of RGB (Red+Green+Blue) = 186+82+31=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 31 (12.5% from 255 or 10.37% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA521F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA521F is #45ADE0. Grayscale: #6B6B6B. Windows color (decimal): -4566497 or 2052794. OLE color: 2052794.
HSL color Cylindrical-coordinate representation of color #BA521F: hue angle of 19.74º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA521F is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 31 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.27 |
| HSL | 19.74º | 0.71% | 0.43% | - |
| HSV(B) | 19.74º | 0.83% | 0.73% | - |
| XYZ | 23.51 | 16.57 | 3.26 | - |
| YUV | 107.28 | 84.96 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 31 | 0 | 0.56 | 0.83 | 0.27 | 19.74 | 0.71 | 0.43 |
| Hex | BA | 52 | 1F | 0 | 38 | 53 | 1B | 14 | 47 | 2B |
| Octal | 272 | 122 | 37 | 0 | 70 | 123 | 33 | 24 | 107 | 53 |
| Binary | 10111010 | 1010010 | 11111 | 0 | 111000 | 1010011 | 11011 | 10100 | 1000111 | 101011 |
Color Harmonies of #BA521F
Complementary color
Monochromatic Colors of #BA521F
Black with #BA521F
Text Example
Text Example
White with #BA521F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA521F; }
p { color: rgb(186,82,31); }
H1.HeaderClassName
{
color: #BA521F;
}
.AnyTagClassName
{
color: #BA521F;
}
</style>
background-color css
<style>
a { background-color: #BA521F; }
a { background-color: rgb(186,82,31); }
div.DivClassName
{
background-color: #BA521F;
}
.BgClassName
{
background-color: #BA521F;
}
</style>
border-color css
<style>
span { border-color: #BA521F; }
span { border-color: rgb(186,82,31); }
td.TdClassName
{
border-color: #BA521F;
}
.TagClassName
{
border-color: #BA521F;
}
</style>