Shades of Old Rose #BA2860
Tints of Old Rose #BA2860
RGB
CMYK
RGB Variations
Color information
#BA2860 (or 0xBA2860) is known color: Old Rose. HEX triplet: BA, 28 and 60. RGB value is (186,40,96). Sum of RGB (Red+Green+Blue) = 186+40+96=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2860 is #45D79F. Grayscale: #595959. Windows color (decimal): -4577184 or 6301882. OLE color: 6301882.
HSL color Cylindrical-coordinate representation of color #BA2860: hue angle of 336.99º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2860 is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 96 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.27 |
| HSL | 336.99º | 0.65% | 0.44% | - |
| HSV(B) | 336.99º | 0.78% | 0.73% | - |
| XYZ | 23.12 | 12.8 | 12.32 | - |
| YUV | 90.04 | 131.37 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 96 | 0 | 0.78 | 0.48 | 0.27 | 336.99 | 0.65 | 0.44 |
| Hex | BA | 28 | 60 | 0 | 4E | 30 | 1B | 151 | 41 | 2C |
| Octal | 272 | 50 | 140 | 0 | 116 | 60 | 33 | 521 | 101 | 54 |
| Binary | 10111010 | 101000 | 1100000 | 0 | 1001110 | 110000 | 11011 | 101010001 | 1000001 | 101100 |
Color Harmonies of #BA2860
Complementary color
Monochromatic Colors of #BA2860
Black with #BA2860
Text Example
Text Example
White with #BA2860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2860; }
p { color: rgb(186,40,96); }
H1.HeaderClassName
{
color: #BA2860;
}
.AnyTagClassName
{
color: #BA2860;
}
</style>
background-color css
<style>
a { background-color: #BA2860; }
a { background-color: rgb(186,40,96); }
div.DivClassName
{
background-color: #BA2860;
}
.BgClassName
{
background-color: #BA2860;
}
</style>
border-color css
<style>
span { border-color: #BA2860; }
span { border-color: rgb(186,40,96); }
td.TdClassName
{
border-color: #BA2860;
}
.TagClassName
{
border-color: #BA2860;
}
</style>