Shades of Old Rose #BA3155
Tints of Old Rose #BA3155
RGB
CMYK
RGB Variations
Color information
#BA3155 (or 0xBA3155) is known color: Old Rose. HEX triplet: BA, 31 and 55. RGB value is (186,49,85). Sum of RGB (Red+Green+Blue) = 186+49+85=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3155 is #45CEAA. Grayscale: #5E5E5E. Windows color (decimal): -4574891 or 5583290. OLE color: 5583290.
HSL color Cylindrical-coordinate representation of color #BA3155: hue angle of 344.23º 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 #BA3155 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 85 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.27 |
| HSL | 344.23º | 0.58% | 0.46% | - |
| HSV(B) | 344.23º | 0.74% | 0.73% | - |
| XYZ | 22.99 | 13.29 | 9.95 | - |
| YUV | 94.07 | 122.89 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 85 | 0 | 0.74 | 0.54 | 0.27 | 344.23 | 0.58 | 0.46 |
| Hex | BA | 31 | 55 | 0 | 4A | 36 | 1B | 158 | 3A | 2E |
| Octal | 272 | 61 | 125 | 0 | 112 | 66 | 33 | 530 | 72 | 56 |
| Binary | 10111010 | 110001 | 1010101 | 0 | 1001010 | 110110 | 11011 | 101011000 | 111010 | 101110 |
Color Harmonies of #BA3155
Complementary color
Monochromatic Colors of #BA3155
Black with #BA3155
Text Example
Text Example
White with #BA3155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3155; }
p { color: rgb(186,49,85); }
H1.HeaderClassName
{
color: #BA3155;
}
.AnyTagClassName
{
color: #BA3155;
}
</style>
background-color css
<style>
a { background-color: #BA3155; }
a { background-color: rgb(186,49,85); }
div.DivClassName
{
background-color: #BA3155;
}
.BgClassName
{
background-color: #BA3155;
}
</style>
border-color css
<style>
span { border-color: #BA3155; }
span { border-color: rgb(186,49,85); }
td.TdClassName
{
border-color: #BA3155;
}
.TagClassName
{
border-color: #BA3155;
}
</style>