Shades of Old Rose #BA3659
Tints of Old Rose #BA3659
RGB
CMYK
RGB Variations
Color information
#BA3659 (or 0xBA3659) is known color: Old Rose. HEX triplet: BA, 36 and 59. RGB value is (186,54,89). Sum of RGB (Red+Green+Blue) = 186+54+89=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3659 is #45C9A6. Grayscale: #616161. Windows color (decimal): -4573607 or 5846714. OLE color: 5846714.
HSL color Cylindrical-coordinate representation of color #BA3659: hue angle of 344.09º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA3659 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 89 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.27 |
| HSL | 344.09º | 0.55% | 0.47% | - |
| HSV(B) | 344.09º | 0.71% | 0.73% | - |
| XYZ | 23.37 | 13.8 | 10.88 | - |
| YUV | 97.46 | 123.23 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 89 | 0 | 0.71 | 0.52 | 0.27 | 344.09 | 0.55 | 0.47 |
| Hex | BA | 36 | 59 | 0 | 47 | 34 | 1B | 158 | 37 | 2F |
| Octal | 272 | 66 | 131 | 0 | 107 | 64 | 33 | 530 | 67 | 57 |
| Binary | 10111010 | 110110 | 1011001 | 0 | 1000111 | 110100 | 11011 | 101011000 | 110111 | 101111 |
Color Harmonies of #BA3659
Complementary color
Monochromatic Colors of #BA3659
Black with #BA3659
Text Example
Text Example
White with #BA3659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3659; }
p { color: rgb(186,54,89); }
H1.HeaderClassName
{
color: #BA3659;
}
.AnyTagClassName
{
color: #BA3659;
}
</style>
background-color css
<style>
a { background-color: #BA3659; }
a { background-color: rgb(186,54,89); }
div.DivClassName
{
background-color: #BA3659;
}
.BgClassName
{
background-color: #BA3659;
}
</style>
border-color css
<style>
span { border-color: #BA3659; }
span { border-color: rgb(186,54,89); }
td.TdClassName
{
border-color: #BA3659;
}
.TagClassName
{
border-color: #BA3659;
}
</style>