Shades of Sunglo #BA6559
Tints of Sunglo #BA6559
RGB
CMYK
RGB Variations
Color information
#BA6559 (or 0xBA6559) is known color: Sunglo. HEX triplet: BA, 65 and 59. RGB value is (186,101,89). Sum of RGB (Red+Green+Blue) = 186+101+89=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6559 is #459AA6. Grayscale: #7D7D7D. Windows color (decimal): -4561575 or 5858746. OLE color: 5858746.
HSL color Cylindrical-coordinate representation of color #BA6559: hue angle of 7.42º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA6559 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 89 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.27 |
| HSL | 7.42º | 0.41% | 0.54% | - |
| HSV(B) | 7.42º | 0.52% | 0.73% | - |
| XYZ | 26.71 | 20.47 | 11.99 | - |
| YUV | 125.05 | 107.66 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 89 | 0 | 0.46 | 0.52 | 0.27 | 7.42 | 0.41 | 0.54 |
| Hex | BA | 65 | 59 | 0 | 2E | 34 | 1B | 7 | 29 | 36 |
| Octal | 272 | 145 | 131 | 0 | 56 | 64 | 33 | 7 | 51 | 66 |
| Binary | 10111010 | 1100101 | 1011001 | 0 | 101110 | 110100 | 11011 | 111 | 101001 | 110110 |
Color Harmonies of #BA6559
Complementary color
Monochromatic Colors of #BA6559
Black with #BA6559
Text Example
Text Example
White with #BA6559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6559; }
p { color: rgb(186,101,89); }
H1.HeaderClassName
{
color: #BA6559;
}
.AnyTagClassName
{
color: #BA6559;
}
</style>
background-color css
<style>
a { background-color: #BA6559; }
a { background-color: rgb(186,101,89); }
div.DivClassName
{
background-color: #BA6559;
}
.BgClassName
{
background-color: #BA6559;
}
</style>
border-color css
<style>
span { border-color: #BA6559; }
span { border-color: rgb(186,101,89); }
td.TdClassName
{
border-color: #BA6559;
}
.TagClassName
{
border-color: #BA6559;
}
</style>