Shades of Old Rose #BA2E50
Tints of Old Rose #BA2E50
RGB
CMYK
RGB Variations
Color information
#BA2E50 (or 0xBA2E50) is known color: Old Rose. HEX triplet: BA, 2E and 50. RGB value is (186,46,80). Sum of RGB (Red+Green+Blue) = 186+46+80=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 46 (18.36% from 255 or 14.74% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2E50 is #45D1AF. Grayscale: #5B5B5B. Windows color (decimal): -4575664 or 5254842. OLE color: 5254842.
HSL color Cylindrical-coordinate representation of color #BA2E50: hue angle of 345.43º 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 #BA2E50 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 80 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.27 |
| HSL | 345.43º | 0.6% | 0.45% | - |
| HSV(B) | 345.43º | 0.75% | 0.73% | - |
| XYZ | 22.67 | 12.97 | 8.9 | - |
| YUV | 91.74 | 121.38 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 80 | 0 | 0.75 | 0.57 | 0.27 | 345.43 | 0.6 | 0.45 |
| Hex | BA | 2E | 50 | 0 | 4B | 39 | 1B | 159 | 3C | 2D |
| Octal | 272 | 56 | 120 | 0 | 113 | 71 | 33 | 531 | 74 | 55 |
| Binary | 10111010 | 101110 | 1010000 | 0 | 1001011 | 111001 | 11011 | 101011001 | 111100 | 101101 |
Color Harmonies of #BA2E50
Complementary color
Monochromatic Colors of #BA2E50
Black with #BA2E50
Text Example
Text Example
White with #BA2E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E50; }
p { color: rgb(186,46,80); }
H1.HeaderClassName
{
color: #BA2E50;
}
.AnyTagClassName
{
color: #BA2E50;
}
</style>
background-color css
<style>
a { background-color: #BA2E50; }
a { background-color: rgb(186,46,80); }
div.DivClassName
{
background-color: #BA2E50;
}
.BgClassName
{
background-color: #BA2E50;
}
</style>
border-color css
<style>
span { border-color: #BA2E50; }
span { border-color: rgb(186,46,80); }
td.TdClassName
{
border-color: #BA2E50;
}
.TagClassName
{
border-color: #BA2E50;
}
</style>