Shades of Fiery Orange #BA551F
Tints of Fiery Orange #BA551F
RGB
CMYK
RGB Variations
Color information
#BA551F (or 0xBA551F) is known color: Fiery Orange. HEX triplet: BA, 55 and 1F. RGB value is (186,85,31). Sum of RGB (Red+Green+Blue) = 186+85+31=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA551F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA551F is #45AAE0. Grayscale: #6D6D6D. Windows color (decimal): -4565729 or 2053562. OLE color: 2053562.
HSL color Cylindrical-coordinate representation of color #BA551F: hue angle of 20.9º 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 #BA551F is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 31 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.27 |
| HSL | 20.9º | 0.71% | 0.43% | - |
| HSV(B) | 20.9º | 0.83% | 0.73% | - |
| XYZ | 23.75 | 17.04 | 3.33 | - |
| YUV | 109.04 | 83.96 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 31 | 0 | 0.54 | 0.83 | 0.27 | 20.9 | 0.71 | 0.43 |
| Hex | BA | 55 | 1F | 0 | 36 | 53 | 1B | 15 | 47 | 2B |
| Octal | 272 | 125 | 37 | 0 | 66 | 123 | 33 | 25 | 107 | 53 |
| Binary | 10111010 | 1010101 | 11111 | 0 | 110110 | 1010011 | 11011 | 10101 | 1000111 | 101011 |
Color Harmonies of #BA551F
Complementary color
Monochromatic Colors of #BA551F
Black with #BA551F
Text Example
Text Example
White with #BA551F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA551F; }
p { color: rgb(186,85,31); }
H1.HeaderClassName
{
color: #BA551F;
}
.AnyTagClassName
{
color: #BA551F;
}
</style>
background-color css
<style>
a { background-color: #BA551F; }
a { background-color: rgb(186,85,31); }
div.DivClassName
{
background-color: #BA551F;
}
.BgClassName
{
background-color: #BA551F;
}
</style>
border-color css
<style>
span { border-color: #BA551F; }
span { border-color: rgb(186,85,31); }
td.TdClassName
{
border-color: #BA551F;
}
.TagClassName
{
border-color: #BA551F;
}
</style>