Shades of Fiery Orange #BA541F
Tints of Fiery Orange #BA541F
RGB
CMYK
RGB Variations
Color information
#BA541F (or 0xBA541F) is known color: Fiery Orange. HEX triplet: BA, 54 and 1F. RGB value is (186,84,31). Sum of RGB (Red+Green+Blue) = 186+84+31=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA541F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA541F is #45ABE0. Grayscale: #6C6C6C. Windows color (decimal): -4565985 or 2053306. OLE color: 2053306.
HSL color Cylindrical-coordinate representation of color #BA541F: hue angle of 20.52º 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 #BA541F is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 31 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.27 |
| HSL | 20.52º | 0.71% | 0.43% | - |
| HSV(B) | 20.52º | 0.83% | 0.73% | - |
| XYZ | 23.67 | 16.88 | 3.31 | - |
| YUV | 108.46 | 84.29 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 31 | 0 | 0.55 | 0.83 | 0.27 | 20.52 | 0.71 | 0.43 |
| Hex | BA | 54 | 1F | 0 | 37 | 53 | 1B | 15 | 47 | 2B |
| Octal | 272 | 124 | 37 | 0 | 67 | 123 | 33 | 25 | 107 | 53 |
| Binary | 10111010 | 1010100 | 11111 | 0 | 110111 | 1010011 | 11011 | 10101 | 1000111 | 101011 |
Color Harmonies of #BA541F
Complementary color
Monochromatic Colors of #BA541F
Black with #BA541F
Text Example
Text Example
White with #BA541F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA541F; }
p { color: rgb(186,84,31); }
H1.HeaderClassName
{
color: #BA541F;
}
.AnyTagClassName
{
color: #BA541F;
}
</style>
background-color css
<style>
a { background-color: #BA541F; }
a { background-color: rgb(186,84,31); }
div.DivClassName
{
background-color: #BA541F;
}
.BgClassName
{
background-color: #BA541F;
}
</style>
border-color css
<style>
span { border-color: #BA541F; }
span { border-color: rgb(186,84,31); }
td.TdClassName
{
border-color: #BA541F;
}
.TagClassName
{
border-color: #BA541F;
}
</style>