Shades of Sunglo #BA6657
Tints of Sunglo #BA6657
RGB
CMYK
RGB Variations
Color information
#BA6657 (or 0xBA6657) is known color: Sunglo. HEX triplet: BA, 66 and 57. RGB value is (186,102,87). Sum of RGB (Red+Green+Blue) = 186+102+87=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6657 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6657 is #4599A8. Grayscale: #7D7D7D. Windows color (decimal): -4561321 or 5727930. OLE color: 5727930.
HSL color Cylindrical-coordinate representation of color #BA6657: hue angle of 9.09º 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 #BA6657 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 87 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.27 |
| HSL | 9.09º | 0.42% | 0.54% | - |
| HSV(B) | 9.09º | 0.53% | 0.73% | - |
| XYZ | 26.72 | 20.63 | 11.59 | - |
| YUV | 125.41 | 106.33 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 87 | 0 | 0.45 | 0.53 | 0.27 | 9.09 | 0.42 | 0.54 |
| Hex | BA | 66 | 57 | 0 | 2D | 35 | 1B | 9 | 2A | 36 |
| Octal | 272 | 146 | 127 | 0 | 55 | 65 | 33 | 11 | 52 | 66 |
| Binary | 10111010 | 1100110 | 1010111 | 0 | 101101 | 110101 | 11011 | 1001 | 101010 | 110110 |
Color Harmonies of #BA6657
Complementary color
Monochromatic Colors of #BA6657
Black with #BA6657
Text Example
Text Example
White with #BA6657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6657; }
p { color: rgb(186,102,87); }
H1.HeaderClassName
{
color: #BA6657;
}
.AnyTagClassName
{
color: #BA6657;
}
</style>
background-color css
<style>
a { background-color: #BA6657; }
a { background-color: rgb(186,102,87); }
div.DivClassName
{
background-color: #BA6657;
}
.BgClassName
{
background-color: #BA6657;
}
</style>
border-color css
<style>
span { border-color: #BA6657; }
span { border-color: rgb(186,102,87); }
td.TdClassName
{
border-color: #BA6657;
}
.TagClassName
{
border-color: #BA6657;
}
</style>