Shades of Sunglo #BA5F55
Tints of Sunglo #BA5F55
RGB
CMYK
RGB Variations
Color information
#BA5F55 (or 0xBA5F55) is known color: Sunglo. HEX triplet: BA, 5F and 55. RGB value is (186,95,85). Sum of RGB (Red+Green+Blue) = 186+95+85=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5F55 is #45A0AA. Grayscale: #797979. Windows color (decimal): -4563115 or 5595066. OLE color: 5595066.
HSL color Cylindrical-coordinate representation of color #BA5F55: hue angle of 5.94º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5F55 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 95 | 85 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.27 |
| HSL | 5.94º | 0.42% | 0.53% | - |
| HSV(B) | 5.94º | 0.54% | 0.73% | - |
| XYZ | 25.98 | 19.28 | 10.95 | - |
| YUV | 121.07 | 107.65 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 85 | 0 | 0.49 | 0.54 | 0.27 | 5.94 | 0.42 | 0.53 |
| Hex | BA | 5F | 55 | 0 | 31 | 36 | 1B | 6 | 2A | 35 |
| Octal | 272 | 137 | 125 | 0 | 61 | 66 | 33 | 6 | 52 | 65 |
| Binary | 10111010 | 1011111 | 1010101 | 0 | 110001 | 110110 | 11011 | 110 | 101010 | 110101 |
Color Harmonies of #BA5F55
Complementary color
Monochromatic Colors of #BA5F55
Black with #BA5F55
Text Example
Text Example
White with #BA5F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5F55; }
p { color: rgb(186,95,85); }
H1.HeaderClassName
{
color: #BA5F55;
}
.AnyTagClassName
{
color: #BA5F55;
}
</style>
background-color css
<style>
a { background-color: #BA5F55; }
a { background-color: rgb(186,95,85); }
div.DivClassName
{
background-color: #BA5F55;
}
.BgClassName
{
background-color: #BA5F55;
}
</style>
border-color css
<style>
span { border-color: #BA5F55; }
span { border-color: rgb(186,95,85); }
td.TdClassName
{
border-color: #BA5F55;
}
.TagClassName
{
border-color: #BA5F55;
}
</style>