Shades of Sunglo #BA6C58
Tints of Sunglo #BA6C58
RGB
CMYK
RGB Variations
Color information
#BA6C58 (or 0xBA6C58) is known color: Sunglo. HEX triplet: BA, 6C and 58. RGB value is (186,108,88). Sum of RGB (Red+Green+Blue) = 186+108+88=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6C58 is #4593A7. Grayscale: #818181. Windows color (decimal): -4559784 or 5795002. OLE color: 5795002.
HSL color Cylindrical-coordinate representation of color #BA6C58: hue angle of 12.24º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA6C58 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 108 | 88 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.27 |
| HSL | 12.24º | 0.42% | 0.54% | - |
| HSV(B) | 12.24º | 0.53% | 0.73% | - |
| XYZ | 27.37 | 21.87 | 12.01 | - |
| YUV | 129.04 | 104.84 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 88 | 0 | 0.42 | 0.53 | 0.27 | 12.24 | 0.42 | 0.54 |
| Hex | BA | 6C | 58 | 0 | 2A | 35 | 1B | C | 2A | 36 |
| Octal | 272 | 154 | 130 | 0 | 52 | 65 | 33 | 14 | 52 | 66 |
| Binary | 10111010 | 1101100 | 1011000 | 0 | 101010 | 110101 | 11011 | 1100 | 101010 | 110110 |
Color Harmonies of #BA6C58
Complementary color
Monochromatic Colors of #BA6C58
Black with #BA6C58
Text Example
Text Example
White with #BA6C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6C58; }
p { color: rgb(186,108,88); }
H1.HeaderClassName
{
color: #BA6C58;
}
.AnyTagClassName
{
color: #BA6C58;
}
</style>
background-color css
<style>
a { background-color: #BA6C58; }
a { background-color: rgb(186,108,88); }
div.DivClassName
{
background-color: #BA6C58;
}
.BgClassName
{
background-color: #BA6C58;
}
</style>
border-color css
<style>
span { border-color: #BA6C58; }
span { border-color: rgb(186,108,88); }
td.TdClassName
{
border-color: #BA6C58;
}
.TagClassName
{
border-color: #BA6C58;
}
</style>