Shades of Fiery Orange #BA542C
Tints of Fiery Orange #BA542C
RGB
CMYK
RGB Variations
Color information
#BA542C (or 0xBA542C) is known color: Fiery Orange. HEX triplet: BA, 54 and 2C. RGB value is (186,84,44). Sum of RGB (Red+Green+Blue) = 186+84+44=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA542C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA542C is #45ABD3. Grayscale: #6E6E6E. Windows color (decimal): -4565972 or 2905274. OLE color: 2905274.
HSL color Cylindrical-coordinate representation of color #BA542C: hue angle of 16.9º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA542C is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 44 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.27 |
| HSL | 16.9º | 0.62% | 0.45% | - |
| HSV(B) | 16.9º | 0.76% | 0.73% | - |
| XYZ | 23.87 | 16.96 | 4.4 | - |
| YUV | 109.94 | 90.79 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 44 | 0 | 0.55 | 0.76 | 0.27 | 16.9 | 0.62 | 0.45 |
| Hex | BA | 54 | 2C | 0 | 37 | 4C | 1B | 11 | 3E | 2D |
| Octal | 272 | 124 | 54 | 0 | 67 | 114 | 33 | 21 | 76 | 55 |
| Binary | 10111010 | 1010100 | 101100 | 0 | 110111 | 1001100 | 11011 | 10001 | 111110 | 101101 |
Color Harmonies of #BA542C
Complementary color
Monochromatic Colors of #BA542C
Black with #BA542C
Text Example
Text Example
White with #BA542C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA542C; }
p { color: rgb(186,84,44); }
H1.HeaderClassName
{
color: #BA542C;
}
.AnyTagClassName
{
color: #BA542C;
}
</style>
background-color css
<style>
a { background-color: #BA542C; }
a { background-color: rgb(186,84,44); }
div.DivClassName
{
background-color: #BA542C;
}
.BgClassName
{
background-color: #BA542C;
}
</style>
border-color css
<style>
span { border-color: #BA542C; }
span { border-color: rgb(186,84,44); }
td.TdClassName
{
border-color: #BA542C;
}
.TagClassName
{
border-color: #BA542C;
}
</style>