Shades of Old Rose #BA215F
Tints of Old Rose #BA215F
RGB
CMYK
RGB Variations
Color information
#BA215F (or 0xBA215F) is known color: Old Rose. HEX triplet: BA, 21 and 5F. RGB value is (186,33,95). Sum of RGB (Red+Green+Blue) = 186+33+95=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA215F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA215F is #45DEA0. Grayscale: #555555. Windows color (decimal): -4578977 or 6234554. OLE color: 6234554.
HSL color Cylindrical-coordinate representation of color #BA215F: hue angle of 335.69º 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 #BA215F is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 95 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.27 |
| HSL | 335.69º | 0.7% | 0.43% | - |
| HSV(B) | 335.69º | 0.82% | 0.73% | - |
| XYZ | 22.86 | 12.35 | 12.01 | - |
| YUV | 85.82 | 133.19 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 95 | 0 | 0.82 | 0.49 | 0.27 | 335.69 | 0.7 | 0.43 |
| Hex | BA | 21 | 5F | 0 | 52 | 31 | 1B | 150 | 46 | 2B |
| Octal | 272 | 41 | 137 | 0 | 122 | 61 | 33 | 520 | 106 | 53 |
| Binary | 10111010 | 100001 | 1011111 | 0 | 1010010 | 110001 | 11011 | 101010000 | 1000110 | 101011 |
Color Harmonies of #BA215F
Complementary color
Monochromatic Colors of #BA215F
Black with #BA215F
Text Example
Text Example
White with #BA215F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA215F; }
p { color: rgb(186,33,95); }
H1.HeaderClassName
{
color: #BA215F;
}
.AnyTagClassName
{
color: #BA215F;
}
</style>
background-color css
<style>
a { background-color: #BA215F; }
a { background-color: rgb(186,33,95); }
div.DivClassName
{
background-color: #BA215F;
}
.BgClassName
{
background-color: #BA215F;
}
</style>
border-color css
<style>
span { border-color: #BA215F; }
span { border-color: rgb(186,33,95); }
td.TdClassName
{
border-color: #BA215F;
}
.TagClassName
{
border-color: #BA215F;
}
</style>