Shades of Fiery Orange #BA5B2A
Tints of Fiery Orange #BA5B2A
RGB
CMYK
RGB Variations
Color information
#BA5B2A (or 0xBA5B2A) is known color: Fiery Orange. HEX triplet: BA, 5B and 2A. RGB value is (186,91,42). Sum of RGB (Red+Green+Blue) = 186+91+42=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5B2A is #45A4D5. Grayscale: #727272. Windows color (decimal): -4564182 or 2775994. OLE color: 2775994.
HSL color Cylindrical-coordinate representation of color #BA5B2A: hue angle of 20.42º 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 #BA5B2A is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 42 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.27 |
| HSL | 20.42º | 0.63% | 0.45% | - |
| HSV(B) | 20.42º | 0.77% | 0.73% | - |
| XYZ | 24.41 | 18.09 | 4.4 | - |
| YUV | 113.82 | 87.47 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 42 | 0 | 0.51 | 0.77 | 0.27 | 20.42 | 0.63 | 0.45 |
| Hex | BA | 5B | 2A | 0 | 33 | 4D | 1B | 14 | 3F | 2D |
| Octal | 272 | 133 | 52 | 0 | 63 | 115 | 33 | 24 | 77 | 55 |
| Binary | 10111010 | 1011011 | 101010 | 0 | 110011 | 1001101 | 11011 | 10100 | 111111 | 101101 |
Color Harmonies of #BA5B2A
Complementary color
Monochromatic Colors of #BA5B2A
Black with #BA5B2A
Text Example
Text Example
White with #BA5B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B2A; }
p { color: rgb(186,91,42); }
H1.HeaderClassName
{
color: #BA5B2A;
}
.AnyTagClassName
{
color: #BA5B2A;
}
</style>
background-color css
<style>
a { background-color: #BA5B2A; }
a { background-color: rgb(186,91,42); }
div.DivClassName
{
background-color: #BA5B2A;
}
.BgClassName
{
background-color: #BA5B2A;
}
</style>
border-color css
<style>
span { border-color: #BA5B2A; }
span { border-color: rgb(186,91,42); }
td.TdClassName
{
border-color: #BA5B2A;
}
.TagClassName
{
border-color: #BA5B2A;
}
</style>