Shades of Old Rose #BA2A56
Tints of Old Rose #BA2A56
RGB
CMYK
RGB Variations
Color information
#BA2A56 (or 0xBA2A56) is known color: Old Rose. HEX triplet: BA, 2A and 56. RGB value is (186,42,86). Sum of RGB (Red+Green+Blue) = 186+42+86=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2A56 is #45D5A9. Grayscale: #5A5A5A. Windows color (decimal): -4576682 or 5647034. OLE color: 5647034.
HSL color Cylindrical-coordinate representation of color #BA2A56: hue angle of 341.67º degrees, saturation: 0.63, 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 #BA2A56 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 42 | 86 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.27 |
| HSL | 341.67º | 0.63% | 0.45% | - |
| HSV(B) | 341.67º | 0.77% | 0.73% | - |
| XYZ | 22.76 | 12.77 | 10.07 | - |
| YUV | 90.07 | 125.71 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 86 | 0 | 0.77 | 0.54 | 0.27 | 341.67 | 0.63 | 0.45 |
| Hex | BA | 2A | 56 | 0 | 4D | 36 | 1B | 156 | 3F | 2D |
| Octal | 272 | 52 | 126 | 0 | 115 | 66 | 33 | 526 | 77 | 55 |
| Binary | 10111010 | 101010 | 1010110 | 0 | 1001101 | 110110 | 11011 | 101010110 | 111111 | 101101 |
Color Harmonies of #BA2A56
Complementary color
Monochromatic Colors of #BA2A56
Black with #BA2A56
Text Example
Text Example
White with #BA2A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2A56; }
p { color: rgb(186,42,86); }
H1.HeaderClassName
{
color: #BA2A56;
}
.AnyTagClassName
{
color: #BA2A56;
}
</style>
background-color css
<style>
a { background-color: #BA2A56; }
a { background-color: rgb(186,42,86); }
div.DivClassName
{
background-color: #BA2A56;
}
.BgClassName
{
background-color: #BA2A56;
}
</style>
border-color css
<style>
span { border-color: #BA2A56; }
span { border-color: rgb(186,42,86); }
td.TdClassName
{
border-color: #BA2A56;
}
.TagClassName
{
border-color: #BA2A56;
}
</style>