Shades of Old Rose #BA2B61
Tints of Old Rose #BA2B61
RGB
CMYK
RGB Variations
Color information
#BA2B61 (or 0xBA2B61) is known color: Old Rose. HEX triplet: BA, 2B and 61. RGB value is (186,43,97). Sum of RGB (Red+Green+Blue) = 186+43+97=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2B61 is #45D49E. Grayscale: #5B5B5B. Windows color (decimal): -4576415 or 6368186. OLE color: 6368186.
HSL color Cylindrical-coordinate representation of color #BA2B61: hue angle of 337.34º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2B61 is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 43 | 97 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.27 |
| HSL | 337.34º | 0.62% | 0.45% | - |
| HSV(B) | 337.34º | 0.77% | 0.73% | - |
| XYZ | 23.27 | 13.03 | 12.6 | - |
| YUV | 91.91 | 130.88 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 97 | 0 | 0.77 | 0.48 | 0.27 | 337.34 | 0.62 | 0.45 |
| Hex | BA | 2B | 61 | 0 | 4D | 30 | 1B | 151 | 3E | 2D |
| Octal | 272 | 53 | 141 | 0 | 115 | 60 | 33 | 521 | 76 | 55 |
| Binary | 10111010 | 101011 | 1100001 | 0 | 1001101 | 110000 | 11011 | 101010001 | 111110 | 101101 |
Color Harmonies of #BA2B61
Complementary color
Monochromatic Colors of #BA2B61
Black with #BA2B61
Text Example
Text Example
White with #BA2B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2B61; }
p { color: rgb(186,43,97); }
H1.HeaderClassName
{
color: #BA2B61;
}
.AnyTagClassName
{
color: #BA2B61;
}
</style>
background-color css
<style>
a { background-color: #BA2B61; }
a { background-color: rgb(186,43,97); }
div.DivClassName
{
background-color: #BA2B61;
}
.BgClassName
{
background-color: #BA2B61;
}
</style>
border-color css
<style>
span { border-color: #BA2B61; }
span { border-color: rgb(186,43,97); }
td.TdClassName
{
border-color: #BA2B61;
}
.TagClassName
{
border-color: #BA2B61;
}
</style>