Shades of Old Rose #BA2147
Tints of Old Rose #BA2147
RGB
CMYK
RGB Variations
Color information
#BA2147 (or 0xBA2147) is known color: Old Rose. HEX triplet: BA, 21 and 47. RGB value is (186,33,71). Sum of RGB (Red+Green+Blue) = 186+33+71=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 71 (28.12% from 255 or 24.48% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2147 is #45DEB8. Grayscale: #535353. Windows color (decimal): -4579001 or 4661690. OLE color: 4661690.
HSL color Cylindrical-coordinate representation of color #BA2147: hue angle of 345.1º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2147 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 71 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.27 |
| HSL | 345.1º | 0.7% | 0.43% | - |
| HSV(B) | 345.1º | 0.82% | 0.73% | - |
| XYZ | 21.93 | 11.98 | 7.12 | - |
| YUV | 83.08 | 121.19 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 71 | 0 | 0.82 | 0.62 | 0.27 | 345.1 | 0.7 | 0.43 |
| Hex | BA | 21 | 47 | 0 | 52 | 3E | 1B | 159 | 46 | 2B |
| Octal | 272 | 41 | 107 | 0 | 122 | 76 | 33 | 531 | 106 | 53 |
| Binary | 10111010 | 100001 | 1000111 | 0 | 1010010 | 111110 | 11011 | 101011001 | 1000110 | 101011 |
Color Harmonies of #BA2147
Complementary color
Monochromatic Colors of #BA2147
Black with #BA2147
Text Example
Text Example
White with #BA2147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2147; }
p { color: rgb(186,33,71); }
H1.HeaderClassName
{
color: #BA2147;
}
.AnyTagClassName
{
color: #BA2147;
}
</style>
background-color css
<style>
a { background-color: #BA2147; }
a { background-color: rgb(186,33,71); }
div.DivClassName
{
background-color: #BA2147;
}
.BgClassName
{
background-color: #BA2147;
}
</style>
border-color css
<style>
span { border-color: #BA2147; }
span { border-color: rgb(186,33,71); }
td.TdClassName
{
border-color: #BA2147;
}
.TagClassName
{
border-color: #BA2147;
}
</style>