Shades of Sunglo #BA6556
Tints of Sunglo #BA6556
RGB
CMYK
RGB Variations
Color information
#BA6556 (or 0xBA6556) is known color: Sunglo. HEX triplet: BA, 65 and 56. RGB value is (186,101,86). Sum of RGB (Red+Green+Blue) = 186+101+86=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6556 is #459AA9. Grayscale: #7C7C7C. Windows color (decimal): -4561578 or 5662138. OLE color: 5662138.
HSL color Cylindrical-coordinate representation of color #BA6556: hue angle of 9º 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 #BA6556 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 86 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.27 |
| HSL | 9º | 0.42% | 0.53% | - |
| HSV(B) | 9º | 0.54% | 0.73% | - |
| XYZ | 26.58 | 20.42 | 11.34 | - |
| YUV | 124.71 | 106.16 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 86 | 0 | 0.46 | 0.54 | 0.27 | 9 | 0.42 | 0.53 |
| Hex | BA | 65 | 56 | 0 | 2E | 36 | 1B | 9 | 2A | 35 |
| Octal | 272 | 145 | 126 | 0 | 56 | 66 | 33 | 11 | 52 | 65 |
| Binary | 10111010 | 1100101 | 1010110 | 0 | 101110 | 110110 | 11011 | 1001 | 101010 | 110101 |
Color Harmonies of #BA6556
Complementary color
Monochromatic Colors of #BA6556
Black with #BA6556
Text Example
Text Example
White with #BA6556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6556; }
p { color: rgb(186,101,86); }
H1.HeaderClassName
{
color: #BA6556;
}
.AnyTagClassName
{
color: #BA6556;
}
</style>
background-color css
<style>
a { background-color: #BA6556; }
a { background-color: rgb(186,101,86); }
div.DivClassName
{
background-color: #BA6556;
}
.BgClassName
{
background-color: #BA6556;
}
</style>
border-color css
<style>
span { border-color: #BA6556; }
span { border-color: rgb(186,101,86); }
td.TdClassName
{
border-color: #BA6556;
}
.TagClassName
{
border-color: #BA6556;
}
</style>