Shades of Old Rose #BA2B56
Tints of Old Rose #BA2B56
RGB
CMYK
RGB Variations
Color information
#BA2B56 (or 0xBA2B56) is known color: Old Rose. HEX triplet: BA, 2B and 56. RGB value is (186,43,86). Sum of RGB (Red+Green+Blue) = 186+43+86=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2B56 is #45D4A9. Grayscale: #5A5A5A. Windows color (decimal): -4576426 or 5647290. OLE color: 5647290.
HSL color Cylindrical-coordinate representation of color #BA2B56: hue angle of 341.96º 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 #BA2B56 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 43 | 86 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.27 |
| HSL | 341.96º | 0.62% | 0.45% | - |
| HSV(B) | 341.96º | 0.77% | 0.73% | - |
| XYZ | 22.79 | 12.84 | 10.08 | - |
| YUV | 90.66 | 125.38 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 86 | 0 | 0.77 | 0.54 | 0.27 | 341.96 | 0.62 | 0.45 |
| Hex | BA | 2B | 56 | 0 | 4D | 36 | 1B | 156 | 3E | 2D |
| Octal | 272 | 53 | 126 | 0 | 115 | 66 | 33 | 526 | 76 | 55 |
| Binary | 10111010 | 101011 | 1010110 | 0 | 1001101 | 110110 | 11011 | 101010110 | 111110 | 101101 |
Color Harmonies of #BA2B56
Complementary color
Monochromatic Colors of #BA2B56
Black with #BA2B56
Text Example
Text Example
White with #BA2B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2B56; }
p { color: rgb(186,43,86); }
H1.HeaderClassName
{
color: #BA2B56;
}
.AnyTagClassName
{
color: #BA2B56;
}
</style>
background-color css
<style>
a { background-color: #BA2B56; }
a { background-color: rgb(186,43,86); }
div.DivClassName
{
background-color: #BA2B56;
}
.BgClassName
{
background-color: #BA2B56;
}
</style>
border-color css
<style>
span { border-color: #BA2B56; }
span { border-color: rgb(186,43,86); }
td.TdClassName
{
border-color: #BA2B56;
}
.TagClassName
{
border-color: #BA2B56;
}
</style>