Shades of Sunglo #BA6359
Tints of Sunglo #BA6359
RGB
CMYK
RGB Variations
Color information
#BA6359 (or 0xBA6359) is known color: Sunglo. HEX triplet: BA, 63 and 59. RGB value is (186,99,89). Sum of RGB (Red+Green+Blue) = 186+99+89=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6359 is #459CA6. Grayscale: #7C7C7C. Windows color (decimal): -4562087 or 5858234. OLE color: 5858234.
HSL color Cylindrical-coordinate representation of color #BA6359: hue angle of 6.19º 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 #BA6359 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 99 | 89 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.27 |
| HSL | 6.19º | 0.41% | 0.54% | - |
| HSV(B) | 6.19º | 0.52% | 0.73% | - |
| XYZ | 26.51 | 20.08 | 11.93 | - |
| YUV | 123.87 | 108.32 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 89 | 0 | 0.47 | 0.52 | 0.27 | 6.19 | 0.41 | 0.54 |
| Hex | BA | 63 | 59 | 0 | 2F | 34 | 1B | 6 | 29 | 36 |
| Octal | 272 | 143 | 131 | 0 | 57 | 64 | 33 | 6 | 51 | 66 |
| Binary | 10111010 | 1100011 | 1011001 | 0 | 101111 | 110100 | 11011 | 110 | 101001 | 110110 |
Color Harmonies of #BA6359
Complementary color
Monochromatic Colors of #BA6359
Black with #BA6359
Text Example
Text Example
White with #BA6359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6359; }
p { color: rgb(186,99,89); }
H1.HeaderClassName
{
color: #BA6359;
}
.AnyTagClassName
{
color: #BA6359;
}
</style>
background-color css
<style>
a { background-color: #BA6359; }
a { background-color: rgb(186,99,89); }
div.DivClassName
{
background-color: #BA6359;
}
.BgClassName
{
background-color: #BA6359;
}
</style>
border-color css
<style>
span { border-color: #BA6359; }
span { border-color: rgb(186,99,89); }
td.TdClassName
{
border-color: #BA6359;
}
.TagClassName
{
border-color: #BA6359;
}
</style>