Shades of Old Rose #BA2E53
Tints of Old Rose #BA2E53
RGB
CMYK
RGB Variations
Color information
#BA2E53 (or 0xBA2E53) is known color: Old Rose. HEX triplet: BA, 2E and 53. RGB value is (186,46,83). Sum of RGB (Red+Green+Blue) = 186+46+83=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2E53 is #45D1AC. Grayscale: #5C5C5C. Windows color (decimal): -4575661 or 5451450. OLE color: 5451450.
HSL color Cylindrical-coordinate representation of color #BA2E53: hue angle of 344.14º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2E53 is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 83 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.27 |
| HSL | 344.14º | 0.6% | 0.45% | - |
| HSV(B) | 344.14º | 0.75% | 0.73% | - |
| XYZ | 22.79 | 13.02 | 9.5 | - |
| YUV | 92.08 | 122.88 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 83 | 0 | 0.75 | 0.55 | 0.27 | 344.14 | 0.6 | 0.45 |
| Hex | BA | 2E | 53 | 0 | 4B | 37 | 1B | 158 | 3C | 2D |
| Octal | 272 | 56 | 123 | 0 | 113 | 67 | 33 | 530 | 74 | 55 |
| Binary | 10111010 | 101110 | 1010011 | 0 | 1001011 | 110111 | 11011 | 101011000 | 111100 | 101101 |
Color Harmonies of #BA2E53
Complementary color
Monochromatic Colors of #BA2E53
Black with #BA2E53
Text Example
Text Example
White with #BA2E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E53; }
p { color: rgb(186,46,83); }
H1.HeaderClassName
{
color: #BA2E53;
}
.AnyTagClassName
{
color: #BA2E53;
}
</style>
background-color css
<style>
a { background-color: #BA2E53; }
a { background-color: rgb(186,46,83); }
div.DivClassName
{
background-color: #BA2E53;
}
.BgClassName
{
background-color: #BA2E53;
}
</style>
border-color css
<style>
span { border-color: #BA2E53; }
span { border-color: rgb(186,46,83); }
td.TdClassName
{
border-color: #BA2E53;
}
.TagClassName
{
border-color: #BA2E53;
}
</style>