Shades of Old Rose #BA2659
Tints of Old Rose #BA2659
RGB
CMYK
RGB Variations
Color information
#BA2659 (or 0xBA2659) is known color: Old Rose. HEX triplet: BA, 26 and 59. RGB value is (186,38,89). Sum of RGB (Red+Green+Blue) = 186+38+89=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2659 is #45D9A6. Grayscale: #585858. Windows color (decimal): -4577703 or 5842618. OLE color: 5842618.
HSL color Cylindrical-coordinate representation of color #BA2659: hue angle of 339.32º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2659 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 89 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.27 |
| HSL | 339.32º | 0.66% | 0.44% | - |
| HSV(B) | 339.32º | 0.8% | 0.73% | - |
| XYZ | 22.75 | 12.55 | 10.67 | - |
| YUV | 88.07 | 128.53 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 89 | 0 | 0.80 | 0.52 | 0.27 | 339.32 | 0.66 | 0.44 |
| Hex | BA | 26 | 59 | 0 | 50 | 34 | 1B | 153 | 42 | 2C |
| Octal | 272 | 46 | 131 | 0 | 120 | 64 | 33 | 523 | 102 | 54 |
| Binary | 10111010 | 100110 | 1011001 | 0 | 1010000 | 110100 | 11011 | 101010011 | 1000010 | 101100 |
Color Harmonies of #BA2659
Complementary color
Monochromatic Colors of #BA2659
Black with #BA2659
Text Example
Text Example
White with #BA2659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2659; }
p { color: rgb(186,38,89); }
H1.HeaderClassName
{
color: #BA2659;
}
.AnyTagClassName
{
color: #BA2659;
}
</style>
background-color css
<style>
a { background-color: #BA2659; }
a { background-color: rgb(186,38,89); }
div.DivClassName
{
background-color: #BA2659;
}
.BgClassName
{
background-color: #BA2659;
}
</style>
border-color css
<style>
span { border-color: #BA2659; }
span { border-color: rgb(186,38,89); }
td.TdClassName
{
border-color: #BA2659;
}
.TagClassName
{
border-color: #BA2659;
}
</style>