Shades of Sunglo #BA6055
Tints of Sunglo #BA6055
RGB
CMYK
RGB Variations
Color information
#BA6055 (or 0xBA6055) is known color: Sunglo. HEX triplet: BA, 60 and 55. RGB value is (186,96,85). Sum of RGB (Red+Green+Blue) = 186+96+85=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6055 is #459FAA. Grayscale: #797979. Windows color (decimal): -4562859 or 5595322. OLE color: 5595322.
HSL color Cylindrical-coordinate representation of color #BA6055: hue angle of 6.53º 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 #BA6055 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 85 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.27 |
| HSL | 6.53º | 0.42% | 0.53% | - |
| HSV(B) | 6.53º | 0.54% | 0.73% | - |
| XYZ | 26.07 | 19.46 | 10.98 | - |
| YUV | 121.66 | 107.32 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 85 | 0 | 0.48 | 0.54 | 0.27 | 6.53 | 0.42 | 0.53 |
| Hex | BA | 60 | 55 | 0 | 30 | 36 | 1B | 7 | 2A | 35 |
| Octal | 272 | 140 | 125 | 0 | 60 | 66 | 33 | 7 | 52 | 65 |
| Binary | 10111010 | 1100000 | 1010101 | 0 | 110000 | 110110 | 11011 | 111 | 101010 | 110101 |
Color Harmonies of #BA6055
Complementary color
Monochromatic Colors of #BA6055
Black with #BA6055
Text Example
Text Example
White with #BA6055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6055; }
p { color: rgb(186,96,85); }
H1.HeaderClassName
{
color: #BA6055;
}
.AnyTagClassName
{
color: #BA6055;
}
</style>
background-color css
<style>
a { background-color: #BA6055; }
a { background-color: rgb(186,96,85); }
div.DivClassName
{
background-color: #BA6055;
}
.BgClassName
{
background-color: #BA6055;
}
</style>
border-color css
<style>
span { border-color: #BA6055; }
span { border-color: rgb(186,96,85); }
td.TdClassName
{
border-color: #BA6055;
}
.TagClassName
{
border-color: #BA6055;
}
</style>