Shades of Sunglo #BA665C
Tints of Sunglo #BA665C
RGB
CMYK
RGB Variations
Color information
#BA665C (or 0xBA665C) is known color: Sunglo. HEX triplet: BA, 66 and 5C. RGB value is (186,102,92). Sum of RGB (Red+Green+Blue) = 186+102+92=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA665C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA665C is #4599A3. Grayscale: #7E7E7E. Windows color (decimal): -4561316 or 6055610. OLE color: 6055610.
HSL color Cylindrical-coordinate representation of color #BA665C: hue angle of 6.38º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA665C is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 92 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.27 |
| HSL | 6.38º | 0.41% | 0.55% | - |
| HSV(B) | 6.38º | 0.51% | 0.73% | - |
| XYZ | 26.93 | 20.71 | 12.7 | - |
| YUV | 125.98 | 108.83 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 92 | 0 | 0.45 | 0.51 | 0.27 | 6.38 | 0.41 | 0.55 |
| Hex | BA | 66 | 5C | 0 | 2D | 33 | 1B | 6 | 29 | 37 |
| Octal | 272 | 146 | 134 | 0 | 55 | 63 | 33 | 6 | 51 | 67 |
| Binary | 10111010 | 1100110 | 1011100 | 0 | 101101 | 110011 | 11011 | 110 | 101001 | 110111 |
Color Harmonies of #BA665C
Complementary color
Monochromatic Colors of #BA665C
Black with #BA665C
Text Example
Text Example
White with #BA665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA665C; }
p { color: rgb(186,102,92); }
H1.HeaderClassName
{
color: #BA665C;
}
.AnyTagClassName
{
color: #BA665C;
}
</style>
background-color css
<style>
a { background-color: #BA665C; }
a { background-color: rgb(186,102,92); }
div.DivClassName
{
background-color: #BA665C;
}
.BgClassName
{
background-color: #BA665C;
}
</style>
border-color css
<style>
span { border-color: #BA665C; }
span { border-color: rgb(186,102,92); }
td.TdClassName
{
border-color: #BA665C;
}
.TagClassName
{
border-color: #BA665C;
}
</style>