Shades of Old Rose #BA2160
Tints of Old Rose #BA2160
RGB
CMYK
RGB Variations
Color information
#BA2160 (or 0xBA2160) is known color: Old Rose. HEX triplet: BA, 21 and 60. RGB value is (186,33,96). Sum of RGB (Red+Green+Blue) = 186+33+96=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2160 is #45DE9F. Grayscale: #555555. Windows color (decimal): -4578976 or 6300090. OLE color: 6300090.
HSL color Cylindrical-coordinate representation of color #BA2160: hue angle of 335.29º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2160 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 96 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.27 |
| HSL | 335.29º | 0.7% | 0.43% | - |
| HSV(B) | 335.29º | 0.82% | 0.73% | - |
| XYZ | 22.9 | 12.37 | 12.25 | - |
| YUV | 85.93 | 133.69 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 96 | 0 | 0.82 | 0.48 | 0.27 | 335.29 | 0.7 | 0.43 |
| Hex | BA | 21 | 60 | 0 | 52 | 30 | 1B | 14F | 46 | 2B |
| Octal | 272 | 41 | 140 | 0 | 122 | 60 | 33 | 517 | 106 | 53 |
| Binary | 10111010 | 100001 | 1100000 | 0 | 1010010 | 110000 | 11011 | 101001111 | 1000110 | 101011 |
Color Harmonies of #BA2160
Complementary color
Monochromatic Colors of #BA2160
Black with #BA2160
Text Example
Text Example
White with #BA2160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2160; }
p { color: rgb(186,33,96); }
H1.HeaderClassName
{
color: #BA2160;
}
.AnyTagClassName
{
color: #BA2160;
}
</style>
background-color css
<style>
a { background-color: #BA2160; }
a { background-color: rgb(186,33,96); }
div.DivClassName
{
background-color: #BA2160;
}
.BgClassName
{
background-color: #BA2160;
}
</style>
border-color css
<style>
span { border-color: #BA2160; }
span { border-color: rgb(186,33,96); }
td.TdClassName
{
border-color: #BA2160;
}
.TagClassName
{
border-color: #BA2160;
}
</style>