Shades of Old Rose #BA2E47
Tints of Old Rose #BA2E47
RGB
CMYK
RGB Variations
Color information
#BA2E47 (or 0xBA2E47) is known color: Old Rose. HEX triplet: BA, 2E and 47. RGB value is (186,46,71). Sum of RGB (Red+Green+Blue) = 186+46+71=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2E47 is #45D1B8. Grayscale: #5A5A5A. Windows color (decimal): -4575673 or 4665018. OLE color: 4665018.
HSL color Cylindrical-coordinate representation of color #BA2E47: hue angle of 349.29º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2E47 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 71 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.27 |
| HSL | 349.29º | 0.6% | 0.45% | - |
| HSV(B) | 349.29º | 0.75% | 0.73% | - |
| XYZ | 22.36 | 12.85 | 7.26 | - |
| YUV | 90.71 | 116.88 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 71 | 0 | 0.75 | 0.62 | 0.27 | 349.29 | 0.6 | 0.45 |
| Hex | BA | 2E | 47 | 0 | 4B | 3E | 1B | 15D | 3C | 2D |
| Octal | 272 | 56 | 107 | 0 | 113 | 76 | 33 | 535 | 74 | 55 |
| Binary | 10111010 | 101110 | 1000111 | 0 | 1001011 | 111110 | 11011 | 101011101 | 111100 | 101101 |
Color Harmonies of #BA2E47
Complementary color
Monochromatic Colors of #BA2E47
Black with #BA2E47
Text Example
Text Example
White with #BA2E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E47; }
p { color: rgb(186,46,71); }
H1.HeaderClassName
{
color: #BA2E47;
}
.AnyTagClassName
{
color: #BA2E47;
}
</style>
background-color css
<style>
a { background-color: #BA2E47; }
a { background-color: rgb(186,46,71); }
div.DivClassName
{
background-color: #BA2E47;
}
.BgClassName
{
background-color: #BA2E47;
}
</style>
border-color css
<style>
span { border-color: #BA2E47; }
span { border-color: rgb(186,46,71); }
td.TdClassName
{
border-color: #BA2E47;
}
.TagClassName
{
border-color: #BA2E47;
}
</style>