Shades of Sunglo #BA6159
Tints of Sunglo #BA6159
RGB
CMYK
RGB Variations
Color information
#BA6159 (or 0xBA6159) is known color: Sunglo. HEX triplet: BA, 61 and 59. RGB value is (186,97,89). Sum of RGB (Red+Green+Blue) = 186+97+89=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6159 is #459EA6. Grayscale: #7A7A7A. Windows color (decimal): -4562599 or 5857722. OLE color: 5857722.
HSL color Cylindrical-coordinate representation of color #BA6159: hue angle of 4.95º 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 #BA6159 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 89 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.27 |
| HSL | 4.95º | 0.41% | 0.54% | - |
| HSV(B) | 4.95º | 0.52% | 0.73% | - |
| XYZ | 26.33 | 19.71 | 11.87 | - |
| YUV | 122.7 | 108.99 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 89 | 0 | 0.48 | 0.52 | 0.27 | 4.95 | 0.41 | 0.54 |
| Hex | BA | 61 | 59 | 0 | 30 | 34 | 1B | 5 | 29 | 36 |
| Octal | 272 | 141 | 131 | 0 | 60 | 64 | 33 | 5 | 51 | 66 |
| Binary | 10111010 | 1100001 | 1011001 | 0 | 110000 | 110100 | 11011 | 101 | 101001 | 110110 |
Color Harmonies of #BA6159
Complementary color
Monochromatic Colors of #BA6159
Black with #BA6159
Text Example
Text Example
White with #BA6159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6159; }
p { color: rgb(186,97,89); }
H1.HeaderClassName
{
color: #BA6159;
}
.AnyTagClassName
{
color: #BA6159;
}
</style>
background-color css
<style>
a { background-color: #BA6159; }
a { background-color: rgb(186,97,89); }
div.DivClassName
{
background-color: #BA6159;
}
.BgClassName
{
background-color: #BA6159;
}
</style>
border-color css
<style>
span { border-color: #BA6159; }
span { border-color: rgb(186,97,89); }
td.TdClassName
{
border-color: #BA6159;
}
.TagClassName
{
border-color: #BA6159;
}
</style>