Shades of Fiery Orange #BA5A2A
Tints of Fiery Orange #BA5A2A
RGB
CMYK
RGB Variations
Color information
#BA5A2A (or 0xBA5A2A) is known color: Fiery Orange. HEX triplet: BA, 5A and 2A. RGB value is (186,90,42). Sum of RGB (Red+Green+Blue) = 186+90+42=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5A2A is #45A5D5. Grayscale: #717171. Windows color (decimal): -4564438 or 2775738. OLE color: 2775738.
HSL color Cylindrical-coordinate representation of color #BA5A2A: hue angle of 20º 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 #BA5A2A is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 90 | 42 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.27 |
| HSL | 20º | 0.63% | 0.45% | - |
| HSV(B) | 20º | 0.77% | 0.73% | - |
| XYZ | 24.32 | 17.92 | 4.37 | - |
| YUV | 113.23 | 87.8 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 42 | 0 | 0.52 | 0.77 | 0.27 | 20 | 0.63 | 0.45 |
| Hex | BA | 5A | 2A | 0 | 34 | 4D | 1B | 14 | 3F | 2D |
| Octal | 272 | 132 | 52 | 0 | 64 | 115 | 33 | 24 | 77 | 55 |
| Binary | 10111010 | 1011010 | 101010 | 0 | 110100 | 1001101 | 11011 | 10100 | 111111 | 101101 |
Color Harmonies of #BA5A2A
Complementary color
Monochromatic Colors of #BA5A2A
Black with #BA5A2A
Text Example
Text Example
White with #BA5A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5A2A; }
p { color: rgb(186,90,42); }
H1.HeaderClassName
{
color: #BA5A2A;
}
.AnyTagClassName
{
color: #BA5A2A;
}
</style>
background-color css
<style>
a { background-color: #BA5A2A; }
a { background-color: rgb(186,90,42); }
div.DivClassName
{
background-color: #BA5A2A;
}
.BgClassName
{
background-color: #BA5A2A;
}
</style>
border-color css
<style>
span { border-color: #BA5A2A; }
span { border-color: rgb(186,90,42); }
td.TdClassName
{
border-color: #BA5A2A;
}
.TagClassName
{
border-color: #BA5A2A;
}
</style>