Shades of Old Rose #BA2159
Tints of Old Rose #BA2159
RGB
CMYK
RGB Variations
Color information
#BA2159 (or 0xBA2159) is known color: Old Rose. HEX triplet: BA, 21 and 59. RGB value is (186,33,89). Sum of RGB (Red+Green+Blue) = 186+33+89=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2159 is #45DEA6. Grayscale: #555555. Windows color (decimal): -4578983 or 5841338. OLE color: 5841338.
HSL color Cylindrical-coordinate representation of color #BA2159: hue angle of 338.04º 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 #BA2159 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 89 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.27 |
| HSL | 338.04º | 0.7% | 0.43% | - |
| HSV(B) | 338.04º | 0.82% | 0.73% | - |
| XYZ | 22.6 | 12.25 | 10.62 | - |
| YUV | 85.13 | 130.19 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 89 | 0 | 0.82 | 0.52 | 0.27 | 338.04 | 0.7 | 0.43 |
| Hex | BA | 21 | 59 | 0 | 52 | 34 | 1B | 152 | 46 | 2B |
| Octal | 272 | 41 | 131 | 0 | 122 | 64 | 33 | 522 | 106 | 53 |
| Binary | 10111010 | 100001 | 1011001 | 0 | 1010010 | 110100 | 11011 | 101010010 | 1000110 | 101011 |
Color Harmonies of #BA2159
Complementary color
Monochromatic Colors of #BA2159
Black with #BA2159
Text Example
Text Example
White with #BA2159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2159; }
p { color: rgb(186,33,89); }
H1.HeaderClassName
{
color: #BA2159;
}
.AnyTagClassName
{
color: #BA2159;
}
</style>
background-color css
<style>
a { background-color: #BA2159; }
a { background-color: rgb(186,33,89); }
div.DivClassName
{
background-color: #BA2159;
}
.BgClassName
{
background-color: #BA2159;
}
</style>
border-color css
<style>
span { border-color: #BA2159; }
span { border-color: rgb(186,33,89); }
td.TdClassName
{
border-color: #BA2159;
}
.TagClassName
{
border-color: #BA2159;
}
</style>