Shades of Old Rose #BA2863
Tints of Old Rose #BA2863
RGB
CMYK
RGB Variations
Color information
#BA2863 (or 0xBA2863) is known color: Old Rose. HEX triplet: BA, 28 and 63. RGB value is (186,40,99). Sum of RGB (Red+Green+Blue) = 186+40+99=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2863 is #45D79C. Grayscale: #5A5A5A. Windows color (decimal): -4577181 or 6498490. OLE color: 6498490.
HSL color Cylindrical-coordinate representation of color #BA2863: hue angle of 335.75º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2863 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 99 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.27 |
| HSL | 335.75º | 0.65% | 0.44% | - |
| HSV(B) | 335.75º | 0.78% | 0.73% | - |
| XYZ | 23.26 | 12.86 | 13.06 | - |
| YUV | 90.38 | 132.87 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 99 | 0 | 0.78 | 0.47 | 0.27 | 335.75 | 0.65 | 0.44 |
| Hex | BA | 28 | 63 | 0 | 4E | 2F | 1B | 150 | 41 | 2C |
| Octal | 272 | 50 | 143 | 0 | 116 | 57 | 33 | 520 | 101 | 54 |
| Binary | 10111010 | 101000 | 1100011 | 0 | 1001110 | 101111 | 11011 | 101010000 | 1000001 | 101100 |
Color Harmonies of #BA2863
Complementary color
Monochromatic Colors of #BA2863
Black with #BA2863
Text Example
Text Example
White with #BA2863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2863; }
p { color: rgb(186,40,99); }
H1.HeaderClassName
{
color: #BA2863;
}
.AnyTagClassName
{
color: #BA2863;
}
</style>
background-color css
<style>
a { background-color: #BA2863; }
a { background-color: rgb(186,40,99); }
div.DivClassName
{
background-color: #BA2863;
}
.BgClassName
{
background-color: #BA2863;
}
</style>
border-color css
<style>
span { border-color: #BA2863; }
span { border-color: rgb(186,40,99); }
td.TdClassName
{
border-color: #BA2863;
}
.TagClassName
{
border-color: #BA2863;
}
</style>