Shades of Sunglo #BA6856
Tints of Sunglo #BA6856
RGB
CMYK
RGB Variations
Color information
#BA6856 (or 0xBA6856) is known color: Sunglo. HEX triplet: BA, 68 and 56. RGB value is (186,104,86). Sum of RGB (Red+Green+Blue) = 186+104+86=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6856 is #4597A9. Grayscale: #7E7E7E. Windows color (decimal): -4560810 or 5662906. OLE color: 5662906.
HSL color Cylindrical-coordinate representation of color #BA6856: hue angle of 10.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA6856 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 104 | 86 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.27 |
| HSL | 10.8º | 0.42% | 0.53% | - |
| HSV(B) | 10.8º | 0.54% | 0.73% | - |
| XYZ | 26.88 | 21.01 | 11.44 | - |
| YUV | 126.47 | 105.17 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 86 | 0 | 0.44 | 0.54 | 0.27 | 10.8 | 0.42 | 0.53 |
| Hex | BA | 68 | 56 | 0 | 2C | 36 | 1B | B | 2A | 35 |
| Octal | 272 | 150 | 126 | 0 | 54 | 66 | 33 | 13 | 52 | 65 |
| Binary | 10111010 | 1101000 | 1010110 | 0 | 101100 | 110110 | 11011 | 1011 | 101010 | 110101 |
Color Harmonies of #BA6856
Complementary color
Monochromatic Colors of #BA6856
Black with #BA6856
Text Example
Text Example
White with #BA6856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6856; }
p { color: rgb(186,104,86); }
H1.HeaderClassName
{
color: #BA6856;
}
.AnyTagClassName
{
color: #BA6856;
}
</style>
background-color css
<style>
a { background-color: #BA6856; }
a { background-color: rgb(186,104,86); }
div.DivClassName
{
background-color: #BA6856;
}
.BgClassName
{
background-color: #BA6856;
}
</style>
border-color css
<style>
span { border-color: #BA6856; }
span { border-color: rgb(186,104,86); }
td.TdClassName
{
border-color: #BA6856;
}
.TagClassName
{
border-color: #BA6856;
}
</style>