Shades of Old Rose #BA295F
Tints of Old Rose #BA295F
RGB
CMYK
RGB Variations
Color information
#BA295F (or 0xBA295F) is known color: Old Rose. HEX triplet: BA, 29 and 5F. RGB value is (186,41,95). Sum of RGB (Red+Green+Blue) = 186+41+95=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA295F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA295F is #45D6A0. Grayscale: #5A5A5A. Windows color (decimal): -4576929 or 6236602. OLE color: 6236602.
HSL color Cylindrical-coordinate representation of color #BA295F: hue angle of 337.66º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA295F is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 95 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.27 |
| HSL | 337.66º | 0.64% | 0.45% | - |
| HSV(B) | 337.66º | 0.78% | 0.73% | - |
| XYZ | 23.11 | 12.85 | 12.09 | - |
| YUV | 90.51 | 130.54 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 95 | 0 | 0.78 | 0.49 | 0.27 | 337.66 | 0.64 | 0.45 |
| Hex | BA | 29 | 5F | 0 | 4E | 31 | 1B | 152 | 40 | 2D |
| Octal | 272 | 51 | 137 | 0 | 116 | 61 | 33 | 522 | 100 | 55 |
| Binary | 10111010 | 101001 | 1011111 | 0 | 1001110 | 110001 | 11011 | 101010010 | 1000000 | 101101 |
Color Harmonies of #BA295F
Complementary color
Monochromatic Colors of #BA295F
Black with #BA295F
Text Example
Text Example
White with #BA295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA295F; }
p { color: rgb(186,41,95); }
H1.HeaderClassName
{
color: #BA295F;
}
.AnyTagClassName
{
color: #BA295F;
}
</style>
background-color css
<style>
a { background-color: #BA295F; }
a { background-color: rgb(186,41,95); }
div.DivClassName
{
background-color: #BA295F;
}
.BgClassName
{
background-color: #BA295F;
}
</style>
border-color css
<style>
span { border-color: #BA295F; }
span { border-color: rgb(186,41,95); }
td.TdClassName
{
border-color: #BA295F;
}
.TagClassName
{
border-color: #BA295F;
}
</style>