Shades of Sunglo #BA655B
Tints of Sunglo #BA655B
RGB
CMYK
RGB Variations
Color information
#BA655B (or 0xBA655B) is known color: Sunglo. HEX triplet: BA, 65 and 5B. RGB value is (186,101,91). Sum of RGB (Red+Green+Blue) = 186+101+91=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA655B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA655B is #459AA4. Grayscale: #7D7D7D. Windows color (decimal): -4561573 or 5989818. OLE color: 5989818.
HSL color Cylindrical-coordinate representation of color #BA655B: hue angle of 6.32º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA655B is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 91 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.27 |
| HSL | 6.32º | 0.41% | 0.54% | - |
| HSV(B) | 6.32º | 0.51% | 0.73% | - |
| XYZ | 26.79 | 20.5 | 12.44 | - |
| YUV | 125.28 | 108.66 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 91 | 0 | 0.46 | 0.51 | 0.27 | 6.32 | 0.41 | 0.54 |
| Hex | BA | 65 | 5B | 0 | 2E | 33 | 1B | 6 | 29 | 36 |
| Octal | 272 | 145 | 133 | 0 | 56 | 63 | 33 | 6 | 51 | 66 |
| Binary | 10111010 | 1100101 | 1011011 | 0 | 101110 | 110011 | 11011 | 110 | 101001 | 110110 |
Color Harmonies of #BA655B
Complementary color
Monochromatic Colors of #BA655B
Black with #BA655B
Text Example
Text Example
White with #BA655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA655B; }
p { color: rgb(186,101,91); }
H1.HeaderClassName
{
color: #BA655B;
}
.AnyTagClassName
{
color: #BA655B;
}
</style>
background-color css
<style>
a { background-color: #BA655B; }
a { background-color: rgb(186,101,91); }
div.DivClassName
{
background-color: #BA655B;
}
.BgClassName
{
background-color: #BA655B;
}
</style>
border-color css
<style>
span { border-color: #BA655B; }
span { border-color: rgb(186,101,91); }
td.TdClassName
{
border-color: #BA655B;
}
.TagClassName
{
border-color: #BA655B;
}
</style>