Shades of Sunglo #BA6557
Tints of Sunglo #BA6557
RGB
CMYK
RGB Variations
Color information
#BA6557 (or 0xBA6557) is known color: Sunglo. HEX triplet: BA, 65 and 57. RGB value is (186,101,87). Sum of RGB (Red+Green+Blue) = 186+101+87=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6557 is #459AA8. Grayscale: #7C7C7C. Windows color (decimal): -4561577 or 5727674. OLE color: 5727674.
HSL color Cylindrical-coordinate representation of color #BA6557: hue angle of 8.48º 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 #BA6557 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 87 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.27 |
| HSL | 8.48º | 0.42% | 0.54% | - |
| HSV(B) | 8.48º | 0.53% | 0.73% | - |
| XYZ | 26.62 | 20.43 | 11.56 | - |
| YUV | 124.82 | 106.66 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 87 | 0 | 0.46 | 0.53 | 0.27 | 8.48 | 0.42 | 0.54 |
| Hex | BA | 65 | 57 | 0 | 2E | 35 | 1B | 8 | 2A | 36 |
| Octal | 272 | 145 | 127 | 0 | 56 | 65 | 33 | 10 | 52 | 66 |
| Binary | 10111010 | 1100101 | 1010111 | 0 | 101110 | 110101 | 11011 | 1000 | 101010 | 110110 |
Color Harmonies of #BA6557
Complementary color
Monochromatic Colors of #BA6557
Black with #BA6557
Text Example
Text Example
White with #BA6557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6557; }
p { color: rgb(186,101,87); }
H1.HeaderClassName
{
color: #BA6557;
}
.AnyTagClassName
{
color: #BA6557;
}
</style>
background-color css
<style>
a { background-color: #BA6557; }
a { background-color: rgb(186,101,87); }
div.DivClassName
{
background-color: #BA6557;
}
.BgClassName
{
background-color: #BA6557;
}
</style>
border-color css
<style>
span { border-color: #BA6557; }
span { border-color: rgb(186,101,87); }
td.TdClassName
{
border-color: #BA6557;
}
.TagClassName
{
border-color: #BA6557;
}
</style>