Shades of Sunglo #BA6054
Tints of Sunglo #BA6054
RGB
CMYK
RGB Variations
Color information
#BA6054 (or 0xBA6054) is known color: Sunglo. HEX triplet: BA, 60 and 54. RGB value is (186,96,84). Sum of RGB (Red+Green+Blue) = 186+96+84=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6054 is #459FAB. Grayscale: #797979. Windows color (decimal): -4562860 or 5529786. OLE color: 5529786.
HSL color Cylindrical-coordinate representation of color #BA6054: hue angle of 7.06º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA6054 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 84 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.27 |
| HSL | 7.06º | 0.43% | 0.53% | - |
| HSV(B) | 7.06º | 0.55% | 0.73% | - |
| XYZ | 26.03 | 19.44 | 10.77 | - |
| YUV | 121.54 | 106.82 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 84 | 0 | 0.48 | 0.55 | 0.27 | 7.06 | 0.43 | 0.53 |
| Hex | BA | 60 | 54 | 0 | 30 | 37 | 1B | 7 | 2A | 35 |
| Octal | 272 | 140 | 124 | 0 | 60 | 67 | 33 | 7 | 52 | 65 |
| Binary | 10111010 | 1100000 | 1010100 | 0 | 110000 | 110111 | 11011 | 111 | 101010 | 110101 |
Color Harmonies of #BA6054
Complementary color
Monochromatic Colors of #BA6054
Black with #BA6054
Text Example
Text Example
White with #BA6054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6054; }
p { color: rgb(186,96,84); }
H1.HeaderClassName
{
color: #BA6054;
}
.AnyTagClassName
{
color: #BA6054;
}
</style>
background-color css
<style>
a { background-color: #BA6054; }
a { background-color: rgb(186,96,84); }
div.DivClassName
{
background-color: #BA6054;
}
.BgClassName
{
background-color: #BA6054;
}
</style>
border-color css
<style>
span { border-color: #BA6054; }
span { border-color: rgb(186,96,84); }
td.TdClassName
{
border-color: #BA6054;
}
.TagClassName
{
border-color: #BA6054;
}
</style>