Shades of Sunglo #BA6059
Tints of Sunglo #BA6059
RGB
CMYK
RGB Variations
Color information
#BA6059 (or 0xBA6059) is known color: Sunglo. HEX triplet: BA, 60 and 59. RGB value is (186,96,89). Sum of RGB (Red+Green+Blue) = 186+96+89=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6059 is #459FA6. Grayscale: #7A7A7A. Windows color (decimal): -4562855 or 5857466. OLE color: 5857466.
HSL color Cylindrical-coordinate representation of color #BA6059: hue angle of 4.33º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA6059 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 89 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.27 |
| HSL | 4.33º | 0.41% | 0.54% | - |
| HSV(B) | 4.33º | 0.52% | 0.73% | - |
| XYZ | 26.24 | 19.53 | 11.84 | - |
| YUV | 122.11 | 109.32 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 89 | 0 | 0.48 | 0.52 | 0.27 | 4.33 | 0.41 | 0.54 |
| Hex | BA | 60 | 59 | 0 | 30 | 34 | 1B | 4 | 29 | 36 |
| Octal | 272 | 140 | 131 | 0 | 60 | 64 | 33 | 4 | 51 | 66 |
| Binary | 10111010 | 1100000 | 1011001 | 0 | 110000 | 110100 | 11011 | 100 | 101001 | 110110 |
Color Harmonies of #BA6059
Complementary color
Monochromatic Colors of #BA6059
Black with #BA6059
Text Example
Text Example
White with #BA6059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6059; }
p { color: rgb(186,96,89); }
H1.HeaderClassName
{
color: #BA6059;
}
.AnyTagClassName
{
color: #BA6059;
}
</style>
background-color css
<style>
a { background-color: #BA6059; }
a { background-color: rgb(186,96,89); }
div.DivClassName
{
background-color: #BA6059;
}
.BgClassName
{
background-color: #BA6059;
}
</style>
border-color css
<style>
span { border-color: #BA6059; }
span { border-color: rgb(186,96,89); }
td.TdClassName
{
border-color: #BA6059;
}
.TagClassName
{
border-color: #BA6059;
}
</style>