Shades of Old Rose #BA2560
Tints of Old Rose #BA2560
RGB
CMYK
RGB Variations
Color information
#BA2560 (or 0xBA2560) is known color: Old Rose. HEX triplet: BA, 25 and 60. RGB value is (186,37,96). Sum of RGB (Red+Green+Blue) = 186+37+96=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2560 is #45DA9F. Grayscale: #585858. Windows color (decimal): -4577952 or 6301114. OLE color: 6301114.
HSL color Cylindrical-coordinate representation of color #BA2560: hue angle of 336.24º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2560 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 96 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.27 |
| HSL | 336.24º | 0.67% | 0.44% | - |
| HSV(B) | 336.24º | 0.8% | 0.73% | - |
| XYZ | 23.02 | 12.61 | 12.29 | - |
| YUV | 88.28 | 132.36 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 96 | 0 | 0.80 | 0.48 | 0.27 | 336.24 | 0.67 | 0.44 |
| Hex | BA | 25 | 60 | 0 | 50 | 30 | 1B | 150 | 43 | 2C |
| Octal | 272 | 45 | 140 | 0 | 120 | 60 | 33 | 520 | 103 | 54 |
| Binary | 10111010 | 100101 | 1100000 | 0 | 1010000 | 110000 | 11011 | 101010000 | 1000011 | 101100 |
Color Harmonies of #BA2560
Complementary color
Monochromatic Colors of #BA2560
Black with #BA2560
Text Example
Text Example
White with #BA2560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2560; }
p { color: rgb(186,37,96); }
H1.HeaderClassName
{
color: #BA2560;
}
.AnyTagClassName
{
color: #BA2560;
}
</style>
background-color css
<style>
a { background-color: #BA2560; }
a { background-color: rgb(186,37,96); }
div.DivClassName
{
background-color: #BA2560;
}
.BgClassName
{
background-color: #BA2560;
}
</style>
border-color css
<style>
span { border-color: #BA2560; }
span { border-color: rgb(186,37,96); }
td.TdClassName
{
border-color: #BA2560;
}
.TagClassName
{
border-color: #BA2560;
}
</style>