Shades of Old Rose #BA295E
Tints of Old Rose #BA295E
RGB
CMYK
RGB Variations
Color information
#BA295E (or 0xBA295E) is known color: Old Rose. HEX triplet: BA, 29 and 5E. RGB value is (186,41,94). Sum of RGB (Red+Green+Blue) = 186+41+94=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA295E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA295E is #45D6A1. Grayscale: #5A5A5A. Windows color (decimal): -4576930 or 6171066. OLE color: 6171066.
HSL color Cylindrical-coordinate representation of color #BA295E: hue angle of 338.07º 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 #BA295E is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 94 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.27 |
| HSL | 338.07º | 0.64% | 0.45% | - |
| HSV(B) | 338.07º | 0.78% | 0.73% | - |
| XYZ | 23.06 | 12.83 | 11.85 | - |
| YUV | 90.4 | 130.04 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 94 | 0 | 0.78 | 0.49 | 0.27 | 338.07 | 0.64 | 0.45 |
| Hex | BA | 29 | 5E | 0 | 4E | 31 | 1B | 152 | 40 | 2D |
| Octal | 272 | 51 | 136 | 0 | 116 | 61 | 33 | 522 | 100 | 55 |
| Binary | 10111010 | 101001 | 1011110 | 0 | 1001110 | 110001 | 11011 | 101010010 | 1000000 | 101101 |
Color Harmonies of #BA295E
Complementary color
Monochromatic Colors of #BA295E
Black with #BA295E
Text Example
Text Example
White with #BA295E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA295E; }
p { color: rgb(186,41,94); }
H1.HeaderClassName
{
color: #BA295E;
}
.AnyTagClassName
{
color: #BA295E;
}
</style>
background-color css
<style>
a { background-color: #BA295E; }
a { background-color: rgb(186,41,94); }
div.DivClassName
{
background-color: #BA295E;
}
.BgClassName
{
background-color: #BA295E;
}
</style>
border-color css
<style>
span { border-color: #BA295E; }
span { border-color: rgb(186,41,94); }
td.TdClassName
{
border-color: #BA295E;
}
.TagClassName
{
border-color: #BA295E;
}
</style>