Shades of Old Rose #BA295B
Tints of Old Rose #BA295B
RGB
CMYK
RGB Variations
Color information
#BA295B (or 0xBA295B) is known color: Old Rose. HEX triplet: BA, 29 and 5B. RGB value is (186,41,91). Sum of RGB (Red+Green+Blue) = 186+41+91=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA295B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA295B is #45D6A4. Grayscale: #5A5A5A. Windows color (decimal): -4576933 or 5974458. OLE color: 5974458.
HSL color Cylindrical-coordinate representation of color #BA295B: hue angle of 339.31º 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 #BA295B is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 91 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.27 |
| HSL | 339.31º | 0.64% | 0.45% | - |
| HSV(B) | 339.31º | 0.78% | 0.73% | - |
| XYZ | 22.93 | 12.78 | 11.16 | - |
| YUV | 90.06 | 128.54 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 91 | 0 | 0.78 | 0.51 | 0.27 | 339.31 | 0.64 | 0.45 |
| Hex | BA | 29 | 5B | 0 | 4E | 33 | 1B | 153 | 40 | 2D |
| Octal | 272 | 51 | 133 | 0 | 116 | 63 | 33 | 523 | 100 | 55 |
| Binary | 10111010 | 101001 | 1011011 | 0 | 1001110 | 110011 | 11011 | 101010011 | 1000000 | 101101 |
Color Harmonies of #BA295B
Complementary color
Monochromatic Colors of #BA295B
Black with #BA295B
Text Example
Text Example
White with #BA295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA295B; }
p { color: rgb(186,41,91); }
H1.HeaderClassName
{
color: #BA295B;
}
.AnyTagClassName
{
color: #BA295B;
}
</style>
background-color css
<style>
a { background-color: #BA295B; }
a { background-color: rgb(186,41,91); }
div.DivClassName
{
background-color: #BA295B;
}
.BgClassName
{
background-color: #BA295B;
}
</style>
border-color css
<style>
span { border-color: #BA295B; }
span { border-color: rgb(186,41,91); }
td.TdClassName
{
border-color: #BA295B;
}
.TagClassName
{
border-color: #BA295B;
}
</style>