Shades of Old Rose #BA3150
Tints of Old Rose #BA3150
RGB
CMYK
RGB Variations
Color information
#BA3150 (or 0xBA3150) is known color: Old Rose. HEX triplet: BA, 31 and 50. RGB value is (186,49,80). Sum of RGB (Red+Green+Blue) = 186+49+80=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3150 is #45CEAF. Grayscale: #5D5D5D. Windows color (decimal): -4574896 or 5255610. OLE color: 5255610.
HSL color Cylindrical-coordinate representation of color #BA3150: hue angle of 346.42º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3150 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 80 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.27 |
| HSL | 346.42º | 0.58% | 0.46% | - |
| HSV(B) | 346.42º | 0.74% | 0.73% | - |
| XYZ | 22.8 | 13.21 | 8.94 | - |
| YUV | 93.5 | 120.39 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 80 | 0 | 0.74 | 0.57 | 0.27 | 346.42 | 0.58 | 0.46 |
| Hex | BA | 31 | 50 | 0 | 4A | 39 | 1B | 15A | 3A | 2E |
| Octal | 272 | 61 | 120 | 0 | 112 | 71 | 33 | 532 | 72 | 56 |
| Binary | 10111010 | 110001 | 1010000 | 0 | 1001010 | 111001 | 11011 | 101011010 | 111010 | 101110 |
Color Harmonies of #BA3150
Complementary color
Monochromatic Colors of #BA3150
Black with #BA3150
Text Example
Text Example
White with #BA3150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3150; }
p { color: rgb(186,49,80); }
H1.HeaderClassName
{
color: #BA3150;
}
.AnyTagClassName
{
color: #BA3150;
}
</style>
background-color css
<style>
a { background-color: #BA3150; }
a { background-color: rgb(186,49,80); }
div.DivClassName
{
background-color: #BA3150;
}
.BgClassName
{
background-color: #BA3150;
}
</style>
border-color css
<style>
span { border-color: #BA3150; }
span { border-color: rgb(186,49,80); }
td.TdClassName
{
border-color: #BA3150;
}
.TagClassName
{
border-color: #BA3150;
}
</style>