Shades of Fiery Orange #BA5B27
Tints of Fiery Orange #BA5B27
RGB
CMYK
RGB Variations
Color information
#BA5B27 (or 0xBA5B27) is known color: Fiery Orange. HEX triplet: BA, 5B and 27. RGB value is (186,91,39). Sum of RGB (Red+Green+Blue) = 186+91+39=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 39 (15.62% from 255 or 12.34% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5B27 is #45A4D8. Grayscale: #717171. Windows color (decimal): -4564185 or 2579386. OLE color: 2579386.
HSL color Cylindrical-coordinate representation of color #BA5B27: hue angle of 21.22º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA5B27 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 39 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.27 |
| HSL | 21.22º | 0.65% | 0.44% | - |
| HSV(B) | 21.22º | 0.79% | 0.73% | - |
| XYZ | 24.36 | 18.07 | 4.12 | - |
| YUV | 113.48 | 85.97 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 39 | 0 | 0.51 | 0.79 | 0.27 | 21.22 | 0.65 | 0.44 |
| Hex | BA | 5B | 27 | 0 | 33 | 4F | 1B | 15 | 41 | 2C |
| Octal | 272 | 133 | 47 | 0 | 63 | 117 | 33 | 25 | 101 | 54 |
| Binary | 10111010 | 1011011 | 100111 | 0 | 110011 | 1001111 | 11011 | 10101 | 1000001 | 101100 |
Color Harmonies of #BA5B27
Complementary color
Monochromatic Colors of #BA5B27
Black with #BA5B27
Text Example
Text Example
White with #BA5B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B27; }
p { color: rgb(186,91,39); }
H1.HeaderClassName
{
color: #BA5B27;
}
.AnyTagClassName
{
color: #BA5B27;
}
</style>
background-color css
<style>
a { background-color: #BA5B27; }
a { background-color: rgb(186,91,39); }
div.DivClassName
{
background-color: #BA5B27;
}
.BgClassName
{
background-color: #BA5B27;
}
</style>
border-color css
<style>
span { border-color: #BA5B27; }
span { border-color: rgb(186,91,39); }
td.TdClassName
{
border-color: #BA5B27;
}
.TagClassName
{
border-color: #BA5B27;
}
</style>