Shades of Fiery Orange #BA542A
Tints of Fiery Orange #BA542A
RGB
CMYK
RGB Variations
Color information
#BA542A (or 0xBA542A) is known color: Fiery Orange. HEX triplet: BA, 54 and 2A. RGB value is (186,84,42). Sum of RGB (Red+Green+Blue) = 186+84+42=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA542A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA542A is #45ABD5. Grayscale: #6D6D6D. Windows color (decimal): -4565974 or 2774202. OLE color: 2774202.
HSL color Cylindrical-coordinate representation of color #BA542A: hue angle of 17.5º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA542A is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 42 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.27 |
| HSL | 17.5º | 0.63% | 0.45% | - |
| HSV(B) | 17.5º | 0.77% | 0.73% | - |
| XYZ | 23.84 | 16.95 | 4.21 | - |
| YUV | 109.71 | 89.79 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 42 | 0 | 0.55 | 0.77 | 0.27 | 17.5 | 0.63 | 0.45 |
| Hex | BA | 54 | 2A | 0 | 37 | 4D | 1B | 12 | 3F | 2D |
| Octal | 272 | 124 | 52 | 0 | 67 | 115 | 33 | 22 | 77 | 55 |
| Binary | 10111010 | 1010100 | 101010 | 0 | 110111 | 1001101 | 11011 | 10010 | 111111 | 101101 |
Color Harmonies of #BA542A
Complementary color
Monochromatic Colors of #BA542A
Black with #BA542A
Text Example
Text Example
White with #BA542A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA542A; }
p { color: rgb(186,84,42); }
H1.HeaderClassName
{
color: #BA542A;
}
.AnyTagClassName
{
color: #BA542A;
}
</style>
background-color css
<style>
a { background-color: #BA542A; }
a { background-color: rgb(186,84,42); }
div.DivClassName
{
background-color: #BA542A;
}
.BgClassName
{
background-color: #BA542A;
}
</style>
border-color css
<style>
span { border-color: #BA542A; }
span { border-color: rgb(186,84,42); }
td.TdClassName
{
border-color: #BA542A;
}
.TagClassName
{
border-color: #BA542A;
}
</style>