Shades of Old Rose #BA2156
Tints of Old Rose #BA2156
RGB
CMYK
RGB Variations
Color information
#BA2156 (or 0xBA2156) is known color: Old Rose. HEX triplet: BA, 21 and 56. RGB value is (186,33,86). Sum of RGB (Red+Green+Blue) = 186+33+86=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2156 is #45DEA9. Grayscale: #545454. Windows color (decimal): -4578986 or 5644730. OLE color: 5644730.
HSL color Cylindrical-coordinate representation of color #BA2156: hue angle of 339.22º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2156 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 86 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.27 |
| HSL | 339.22º | 0.7% | 0.43% | - |
| HSV(B) | 339.22º | 0.82% | 0.73% | - |
| XYZ | 22.47 | 12.2 | 9.97 | - |
| YUV | 84.79 | 128.69 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 86 | 0 | 0.82 | 0.54 | 0.27 | 339.22 | 0.7 | 0.43 |
| Hex | BA | 21 | 56 | 0 | 52 | 36 | 1B | 153 | 46 | 2B |
| Octal | 272 | 41 | 126 | 0 | 122 | 66 | 33 | 523 | 106 | 53 |
| Binary | 10111010 | 100001 | 1010110 | 0 | 1010010 | 110110 | 11011 | 101010011 | 1000110 | 101011 |
Color Harmonies of #BA2156
Complementary color
Monochromatic Colors of #BA2156
Black with #BA2156
Text Example
Text Example
White with #BA2156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2156; }
p { color: rgb(186,33,86); }
H1.HeaderClassName
{
color: #BA2156;
}
.AnyTagClassName
{
color: #BA2156;
}
</style>
background-color css
<style>
a { background-color: #BA2156; }
a { background-color: rgb(186,33,86); }
div.DivClassName
{
background-color: #BA2156;
}
.BgClassName
{
background-color: #BA2156;
}
</style>
border-color css
<style>
span { border-color: #BA2156; }
span { border-color: rgb(186,33,86); }
td.TdClassName
{
border-color: #BA2156;
}
.TagClassName
{
border-color: #BA2156;
}
</style>