Shades of Sunglo #BA655D
Tints of Sunglo #BA655D
RGB
CMYK
RGB Variations
Color information
#BA655D (or 0xBA655D) is known color: Sunglo. HEX triplet: BA, 65 and 5D. RGB value is (186,101,93). Sum of RGB (Red+Green+Blue) = 186+101+93=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA655D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA655D is #459AA2. Grayscale: #7D7D7D. Windows color (decimal): -4561571 or 6120890. OLE color: 6120890.
HSL color Cylindrical-coordinate representation of color #BA655D: hue angle of 5.16º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA655D is Cyan = 0, Magento = 0.46, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 93 | - |
| CMYK | 0 | 0.46 | 0.5 | 0.27 |
| HSL | 5.16º | 0.4% | 0.55% | - |
| HSV(B) | 5.16º | 0.5% | 0.73% | - |
| XYZ | 26.88 | 20.54 | 12.9 | - |
| YUV | 125.5 | 109.66 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 93 | 0 | 0.46 | 0.5 | 0.27 | 5.16 | 0.4 | 0.55 |
| Hex | BA | 65 | 5D | 0 | 2E | 32 | 1B | 5 | 28 | 37 |
| Octal | 272 | 145 | 135 | 0 | 56 | 62 | 33 | 5 | 50 | 67 |
| Binary | 10111010 | 1100101 | 1011101 | 0 | 101110 | 110010 | 11011 | 101 | 101000 | 110111 |
Color Harmonies of #BA655D
Complementary color
Monochromatic Colors of #BA655D
Black with #BA655D
Text Example
Text Example
White with #BA655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA655D; }
p { color: rgb(186,101,93); }
H1.HeaderClassName
{
color: #BA655D;
}
.AnyTagClassName
{
color: #BA655D;
}
</style>
background-color css
<style>
a { background-color: #BA655D; }
a { background-color: rgb(186,101,93); }
div.DivClassName
{
background-color: #BA655D;
}
.BgClassName
{
background-color: #BA655D;
}
</style>
border-color css
<style>
span { border-color: #BA655D; }
span { border-color: rgb(186,101,93); }
td.TdClassName
{
border-color: #BA655D;
}
.TagClassName
{
border-color: #BA655D;
}
</style>