Shades of Sunglo #BA6858
Tints of Sunglo #BA6858
RGB
CMYK
RGB Variations
Color information
#BA6858 (or 0xBA6858) is known color: Sunglo. HEX triplet: BA, 68 and 58. RGB value is (186,104,88). Sum of RGB (Red+Green+Blue) = 186+104+88=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6858 is #4597A7. Grayscale: #7E7E7E. Windows color (decimal): -4560808 or 5793978. OLE color: 5793978.
HSL color Cylindrical-coordinate representation of color #BA6858: hue angle of 9.8º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA6858 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 104 | 88 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.27 |
| HSL | 9.8º | 0.42% | 0.54% | - |
| HSV(B) | 9.8º | 0.53% | 0.73% | - |
| XYZ | 26.96 | 21.04 | 11.87 | - |
| YUV | 126.69 | 106.17 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 88 | 0 | 0.44 | 0.53 | 0.27 | 9.8 | 0.42 | 0.54 |
| Hex | BA | 68 | 58 | 0 | 2C | 35 | 1B | A | 2A | 36 |
| Octal | 272 | 150 | 130 | 0 | 54 | 65 | 33 | 12 | 52 | 66 |
| Binary | 10111010 | 1101000 | 1011000 | 0 | 101100 | 110101 | 11011 | 1010 | 101010 | 110110 |
Color Harmonies of #BA6858
Complementary color
Monochromatic Colors of #BA6858
Black with #BA6858
Text Example
Text Example
White with #BA6858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6858; }
p { color: rgb(186,104,88); }
H1.HeaderClassName
{
color: #BA6858;
}
.AnyTagClassName
{
color: #BA6858;
}
</style>
background-color css
<style>
a { background-color: #BA6858; }
a { background-color: rgb(186,104,88); }
div.DivClassName
{
background-color: #BA6858;
}
.BgClassName
{
background-color: #BA6858;
}
</style>
border-color css
<style>
span { border-color: #BA6858; }
span { border-color: rgb(186,104,88); }
td.TdClassName
{
border-color: #BA6858;
}
.TagClassName
{
border-color: #BA6858;
}
</style>