Shades of Fiery Orange #BA5229
Tints of Fiery Orange #BA5229
RGB
CMYK
RGB Variations
Color information
#BA5229 (or 0xBA5229) is known color: Fiery Orange. HEX triplet: BA, 52 and 29. RGB value is (186,82,41). Sum of RGB (Red+Green+Blue) = 186+82+41=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5229 is #45ADD6. Grayscale: #6C6C6C. Windows color (decimal): -4566487 or 2708154. OLE color: 2708154.
HSL color Cylindrical-coordinate representation of color #BA5229: hue angle of 16.97º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA5229 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 41 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.27 |
| HSL | 16.97º | 0.64% | 0.45% | - |
| HSV(B) | 16.97º | 0.78% | 0.73% | - |
| XYZ | 23.67 | 16.63 | 4.06 | - |
| YUV | 108.42 | 89.96 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 41 | 0 | 0.56 | 0.78 | 0.27 | 16.97 | 0.64 | 0.45 |
| Hex | BA | 52 | 29 | 0 | 38 | 4E | 1B | 11 | 40 | 2D |
| Octal | 272 | 122 | 51 | 0 | 70 | 116 | 33 | 21 | 100 | 55 |
| Binary | 10111010 | 1010010 | 101001 | 0 | 111000 | 1001110 | 11011 | 10001 | 1000000 | 101101 |
Color Harmonies of #BA5229
Complementary color
Monochromatic Colors of #BA5229
Black with #BA5229
Text Example
Text Example
White with #BA5229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5229; }
p { color: rgb(186,82,41); }
H1.HeaderClassName
{
color: #BA5229;
}
.AnyTagClassName
{
color: #BA5229;
}
</style>
background-color css
<style>
a { background-color: #BA5229; }
a { background-color: rgb(186,82,41); }
div.DivClassName
{
background-color: #BA5229;
}
.BgClassName
{
background-color: #BA5229;
}
</style>
border-color css
<style>
span { border-color: #BA5229; }
span { border-color: rgb(186,82,41); }
td.TdClassName
{
border-color: #BA5229;
}
.TagClassName
{
border-color: #BA5229;
}
</style>