Shades of Old Rose #BA2D56
Tints of Old Rose #BA2D56
RGB
CMYK
RGB Variations
Color information
#BA2D56 (or 0xBA2D56) is known color: Old Rose. HEX triplet: BA, 2D and 56. RGB value is (186,45,86). Sum of RGB (Red+Green+Blue) = 186+45+86=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2D56 is #45D2A9. Grayscale: #5B5B5B. Windows color (decimal): -4575914 or 5647802. OLE color: 5647802.
HSL color Cylindrical-coordinate representation of color #BA2D56: hue angle of 342.55º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2D56 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 86 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.27 |
| HSL | 342.55º | 0.61% | 0.45% | - |
| HSV(B) | 342.55º | 0.76% | 0.73% | - |
| XYZ | 22.87 | 12.99 | 10.11 | - |
| YUV | 91.83 | 124.71 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 86 | 0 | 0.76 | 0.54 | 0.27 | 342.55 | 0.61 | 0.45 |
| Hex | BA | 2D | 56 | 0 | 4C | 36 | 1B | 157 | 3D | 2D |
| Octal | 272 | 55 | 126 | 0 | 114 | 66 | 33 | 527 | 75 | 55 |
| Binary | 10111010 | 101101 | 1010110 | 0 | 1001100 | 110110 | 11011 | 101010111 | 111101 | 101101 |
Color Harmonies of #BA2D56
Complementary color
Monochromatic Colors of #BA2D56
Black with #BA2D56
Text Example
Text Example
White with #BA2D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2D56; }
p { color: rgb(186,45,86); }
H1.HeaderClassName
{
color: #BA2D56;
}
.AnyTagClassName
{
color: #BA2D56;
}
</style>
background-color css
<style>
a { background-color: #BA2D56; }
a { background-color: rgb(186,45,86); }
div.DivClassName
{
background-color: #BA2D56;
}
.BgClassName
{
background-color: #BA2D56;
}
</style>
border-color css
<style>
span { border-color: #BA2D56; }
span { border-color: rgb(186,45,86); }
td.TdClassName
{
border-color: #BA2D56;
}
.TagClassName
{
border-color: #BA2D56;
}
</style>