Shades of Old Rose #BA2760
Tints of Old Rose #BA2760
RGB
CMYK
RGB Variations
Color information
#BA2760 (or 0xBA2760) is known color: Old Rose. HEX triplet: BA, 27 and 60. RGB value is (186,39,96). Sum of RGB (Red+Green+Blue) = 186+39+96=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2760 is #45D89F. Grayscale: #595959. Windows color (decimal): -4577440 or 6301626. OLE color: 6301626.
HSL color Cylindrical-coordinate representation of color #BA2760: hue angle of 336.73º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2760 is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 96 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.27 |
| HSL | 336.73º | 0.65% | 0.44% | - |
| HSV(B) | 336.73º | 0.79% | 0.73% | - |
| XYZ | 23.09 | 12.73 | 12.31 | - |
| YUV | 89.45 | 131.7 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 96 | 0 | 0.79 | 0.48 | 0.27 | 336.73 | 0.65 | 0.44 |
| Hex | BA | 27 | 60 | 0 | 4F | 30 | 1B | 151 | 41 | 2C |
| Octal | 272 | 47 | 140 | 0 | 117 | 60 | 33 | 521 | 101 | 54 |
| Binary | 10111010 | 100111 | 1100000 | 0 | 1001111 | 110000 | 11011 | 101010001 | 1000001 | 101100 |
Color Harmonies of #BA2760
Complementary color
Monochromatic Colors of #BA2760
Black with #BA2760
Text Example
Text Example
White with #BA2760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2760; }
p { color: rgb(186,39,96); }
H1.HeaderClassName
{
color: #BA2760;
}
.AnyTagClassName
{
color: #BA2760;
}
</style>
background-color css
<style>
a { background-color: #BA2760; }
a { background-color: rgb(186,39,96); }
div.DivClassName
{
background-color: #BA2760;
}
.BgClassName
{
background-color: #BA2760;
}
</style>
border-color css
<style>
span { border-color: #BA2760; }
span { border-color: rgb(186,39,96); }
td.TdClassName
{
border-color: #BA2760;
}
.TagClassName
{
border-color: #BA2760;
}
</style>