Shades of Old Rose #BA2047
Tints of Old Rose #BA2047
RGB
CMYK
RGB Variations
Color information
#BA2047 (or 0xBA2047) is known color: Old Rose. HEX triplet: BA, 20 and 47. RGB value is (186,32,71). Sum of RGB (Red+Green+Blue) = 186+32+71=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 71 (28.12% from 255 or 24.57% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2047 is #45DFB8. Grayscale: #525252. Windows color (decimal): -4579257 or 4661434. OLE color: 4661434.
HSL color Cylindrical-coordinate representation of color #BA2047: hue angle of 344.81º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA2047 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 71 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.27 |
| HSL | 344.81º | 0.71% | 0.43% | - |
| HSV(B) | 344.81º | 0.83% | 0.73% | - |
| XYZ | 21.9 | 11.93 | 7.11 | - |
| YUV | 82.49 | 121.52 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 71 | 0 | 0.83 | 0.62 | 0.27 | 344.81 | 0.71 | 0.43 |
| Hex | BA | 20 | 47 | 0 | 53 | 3E | 1B | 159 | 47 | 2B |
| Octal | 272 | 40 | 107 | 0 | 123 | 76 | 33 | 531 | 107 | 53 |
| Binary | 10111010 | 100000 | 1000111 | 0 | 1010011 | 111110 | 11011 | 101011001 | 1000111 | 101011 |
Color Harmonies of #BA2047
Complementary color
Monochromatic Colors of #BA2047
Black with #BA2047
Text Example
Text Example
White with #BA2047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2047; }
p { color: rgb(186,32,71); }
H1.HeaderClassName
{
color: #BA2047;
}
.AnyTagClassName
{
color: #BA2047;
}
</style>
background-color css
<style>
a { background-color: #BA2047; }
a { background-color: rgb(186,32,71); }
div.DivClassName
{
background-color: #BA2047;
}
.BgClassName
{
background-color: #BA2047;
}
</style>
border-color css
<style>
span { border-color: #BA2047; }
span { border-color: rgb(186,32,71); }
td.TdClassName
{
border-color: #BA2047;
}
.TagClassName
{
border-color: #BA2047;
}
</style>