Shades of Sunglo #BA6759
Tints of Sunglo #BA6759
RGB
CMYK
RGB Variations
Color information
#BA6759 (or 0xBA6759) is known color: Sunglo. HEX triplet: BA, 67 and 59. RGB value is (186,103,89). Sum of RGB (Red+Green+Blue) = 186+103+89=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6759 is #4598A6. Grayscale: #7E7E7E. Windows color (decimal): -4561063 or 5859258. OLE color: 5859258.
HSL color Cylindrical-coordinate representation of color #BA6759: hue angle of 8.66º 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 #BA6759 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 89 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.27 |
| HSL | 8.66º | 0.41% | 0.54% | - |
| HSV(B) | 8.66º | 0.52% | 0.73% | - |
| XYZ | 26.9 | 20.86 | 12.06 | - |
| YUV | 126.22 | 107 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 89 | 0 | 0.45 | 0.52 | 0.27 | 8.66 | 0.41 | 0.54 |
| Hex | BA | 67 | 59 | 0 | 2D | 34 | 1B | 9 | 29 | 36 |
| Octal | 272 | 147 | 131 | 0 | 55 | 64 | 33 | 11 | 51 | 66 |
| Binary | 10111010 | 1100111 | 1011001 | 0 | 101101 | 110100 | 11011 | 1001 | 101001 | 110110 |
Color Harmonies of #BA6759
Complementary color
Monochromatic Colors of #BA6759
Black with #BA6759
Text Example
Text Example
White with #BA6759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6759; }
p { color: rgb(186,103,89); }
H1.HeaderClassName
{
color: #BA6759;
}
.AnyTagClassName
{
color: #BA6759;
}
</style>
background-color css
<style>
a { background-color: #BA6759; }
a { background-color: rgb(186,103,89); }
div.DivClassName
{
background-color: #BA6759;
}
.BgClassName
{
background-color: #BA6759;
}
</style>
border-color css
<style>
span { border-color: #BA6759; }
span { border-color: rgb(186,103,89); }
td.TdClassName
{
border-color: #BA6759;
}
.TagClassName
{
border-color: #BA6759;
}
</style>