Shades of Fiery Orange #BA531F
Tints of Fiery Orange #BA531F
RGB
CMYK
RGB Variations
Color information
#BA531F (or 0xBA531F) is known color: Fiery Orange. HEX triplet: BA, 53 and 1F. RGB value is (186,83,31). Sum of RGB (Red+Green+Blue) = 186+83+31=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA531F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA531F is #45ACE0. Grayscale: #6C6C6C. Windows color (decimal): -4566241 or 2053050. OLE color: 2053050.
HSL color Cylindrical-coordinate representation of color #BA531F: hue angle of 20.13º 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 #BA531F is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 31 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.27 |
| HSL | 20.13º | 0.71% | 0.43% | - |
| HSV(B) | 20.13º | 0.83% | 0.73% | - |
| XYZ | 23.59 | 16.72 | 3.28 | - |
| YUV | 107.87 | 84.62 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 31 | 0 | 0.55 | 0.83 | 0.27 | 20.13 | 0.71 | 0.43 |
| Hex | BA | 53 | 1F | 0 | 37 | 53 | 1B | 14 | 47 | 2B |
| Octal | 272 | 123 | 37 | 0 | 67 | 123 | 33 | 24 | 107 | 53 |
| Binary | 10111010 | 1010011 | 11111 | 0 | 110111 | 1010011 | 11011 | 10100 | 1000111 | 101011 |
Color Harmonies of #BA531F
Complementary color
Monochromatic Colors of #BA531F
Black with #BA531F
Text Example
Text Example
White with #BA531F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA531F; }
p { color: rgb(186,83,31); }
H1.HeaderClassName
{
color: #BA531F;
}
.AnyTagClassName
{
color: #BA531F;
}
</style>
background-color css
<style>
a { background-color: #BA531F; }
a { background-color: rgb(186,83,31); }
div.DivClassName
{
background-color: #BA531F;
}
.BgClassName
{
background-color: #BA531F;
}
</style>
border-color css
<style>
span { border-color: #BA531F; }
span { border-color: rgb(186,83,31); }
td.TdClassName
{
border-color: #BA531F;
}
.TagClassName
{
border-color: #BA531F;
}
</style>