Shades of Sunglo #BA615E
Tints of Sunglo #BA615E
RGB
CMYK
RGB Variations
Color information
#BA615E (or 0xBA615E) is known color: Sunglo. HEX triplet: BA, 61 and 5E. RGB value is (186,97,94). Sum of RGB (Red+Green+Blue) = 186+97+94=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA615E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA615E is #459EA1. Grayscale: #7B7B7B. Windows color (decimal): -4562594 or 6185402. OLE color: 6185402.
HSL color Cylindrical-coordinate representation of color #BA615E: hue angle of 1.96º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA615E is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 94 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.27 |
| HSL | 1.96º | 0.4% | 0.55% | - |
| HSV(B) | 1.96º | 0.49% | 0.73% | - |
| XYZ | 26.54 | 19.8 | 13.01 | - |
| YUV | 123.27 | 111.49 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 94 | 0 | 0.48 | 0.49 | 0.27 | 1.96 | 0.4 | 0.55 |
| Hex | BA | 61 | 5E | 0 | 30 | 31 | 1B | 2 | 28 | 37 |
| Octal | 272 | 141 | 136 | 0 | 60 | 61 | 33 | 2 | 50 | 67 |
| Binary | 10111010 | 1100001 | 1011110 | 0 | 110000 | 110001 | 11011 | 10 | 101000 | 110111 |
Color Harmonies of #BA615E
Complementary color
Monochromatic Colors of #BA615E
Black with #BA615E
Text Example
Text Example
White with #BA615E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA615E; }
p { color: rgb(186,97,94); }
H1.HeaderClassName
{
color: #BA615E;
}
.AnyTagClassName
{
color: #BA615E;
}
</style>
background-color css
<style>
a { background-color: #BA615E; }
a { background-color: rgb(186,97,94); }
div.DivClassName
{
background-color: #BA615E;
}
.BgClassName
{
background-color: #BA615E;
}
</style>
border-color css
<style>
span { border-color: #BA615E; }
span { border-color: rgb(186,97,94); }
td.TdClassName
{
border-color: #BA615E;
}
.TagClassName
{
border-color: #BA615E;
}
</style>