Shades of Old Rose #BA2B57
Tints of Old Rose #BA2B57
RGB
CMYK
RGB Variations
Color information
#BA2B57 (or 0xBA2B57) is known color: Old Rose. HEX triplet: BA, 2B and 57. RGB value is (186,43,87). Sum of RGB (Red+Green+Blue) = 186+43+87=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2B57 is #45D4A8. Grayscale: #5A5A5A. Windows color (decimal): -4576425 or 5712826. OLE color: 5712826.
HSL color Cylindrical-coordinate representation of color #BA2B57: hue angle of 341.54º 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 #BA2B57 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 43 | 87 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.27 |
| HSL | 341.54º | 0.62% | 0.45% | - |
| HSV(B) | 341.54º | 0.77% | 0.73% | - |
| XYZ | 22.83 | 12.85 | 10.29 | - |
| YUV | 90.77 | 125.88 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 87 | 0 | 0.77 | 0.53 | 0.27 | 341.54 | 0.62 | 0.45 |
| Hex | BA | 2B | 57 | 0 | 4D | 35 | 1B | 156 | 3E | 2D |
| Octal | 272 | 53 | 127 | 0 | 115 | 65 | 33 | 526 | 76 | 55 |
| Binary | 10111010 | 101011 | 1010111 | 0 | 1001101 | 110101 | 11011 | 101010110 | 111110 | 101101 |
Color Harmonies of #BA2B57
Complementary color
Monochromatic Colors of #BA2B57
Black with #BA2B57
Text Example
Text Example
White with #BA2B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2B57; }
p { color: rgb(186,43,87); }
H1.HeaderClassName
{
color: #BA2B57;
}
.AnyTagClassName
{
color: #BA2B57;
}
</style>
background-color css
<style>
a { background-color: #BA2B57; }
a { background-color: rgb(186,43,87); }
div.DivClassName
{
background-color: #BA2B57;
}
.BgClassName
{
background-color: #BA2B57;
}
</style>
border-color css
<style>
span { border-color: #BA2B57; }
span { border-color: rgb(186,43,87); }
td.TdClassName
{
border-color: #BA2B57;
}
.TagClassName
{
border-color: #BA2B57;
}
</style>