Shades of Sunglo #BA6655
Tints of Sunglo #BA6655
RGB
CMYK
RGB Variations
Color information
#BA6655 (or 0xBA6655) is known color: Sunglo. HEX triplet: BA, 66 and 55. RGB value is (186,102,85). Sum of RGB (Red+Green+Blue) = 186+102+85=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6655 is #4599AA. Grayscale: #7D7D7D. Windows color (decimal): -4561323 or 5596858. OLE color: 5596858.
HSL color Cylindrical-coordinate representation of color #BA6655: hue angle of 10.1º 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 #BA6655 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 85 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.27 |
| HSL | 10.1º | 0.42% | 0.53% | - |
| HSV(B) | 10.1º | 0.54% | 0.73% | - |
| XYZ | 26.64 | 20.6 | 11.17 | - |
| YUV | 125.18 | 105.33 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 85 | 0 | 0.45 | 0.54 | 0.27 | 10.1 | 0.42 | 0.53 |
| Hex | BA | 66 | 55 | 0 | 2D | 36 | 1B | A | 2A | 35 |
| Octal | 272 | 146 | 125 | 0 | 55 | 66 | 33 | 12 | 52 | 65 |
| Binary | 10111010 | 1100110 | 1010101 | 0 | 101101 | 110110 | 11011 | 1010 | 101010 | 110101 |
Color Harmonies of #BA6655
Complementary color
Monochromatic Colors of #BA6655
Black with #BA6655
Text Example
Text Example
White with #BA6655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6655; }
p { color: rgb(186,102,85); }
H1.HeaderClassName
{
color: #BA6655;
}
.AnyTagClassName
{
color: #BA6655;
}
</style>
background-color css
<style>
a { background-color: #BA6655; }
a { background-color: rgb(186,102,85); }
div.DivClassName
{
background-color: #BA6655;
}
.BgClassName
{
background-color: #BA6655;
}
</style>
border-color css
<style>
span { border-color: #BA6655; }
span { border-color: rgb(186,102,85); }
td.TdClassName
{
border-color: #BA6655;
}
.TagClassName
{
border-color: #BA6655;
}
</style>