Shades of Fiery Orange #BA552F
Tints of Fiery Orange #BA552F
RGB
CMYK
RGB Variations
Color information
#BA552F (or 0xBA552F) is known color: Fiery Orange. HEX triplet: BA, 55 and 2F. RGB value is (186,85,47). Sum of RGB (Red+Green+Blue) = 186+85+47=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA552F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA552F is #45AAD0. Grayscale: #6F6F6F. Windows color (decimal): -4565713 or 3102138. OLE color: 3102138.
HSL color Cylindrical-coordinate representation of color #BA552F: hue angle of 16.4º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA552F is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 47 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.27 |
| HSL | 16.4º | 0.6% | 0.46% | - |
| HSV(B) | 16.4º | 0.75% | 0.73% | - |
| XYZ | 24.01 | 17.14 | 4.73 | - |
| YUV | 110.87 | 91.96 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 47 | 0 | 0.54 | 0.75 | 0.27 | 16.4 | 0.6 | 0.46 |
| Hex | BA | 55 | 2F | 0 | 36 | 4B | 1B | 10 | 3C | 2E |
| Octal | 272 | 125 | 57 | 0 | 66 | 113 | 33 | 20 | 74 | 56 |
| Binary | 10111010 | 1010101 | 101111 | 0 | 110110 | 1001011 | 11011 | 10000 | 111100 | 101110 |
Color Harmonies of #BA552F
Complementary color
Monochromatic Colors of #BA552F
Black with #BA552F
Text Example
Text Example
White with #BA552F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA552F; }
p { color: rgb(186,85,47); }
H1.HeaderClassName
{
color: #BA552F;
}
.AnyTagClassName
{
color: #BA552F;
}
</style>
background-color css
<style>
a { background-color: #BA552F; }
a { background-color: rgb(186,85,47); }
div.DivClassName
{
background-color: #BA552F;
}
.BgClassName
{
background-color: #BA552F;
}
</style>
border-color css
<style>
span { border-color: #BA552F; }
span { border-color: rgb(186,85,47); }
td.TdClassName
{
border-color: #BA552F;
}
.TagClassName
{
border-color: #BA552F;
}
</style>