Shades of Old Rose #BA2E46
Tints of Old Rose #BA2E46
RGB
CMYK
RGB Variations
Color information
#BA2E46 (or 0xBA2E46) is known color: Old Rose. HEX triplet: BA, 2E and 46. RGB value is (186,46,70). Sum of RGB (Red+Green+Blue) = 186+46+70=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2E46 is #45D1B9. Grayscale: #5A5A5A. Windows color (decimal): -4575674 or 4599482. OLE color: 4599482.
HSL color Cylindrical-coordinate representation of color #BA2E46: hue angle of 349.71º 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 #BA2E46 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 70 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.27 |
| HSL | 349.71º | 0.6% | 0.45% | - |
| HSV(B) | 349.71º | 0.75% | 0.73% | - |
| XYZ | 22.33 | 12.84 | 7.09 | - |
| YUV | 90.6 | 116.38 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 70 | 0 | 0.75 | 0.62 | 0.27 | 349.71 | 0.6 | 0.45 |
| Hex | BA | 2E | 46 | 0 | 4B | 3E | 1B | 15E | 3C | 2D |
| Octal | 272 | 56 | 106 | 0 | 113 | 76 | 33 | 536 | 74 | 55 |
| Binary | 10111010 | 101110 | 1000110 | 0 | 1001011 | 111110 | 11011 | 101011110 | 111100 | 101101 |
Color Harmonies of #BA2E46
Complementary color
Monochromatic Colors of #BA2E46
Black with #BA2E46
Text Example
Text Example
White with #BA2E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E46; }
p { color: rgb(186,46,70); }
H1.HeaderClassName
{
color: #BA2E46;
}
.AnyTagClassName
{
color: #BA2E46;
}
</style>
background-color css
<style>
a { background-color: #BA2E46; }
a { background-color: rgb(186,46,70); }
div.DivClassName
{
background-color: #BA2E46;
}
.BgClassName
{
background-color: #BA2E46;
}
</style>
border-color css
<style>
span { border-color: #BA2E46; }
span { border-color: rgb(186,46,70); }
td.TdClassName
{
border-color: #BA2E46;
}
.TagClassName
{
border-color: #BA2E46;
}
</style>