Shades of Old Rose #BA2060
Tints of Old Rose #BA2060
RGB
CMYK
RGB Variations
Color information
#BA2060 (or 0xBA2060) is known color: Old Rose. HEX triplet: BA, 20 and 60. RGB value is (186,32,96). Sum of RGB (Red+Green+Blue) = 186+32+96=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2060 is #45DF9F. Grayscale: #555555. Windows color (decimal): -4579232 or 6299834. OLE color: 6299834.
HSL color Cylindrical-coordinate representation of color #BA2060: hue angle of 335.06º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA2060 is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 96 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.27 |
| HSL | 335.06º | 0.71% | 0.43% | - |
| HSV(B) | 335.06º | 0.83% | 0.73% | - |
| XYZ | 22.88 | 12.32 | 12.24 | - |
| YUV | 85.34 | 134.02 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 96 | 0 | 0.83 | 0.48 | 0.27 | 335.06 | 0.71 | 0.43 |
| Hex | BA | 20 | 60 | 0 | 53 | 30 | 1B | 14F | 47 | 2B |
| Octal | 272 | 40 | 140 | 0 | 123 | 60 | 33 | 517 | 107 | 53 |
| Binary | 10111010 | 100000 | 1100000 | 0 | 1010011 | 110000 | 11011 | 101001111 | 1000111 | 101011 |
Color Harmonies of #BA2060
Complementary color
Monochromatic Colors of #BA2060
Black with #BA2060
Text Example
Text Example
White with #BA2060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2060; }
p { color: rgb(186,32,96); }
H1.HeaderClassName
{
color: #BA2060;
}
.AnyTagClassName
{
color: #BA2060;
}
</style>
background-color css
<style>
a { background-color: #BA2060; }
a { background-color: rgb(186,32,96); }
div.DivClassName
{
background-color: #BA2060;
}
.BgClassName
{
background-color: #BA2060;
}
</style>
border-color css
<style>
span { border-color: #BA2060; }
span { border-color: rgb(186,32,96); }
td.TdClassName
{
border-color: #BA2060;
}
.TagClassName
{
border-color: #BA2060;
}
</style>