Shades of Fiery Orange #BA551E
Tints of Fiery Orange #BA551E
RGB
CMYK
RGB Variations
Color information
#BA551E (or 0xBA551E) is known color: Fiery Orange. HEX triplet: BA, 55 and 1E. RGB value is (186,85,30). Sum of RGB (Red+Green+Blue) = 186+85+30=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA551E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA551E is #45AAE1. Grayscale: #6D6D6D. Windows color (decimal): -4565730 or 1988026. OLE color: 1988026.
HSL color Cylindrical-coordinate representation of color #BA551E: hue angle of 21.15º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA551E is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 30 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.27 |
| HSL | 21.15º | 0.72% | 0.42% | - |
| HSV(B) | 21.15º | 0.84% | 0.73% | - |
| XYZ | 23.73 | 17.03 | 3.26 | - |
| YUV | 108.93 | 83.46 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 30 | 0 | 0.54 | 0.84 | 0.27 | 21.15 | 0.72 | 0.42 |
| Hex | BA | 55 | 1E | 0 | 36 | 54 | 1B | 15 | 48 | 2A |
| Octal | 272 | 125 | 36 | 0 | 66 | 124 | 33 | 25 | 110 | 52 |
| Binary | 10111010 | 1010101 | 11110 | 0 | 110110 | 1010100 | 11011 | 10101 | 1001000 | 101010 |
Color Harmonies of #BA551E
Complementary color
Monochromatic Colors of #BA551E
Black with #BA551E
Text Example
Text Example
White with #BA551E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA551E; }
p { color: rgb(186,85,30); }
H1.HeaderClassName
{
color: #BA551E;
}
.AnyTagClassName
{
color: #BA551E;
}
</style>
background-color css
<style>
a { background-color: #BA551E; }
a { background-color: rgb(186,85,30); }
div.DivClassName
{
background-color: #BA551E;
}
.BgClassName
{
background-color: #BA551E;
}
</style>
border-color css
<style>
span { border-color: #BA551E; }
span { border-color: rgb(186,85,30); }
td.TdClassName
{
border-color: #BA551E;
}
.TagClassName
{
border-color: #BA551E;
}
</style>