Shades of Old Rose #BA3157
Tints of Old Rose #BA3157
RGB
CMYK
RGB Variations
Color information
#BA3157 (or 0xBA3157) is known color: Old Rose. HEX triplet: BA, 31 and 57. RGB value is (186,49,87). Sum of RGB (Red+Green+Blue) = 186+49+87=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3157 is #45CEA8. Grayscale: #5E5E5E. Windows color (decimal): -4574889 or 5714362. OLE color: 5714362.
HSL color Cylindrical-coordinate representation of color #BA3157: hue angle of 343.36º 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 #BA3157 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 87 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.27 |
| HSL | 343.36º | 0.58% | 0.46% | - |
| HSV(B) | 343.36º | 0.74% | 0.73% | - |
| XYZ | 23.07 | 13.32 | 10.37 | - |
| YUV | 94.3 | 123.89 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 87 | 0 | 0.74 | 0.53 | 0.27 | 343.36 | 0.58 | 0.46 |
| Hex | BA | 31 | 57 | 0 | 4A | 35 | 1B | 157 | 3A | 2E |
| Octal | 272 | 61 | 127 | 0 | 112 | 65 | 33 | 527 | 72 | 56 |
| Binary | 10111010 | 110001 | 1010111 | 0 | 1001010 | 110101 | 11011 | 101010111 | 111010 | 101110 |
Color Harmonies of #BA3157
Complementary color
Monochromatic Colors of #BA3157
Black with #BA3157
Text Example
Text Example
White with #BA3157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3157; }
p { color: rgb(186,49,87); }
H1.HeaderClassName
{
color: #BA3157;
}
.AnyTagClassName
{
color: #BA3157;
}
</style>
background-color css
<style>
a { background-color: #BA3157; }
a { background-color: rgb(186,49,87); }
div.DivClassName
{
background-color: #BA3157;
}
.BgClassName
{
background-color: #BA3157;
}
</style>
border-color css
<style>
span { border-color: #BA3157; }
span { border-color: rgb(186,49,87); }
td.TdClassName
{
border-color: #BA3157;
}
.TagClassName
{
border-color: #BA3157;
}
</style>