Shades of Sunglo #BA615F
Tints of Sunglo #BA615F
RGB
CMYK
RGB Variations
Color information
#BA615F (or 0xBA615F) is known color: Sunglo. HEX triplet: BA, 61 and 5F. RGB value is (186,97,95). Sum of RGB (Red+Green+Blue) = 186+97+95=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA615F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA615F is #459EA0. Grayscale: #7B7B7B. Windows color (decimal): -4562593 or 6250938. OLE color: 6250938.
HSL color Cylindrical-coordinate representation of color #BA615F: hue angle of 1.32º 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 #BA615F is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 95 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.27 |
| HSL | 1.32º | 0.4% | 0.55% | - |
| HSV(B) | 1.32º | 0.49% | 0.73% | - |
| XYZ | 26.59 | 19.81 | 13.25 | - |
| YUV | 123.38 | 111.99 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 95 | 0 | 0.48 | 0.49 | 0.27 | 1.32 | 0.4 | 0.55 |
| Hex | BA | 61 | 5F | 0 | 30 | 31 | 1B | 1 | 28 | 37 |
| Octal | 272 | 141 | 137 | 0 | 60 | 61 | 33 | 1 | 50 | 67 |
| Binary | 10111010 | 1100001 | 1011111 | 0 | 110000 | 110001 | 11011 | 1 | 101000 | 110111 |
Color Harmonies of #BA615F
Complementary color
Monochromatic Colors of #BA615F
Black with #BA615F
Text Example
Text Example
White with #BA615F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA615F; }
p { color: rgb(186,97,95); }
H1.HeaderClassName
{
color: #BA615F;
}
.AnyTagClassName
{
color: #BA615F;
}
</style>
background-color css
<style>
a { background-color: #BA615F; }
a { background-color: rgb(186,97,95); }
div.DivClassName
{
background-color: #BA615F;
}
.BgClassName
{
background-color: #BA615F;
}
</style>
border-color css
<style>
span { border-color: #BA615F; }
span { border-color: rgb(186,97,95); }
td.TdClassName
{
border-color: #BA615F;
}
.TagClassName
{
border-color: #BA615F;
}
</style>