Shades of Old Rose #BA215E
Tints of Old Rose #BA215E
RGB
CMYK
RGB Variations
Color information
#BA215E (or 0xBA215E) is known color: Old Rose. HEX triplet: BA, 21 and 5E. RGB value is (186,33,94). Sum of RGB (Red+Green+Blue) = 186+33+94=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA215E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA215E is #45DEA1. Grayscale: #555555. Windows color (decimal): -4578978 or 6169018. OLE color: 6169018.
HSL color Cylindrical-coordinate representation of color #BA215E: hue angle of 336.08º 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 #BA215E is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 94 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.27 |
| HSL | 336.08º | 0.7% | 0.43% | - |
| HSV(B) | 336.08º | 0.82% | 0.73% | - |
| XYZ | 22.81 | 12.33 | 11.77 | - |
| YUV | 85.7 | 132.69 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 94 | 0 | 0.82 | 0.49 | 0.27 | 336.08 | 0.7 | 0.43 |
| Hex | BA | 21 | 5E | 0 | 52 | 31 | 1B | 150 | 46 | 2B |
| Octal | 272 | 41 | 136 | 0 | 122 | 61 | 33 | 520 | 106 | 53 |
| Binary | 10111010 | 100001 | 1011110 | 0 | 1010010 | 110001 | 11011 | 101010000 | 1000110 | 101011 |
Color Harmonies of #BA215E
Complementary color
Monochromatic Colors of #BA215E
Black with #BA215E
Text Example
Text Example
White with #BA215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA215E; }
p { color: rgb(186,33,94); }
H1.HeaderClassName
{
color: #BA215E;
}
.AnyTagClassName
{
color: #BA215E;
}
</style>
background-color css
<style>
a { background-color: #BA215E; }
a { background-color: rgb(186,33,94); }
div.DivClassName
{
background-color: #BA215E;
}
.BgClassName
{
background-color: #BA215E;
}
</style>
border-color css
<style>
span { border-color: #BA215E; }
span { border-color: rgb(186,33,94); }
td.TdClassName
{
border-color: #BA215E;
}
.TagClassName
{
border-color: #BA215E;
}
</style>