Shades of Fiery Orange #BA532F
Tints of Fiery Orange #BA532F
RGB
CMYK
RGB Variations
Color information
#BA532F (or 0xBA532F) is known color: Fiery Orange. HEX triplet: BA, 53 and 2F. RGB value is (186,83,47). Sum of RGB (Red+Green+Blue) = 186+83+47=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA532F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA532F is #45ACD0. Grayscale: #6D6D6D. Windows color (decimal): -4566225 or 3101626. OLE color: 3101626.
HSL color Cylindrical-coordinate representation of color #BA532F: hue angle of 15.54º 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 #BA532F is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 47 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.27 |
| HSL | 15.54º | 0.6% | 0.46% | - |
| HSV(B) | 15.54º | 0.75% | 0.73% | - |
| XYZ | 23.86 | 16.83 | 4.68 | - |
| YUV | 109.69 | 92.62 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 47 | 0 | 0.55 | 0.75 | 0.27 | 15.54 | 0.6 | 0.46 |
| Hex | BA | 53 | 2F | 0 | 37 | 4B | 1B | 10 | 3C | 2E |
| Octal | 272 | 123 | 57 | 0 | 67 | 113 | 33 | 20 | 74 | 56 |
| Binary | 10111010 | 1010011 | 101111 | 0 | 110111 | 1001011 | 11011 | 10000 | 111100 | 101110 |
Color Harmonies of #BA532F
Complementary color
Monochromatic Colors of #BA532F
Black with #BA532F
Text Example
Text Example
White with #BA532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA532F; }
p { color: rgb(186,83,47); }
H1.HeaderClassName
{
color: #BA532F;
}
.AnyTagClassName
{
color: #BA532F;
}
</style>
background-color css
<style>
a { background-color: #BA532F; }
a { background-color: rgb(186,83,47); }
div.DivClassName
{
background-color: #BA532F;
}
.BgClassName
{
background-color: #BA532F;
}
</style>
border-color css
<style>
span { border-color: #BA532F; }
span { border-color: rgb(186,83,47); }
td.TdClassName
{
border-color: #BA532F;
}
.TagClassName
{
border-color: #BA532F;
}
</style>