Shades of Old Rose #BA3759
Tints of Old Rose #BA3759
RGB
CMYK
RGB Variations
Color information
#BA3759 (or 0xBA3759) is known color: Old Rose. HEX triplet: BA, 37 and 59. RGB value is (186,55,89). Sum of RGB (Red+Green+Blue) = 186+55+89=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3759 is #45C8A6. Grayscale: #626262. Windows color (decimal): -4573351 or 5846970. OLE color: 5846970.
HSL color Cylindrical-coordinate representation of color #BA3759: hue angle of 344.43º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3759 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 89 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.27 |
| HSL | 344.43º | 0.54% | 0.47% | - |
| HSV(B) | 344.43º | 0.7% | 0.73% | - |
| XYZ | 23.42 | 13.89 | 10.9 | - |
| YUV | 98.05 | 122.9 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 89 | 0 | 0.70 | 0.52 | 0.27 | 344.43 | 0.54 | 0.47 |
| Hex | BA | 37 | 59 | 0 | 46 | 34 | 1B | 158 | 36 | 2F |
| Octal | 272 | 67 | 131 | 0 | 106 | 64 | 33 | 530 | 66 | 57 |
| Binary | 10111010 | 110111 | 1011001 | 0 | 1000110 | 110100 | 11011 | 101011000 | 110110 | 101111 |
Color Harmonies of #BA3759
Complementary color
Monochromatic Colors of #BA3759
Black with #BA3759
Text Example
Text Example
White with #BA3759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3759; }
p { color: rgb(186,55,89); }
H1.HeaderClassName
{
color: #BA3759;
}
.AnyTagClassName
{
color: #BA3759;
}
</style>
background-color css
<style>
a { background-color: #BA3759; }
a { background-color: rgb(186,55,89); }
div.DivClassName
{
background-color: #BA3759;
}
.BgClassName
{
background-color: #BA3759;
}
</style>
border-color css
<style>
span { border-color: #BA3759; }
span { border-color: rgb(186,55,89); }
td.TdClassName
{
border-color: #BA3759;
}
.TagClassName
{
border-color: #BA3759;
}
</style>