Shades of Old Rose #BA3259
Tints of Old Rose #BA3259
RGB
CMYK
RGB Variations
Color information
#BA3259 (or 0xBA3259) is known color: Old Rose. HEX triplet: BA, 32 and 59. RGB value is (186,50,89). Sum of RGB (Red+Green+Blue) = 186+50+89=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3259 is #45CDA6. Grayscale: #5F5F5F. Windows color (decimal): -4574631 or 5845690. OLE color: 5845690.
HSL color Cylindrical-coordinate representation of color #BA3259: hue angle of 342.79º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3259 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 89 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.27 |
| HSL | 342.79º | 0.58% | 0.46% | - |
| HSV(B) | 342.79º | 0.73% | 0.73% | - |
| XYZ | 23.19 | 13.44 | 10.82 | - |
| YUV | 95.11 | 124.56 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 89 | 0 | 0.73 | 0.52 | 0.27 | 342.79 | 0.58 | 0.46 |
| Hex | BA | 32 | 59 | 0 | 49 | 34 | 1B | 157 | 3A | 2E |
| Octal | 272 | 62 | 131 | 0 | 111 | 64 | 33 | 527 | 72 | 56 |
| Binary | 10111010 | 110010 | 1011001 | 0 | 1001001 | 110100 | 11011 | 101010111 | 111010 | 101110 |
Color Harmonies of #BA3259
Complementary color
Monochromatic Colors of #BA3259
Black with #BA3259
Text Example
Text Example
White with #BA3259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3259; }
p { color: rgb(186,50,89); }
H1.HeaderClassName
{
color: #BA3259;
}
.AnyTagClassName
{
color: #BA3259;
}
</style>
background-color css
<style>
a { background-color: #BA3259; }
a { background-color: rgb(186,50,89); }
div.DivClassName
{
background-color: #BA3259;
}
.BgClassName
{
background-color: #BA3259;
}
</style>
border-color css
<style>
span { border-color: #BA3259; }
span { border-color: rgb(186,50,89); }
td.TdClassName
{
border-color: #BA3259;
}
.TagClassName
{
border-color: #BA3259;
}
</style>