Shades of Fiery Orange #BA551D
Tints of Fiery Orange #BA551D
RGB
CMYK
RGB Variations
Color information
#BA551D (or 0xBA551D) is known color: Fiery Orange. HEX triplet: BA, 55 and 1D. RGB value is (186,85,29). Sum of RGB (Red+Green+Blue) = 186+85+29=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA551D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA551D is #45AAE2. Grayscale: #6D6D6D. Windows color (decimal): -4565731 or 1922490. OLE color: 1922490.
HSL color Cylindrical-coordinate representation of color #BA551D: hue angle of 21.4º degrees, saturation: 0.73, 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 #BA551D is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 29 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.27 |
| HSL | 21.4º | 0.73% | 0.42% | - |
| HSV(B) | 21.4º | 0.84% | 0.73% | - |
| XYZ | 23.72 | 17.02 | 3.2 | - |
| YUV | 108.82 | 82.96 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 29 | 0 | 0.54 | 0.84 | 0.27 | 21.4 | 0.73 | 0.42 |
| Hex | BA | 55 | 1D | 0 | 36 | 54 | 1B | 15 | 49 | 2A |
| Octal | 272 | 125 | 35 | 0 | 66 | 124 | 33 | 25 | 111 | 52 |
| Binary | 10111010 | 1010101 | 11101 | 0 | 110110 | 1010100 | 11011 | 10101 | 1001001 | 101010 |
Color Harmonies of #BA551D
Complementary color
Monochromatic Colors of #BA551D
Black with #BA551D
Text Example
Text Example
White with #BA551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA551D; }
p { color: rgb(186,85,29); }
H1.HeaderClassName
{
color: #BA551D;
}
.AnyTagClassName
{
color: #BA551D;
}
</style>
background-color css
<style>
a { background-color: #BA551D; }
a { background-color: rgb(186,85,29); }
div.DivClassName
{
background-color: #BA551D;
}
.BgClassName
{
background-color: #BA551D;
}
</style>
border-color css
<style>
span { border-color: #BA551D; }
span { border-color: rgb(186,85,29); }
td.TdClassName
{
border-color: #BA551D;
}
.TagClassName
{
border-color: #BA551D;
}
</style>