Shades of Fiery Orange #BA551B
Tints of Fiery Orange #BA551B
RGB
CMYK
RGB Variations
Color information
#BA551B (or 0xBA551B) is known color: Fiery Orange. HEX triplet: BA, 55 and 1B. RGB value is (186,85,27). Sum of RGB (Red+Green+Blue) = 186+85+27=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA551B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA551B is #45AAE4. Grayscale: #6C6C6C. Windows color (decimal): -4565733 or 1791418. OLE color: 1791418.
HSL color Cylindrical-coordinate representation of color #BA551B: hue angle of 21.89º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA551B is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 27 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.27 |
| HSL | 21.89º | 0.75% | 0.42% | - |
| HSV(B) | 21.89º | 0.85% | 0.73% | - |
| XYZ | 23.7 | 17.02 | 3.07 | - |
| YUV | 108.59 | 81.96 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 27 | 0 | 0.54 | 0.85 | 0.27 | 21.89 | 0.75 | 0.42 |
| Hex | BA | 55 | 1B | 0 | 36 | 55 | 1B | 16 | 4B | 2A |
| Octal | 272 | 125 | 33 | 0 | 66 | 125 | 33 | 26 | 113 | 52 |
| Binary | 10111010 | 1010101 | 11011 | 0 | 110110 | 1010101 | 11011 | 10110 | 1001011 | 101010 |
Color Harmonies of #BA551B
Complementary color
Monochromatic Colors of #BA551B
Black with #BA551B
Text Example
Text Example
White with #BA551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA551B; }
p { color: rgb(186,85,27); }
H1.HeaderClassName
{
color: #BA551B;
}
.AnyTagClassName
{
color: #BA551B;
}
</style>
background-color css
<style>
a { background-color: #BA551B; }
a { background-color: rgb(186,85,27); }
div.DivClassName
{
background-color: #BA551B;
}
.BgClassName
{
background-color: #BA551B;
}
</style>
border-color css
<style>
span { border-color: #BA551B; }
span { border-color: rgb(186,85,27); }
td.TdClassName
{
border-color: #BA551B;
}
.TagClassName
{
border-color: #BA551B;
}
</style>