Shades of Fiery Orange #BA5527
Tints of Fiery Orange #BA5527
RGB
CMYK
RGB Variations
Color information
#BA5527 (or 0xBA5527) is known color: Fiery Orange. HEX triplet: BA, 55 and 27. RGB value is (186,85,39). Sum of RGB (Red+Green+Blue) = 186+85+39=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5527 is #45AAD8. Grayscale: #6E6E6E. Windows color (decimal): -4565721 or 2577850. OLE color: 2577850.
HSL color Cylindrical-coordinate representation of color #BA5527: hue angle of 18.78º 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 #BA5527 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 39 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.27 |
| HSL | 18.78º | 0.65% | 0.44% | - |
| HSV(B) | 18.78º | 0.79% | 0.73% | - |
| XYZ | 23.86 | 17.08 | 3.96 | - |
| YUV | 109.96 | 87.96 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 39 | 0 | 0.54 | 0.79 | 0.27 | 18.78 | 0.65 | 0.44 |
| Hex | BA | 55 | 27 | 0 | 36 | 4F | 1B | 13 | 41 | 2C |
| Octal | 272 | 125 | 47 | 0 | 66 | 117 | 33 | 23 | 101 | 54 |
| Binary | 10111010 | 1010101 | 100111 | 0 | 110110 | 1001111 | 11011 | 10011 | 1000001 | 101100 |
Color Harmonies of #BA5527
Complementary color
Monochromatic Colors of #BA5527
Black with #BA5527
Text Example
Text Example
White with #BA5527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5527; }
p { color: rgb(186,85,39); }
H1.HeaderClassName
{
color: #BA5527;
}
.AnyTagClassName
{
color: #BA5527;
}
</style>
background-color css
<style>
a { background-color: #BA5527; }
a { background-color: rgb(186,85,39); }
div.DivClassName
{
background-color: #BA5527;
}
.BgClassName
{
background-color: #BA5527;
}
</style>
border-color css
<style>
span { border-color: #BA5527; }
span { border-color: rgb(186,85,39); }
td.TdClassName
{
border-color: #BA5527;
}
.TagClassName
{
border-color: #BA5527;
}
</style>