Shades of Old Rose #BA2C59
Tints of Old Rose #BA2C59
RGB
CMYK
RGB Variations
Color information
#BA2C59 (or 0xBA2C59) is known color: Old Rose. HEX triplet: BA, 2C and 59. RGB value is (186,44,89). Sum of RGB (Red+Green+Blue) = 186+44+89=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2C59 is #45D3A6. Grayscale: #5B5B5B. Windows color (decimal): -4576167 or 5844154. OLE color: 5844154.
HSL color Cylindrical-coordinate representation of color #BA2C59: hue angle of 340.99º degrees, saturation: 0.62, 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 #BA2C59 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 44 | 89 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.27 |
| HSL | 340.99º | 0.62% | 0.45% | - |
| HSV(B) | 340.99º | 0.76% | 0.73% | - |
| XYZ | 22.95 | 12.96 | 10.74 | - |
| YUV | 91.59 | 126.54 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 89 | 0 | 0.76 | 0.52 | 0.27 | 340.99 | 0.62 | 0.45 |
| Hex | BA | 2C | 59 | 0 | 4C | 34 | 1B | 155 | 3E | 2D |
| Octal | 272 | 54 | 131 | 0 | 114 | 64 | 33 | 525 | 76 | 55 |
| Binary | 10111010 | 101100 | 1011001 | 0 | 1001100 | 110100 | 11011 | 101010101 | 111110 | 101101 |
Color Harmonies of #BA2C59
Complementary color
Monochromatic Colors of #BA2C59
Black with #BA2C59
Text Example
Text Example
White with #BA2C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2C59; }
p { color: rgb(186,44,89); }
H1.HeaderClassName
{
color: #BA2C59;
}
.AnyTagClassName
{
color: #BA2C59;
}
</style>
background-color css
<style>
a { background-color: #BA2C59; }
a { background-color: rgb(186,44,89); }
div.DivClassName
{
background-color: #BA2C59;
}
.BgClassName
{
background-color: #BA2C59;
}
</style>
border-color css
<style>
span { border-color: #BA2C59; }
span { border-color: rgb(186,44,89); }
td.TdClassName
{
border-color: #BA2C59;
}
.TagClassName
{
border-color: #BA2C59;
}
</style>