Shades of Sunglo #BA6558
Tints of Sunglo #BA6558
RGB
CMYK
RGB Variations
Color information
#BA6558 (or 0xBA6558) is known color: Sunglo. HEX triplet: BA, 65 and 58. RGB value is (186,101,88). Sum of RGB (Red+Green+Blue) = 186+101+88=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6558 is #459AA7. Grayscale: #7D7D7D. Windows color (decimal): -4561576 or 5793210. OLE color: 5793210.
HSL color Cylindrical-coordinate representation of color #BA6558: hue angle of 7.96º 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 #BA6558 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 88 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.27 |
| HSL | 7.96º | 0.42% | 0.54% | - |
| HSV(B) | 7.96º | 0.53% | 0.73% | - |
| XYZ | 26.66 | 20.45 | 11.77 | - |
| YUV | 124.93 | 107.16 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 88 | 0 | 0.46 | 0.53 | 0.27 | 7.96 | 0.42 | 0.54 |
| Hex | BA | 65 | 58 | 0 | 2E | 35 | 1B | 8 | 2A | 36 |
| Octal | 272 | 145 | 130 | 0 | 56 | 65 | 33 | 10 | 52 | 66 |
| Binary | 10111010 | 1100101 | 1011000 | 0 | 101110 | 110101 | 11011 | 1000 | 101010 | 110110 |
Color Harmonies of #BA6558
Complementary color
Monochromatic Colors of #BA6558
Black with #BA6558
Text Example
Text Example
White with #BA6558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6558; }
p { color: rgb(186,101,88); }
H1.HeaderClassName
{
color: #BA6558;
}
.AnyTagClassName
{
color: #BA6558;
}
</style>
background-color css
<style>
a { background-color: #BA6558; }
a { background-color: rgb(186,101,88); }
div.DivClassName
{
background-color: #BA6558;
}
.BgClassName
{
background-color: #BA6558;
}
</style>
border-color css
<style>
span { border-color: #BA6558; }
span { border-color: rgb(186,101,88); }
td.TdClassName
{
border-color: #BA6558;
}
.TagClassName
{
border-color: #BA6558;
}
</style>