Shades of Sunglo #BA5F59
Tints of Sunglo #BA5F59
RGB
CMYK
RGB Variations
Color information
#BA5F59 (or 0xBA5F59) is known color: Sunglo. HEX triplet: BA, 5F and 59. RGB value is (186,95,89). Sum of RGB (Red+Green+Blue) = 186+95+89=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5F59 is #45A0A6. Grayscale: #797979. Windows color (decimal): -4563111 or 5857210. OLE color: 5857210.
HSL color Cylindrical-coordinate representation of color #BA5F59: hue angle of 3.71º 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 #BA5F59 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 95 | 89 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.27 |
| HSL | 3.71º | 0.41% | 0.54% | - |
| HSV(B) | 3.71º | 0.52% | 0.73% | - |
| XYZ | 26.15 | 19.34 | 11.81 | - |
| YUV | 121.53 | 109.65 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 89 | 0 | 0.49 | 0.52 | 0.27 | 3.71 | 0.41 | 0.54 |
| Hex | BA | 5F | 59 | 0 | 31 | 34 | 1B | 4 | 29 | 36 |
| Octal | 272 | 137 | 131 | 0 | 61 | 64 | 33 | 4 | 51 | 66 |
| Binary | 10111010 | 1011111 | 1011001 | 0 | 110001 | 110100 | 11011 | 100 | 101001 | 110110 |
Color Harmonies of #BA5F59
Complementary color
Monochromatic Colors of #BA5F59
Black with #BA5F59
Text Example
Text Example
White with #BA5F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5F59; }
p { color: rgb(186,95,89); }
H1.HeaderClassName
{
color: #BA5F59;
}
.AnyTagClassName
{
color: #BA5F59;
}
</style>
background-color css
<style>
a { background-color: #BA5F59; }
a { background-color: rgb(186,95,89); }
div.DivClassName
{
background-color: #BA5F59;
}
.BgClassName
{
background-color: #BA5F59;
}
</style>
border-color css
<style>
span { border-color: #BA5F59; }
span { border-color: rgb(186,95,89); }
td.TdClassName
{
border-color: #BA5F59;
}
.TagClassName
{
border-color: #BA5F59;
}
</style>