Shades of Old Rose #BA2D5A
Tints of Old Rose #BA2D5A
RGB
CMYK
RGB Variations
Color information
#BA2D5A (or 0xBA2D5A) is known color: Old Rose. HEX triplet: BA, 2D and 5A. RGB value is (186,45,90). Sum of RGB (Red+Green+Blue) = 186+45+90=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2D5A is #45D2A5. Grayscale: #5C5C5C. Windows color (decimal): -4575910 or 5909946. OLE color: 5909946.
HSL color Cylindrical-coordinate representation of color #BA2D5A: hue angle of 340.85º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2D5A is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 90 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.27 |
| HSL | 340.85º | 0.61% | 0.45% | - |
| HSV(B) | 340.85º | 0.76% | 0.73% | - |
| XYZ | 23.03 | 13.05 | 10.98 | - |
| YUV | 92.29 | 126.71 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 90 | 0 | 0.76 | 0.52 | 0.27 | 340.85 | 0.61 | 0.45 |
| Hex | BA | 2D | 5A | 0 | 4C | 34 | 1B | 155 | 3D | 2D |
| Octal | 272 | 55 | 132 | 0 | 114 | 64 | 33 | 525 | 75 | 55 |
| Binary | 10111010 | 101101 | 1011010 | 0 | 1001100 | 110100 | 11011 | 101010101 | 111101 | 101101 |
Color Harmonies of #BA2D5A
Complementary color
Monochromatic Colors of #BA2D5A
Black with #BA2D5A
Text Example
Text Example
White with #BA2D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2D5A; }
p { color: rgb(186,45,90); }
H1.HeaderClassName
{
color: #BA2D5A;
}
.AnyTagClassName
{
color: #BA2D5A;
}
</style>
background-color css
<style>
a { background-color: #BA2D5A; }
a { background-color: rgb(186,45,90); }
div.DivClassName
{
background-color: #BA2D5A;
}
.BgClassName
{
background-color: #BA2D5A;
}
</style>
border-color css
<style>
span { border-color: #BA2D5A; }
span { border-color: rgb(186,45,90); }
td.TdClassName
{
border-color: #BA2D5A;
}
.TagClassName
{
border-color: #BA2D5A;
}
</style>