Shades of Fiery Orange #BA5A1F
Tints of Fiery Orange #BA5A1F
RGB
CMYK
RGB Variations
Color information
#BA5A1F (or 0xBA5A1F) is known color: Fiery Orange. HEX triplet: BA, 5A and 1F. RGB value is (186,90,31). Sum of RGB (Red+Green+Blue) = 186+90+31=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5A1F is #45A5E0. Grayscale: #707070. Windows color (decimal): -4564449 or 2054842. OLE color: 2054842.
HSL color Cylindrical-coordinate representation of color #BA5A1F: hue angle of 22.84º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA5A1F is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 90 | 31 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.27 |
| HSL | 22.84º | 0.71% | 0.43% | - |
| HSV(B) | 22.84º | 0.83% | 0.73% | - |
| XYZ | 24.15 | 17.85 | 3.47 | - |
| YUV | 111.98 | 82.3 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 31 | 0 | 0.52 | 0.83 | 0.27 | 22.84 | 0.71 | 0.43 |
| Hex | BA | 5A | 1F | 0 | 34 | 53 | 1B | 17 | 47 | 2B |
| Octal | 272 | 132 | 37 | 0 | 64 | 123 | 33 | 27 | 107 | 53 |
| Binary | 10111010 | 1011010 | 11111 | 0 | 110100 | 1010011 | 11011 | 10111 | 1000111 | 101011 |
Color Harmonies of #BA5A1F
Complementary color
Monochromatic Colors of #BA5A1F
Black with #BA5A1F
Text Example
Text Example
White with #BA5A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5A1F; }
p { color: rgb(186,90,31); }
H1.HeaderClassName
{
color: #BA5A1F;
}
.AnyTagClassName
{
color: #BA5A1F;
}
</style>
background-color css
<style>
a { background-color: #BA5A1F; }
a { background-color: rgb(186,90,31); }
div.DivClassName
{
background-color: #BA5A1F;
}
.BgClassName
{
background-color: #BA5A1F;
}
</style>
border-color css
<style>
span { border-color: #BA5A1F; }
span { border-color: rgb(186,90,31); }
td.TdClassName
{
border-color: #BA5A1F;
}
.TagClassName
{
border-color: #BA5A1F;
}
</style>