Shades of Old Rose #BA2B58
Tints of Old Rose #BA2B58
RGB
CMYK
RGB Variations
Color information
#BA2B58 (or 0xBA2B58) is known color: Old Rose. HEX triplet: BA, 2B and 58. RGB value is (186,43,88). Sum of RGB (Red+Green+Blue) = 186+43+88=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2B58 is #45D4A7. Grayscale: #5A5A5A. Windows color (decimal): -4576424 or 5778362. OLE color: 5778362.
HSL color Cylindrical-coordinate representation of color #BA2B58: hue angle of 341.12º 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 #BA2B58 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 43 | 88 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.27 |
| HSL | 341.12º | 0.62% | 0.45% | - |
| HSV(B) | 341.12º | 0.77% | 0.73% | - |
| XYZ | 22.88 | 12.87 | 10.51 | - |
| YUV | 90.89 | 126.38 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 88 | 0 | 0.77 | 0.53 | 0.27 | 341.12 | 0.62 | 0.45 |
| Hex | BA | 2B | 58 | 0 | 4D | 35 | 1B | 155 | 3E | 2D |
| Octal | 272 | 53 | 130 | 0 | 115 | 65 | 33 | 525 | 76 | 55 |
| Binary | 10111010 | 101011 | 1011000 | 0 | 1001101 | 110101 | 11011 | 101010101 | 111110 | 101101 |
Color Harmonies of #BA2B58
Complementary color
Monochromatic Colors of #BA2B58
Black with #BA2B58
Text Example
Text Example
White with #BA2B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2B58; }
p { color: rgb(186,43,88); }
H1.HeaderClassName
{
color: #BA2B58;
}
.AnyTagClassName
{
color: #BA2B58;
}
</style>
background-color css
<style>
a { background-color: #BA2B58; }
a { background-color: rgb(186,43,88); }
div.DivClassName
{
background-color: #BA2B58;
}
.BgClassName
{
background-color: #BA2B58;
}
</style>
border-color css
<style>
span { border-color: #BA2B58; }
span { border-color: rgb(186,43,88); }
td.TdClassName
{
border-color: #BA2B58;
}
.TagClassName
{
border-color: #BA2B58;
}
</style>