Shades of Old Rose #BA204E
Tints of Old Rose #BA204E
RGB
CMYK
RGB Variations
Color information
#BA204E (or 0xBA204E) is known color: Old Rose. HEX triplet: BA, 20 and 4E. RGB value is (186,32,78). Sum of RGB (Red+Green+Blue) = 186+32+78=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA204E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA204E is #45DFB1. Grayscale: #535353. Windows color (decimal): -4579250 or 5120186. OLE color: 5120186.
HSL color Cylindrical-coordinate representation of color #BA204E: hue angle of 342.08º 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 #BA204E is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 78 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.27 |
| HSL | 342.08º | 0.71% | 0.43% | - |
| HSV(B) | 342.08º | 0.83% | 0.73% | - |
| XYZ | 22.14 | 12.02 | 8.36 | - |
| YUV | 83.29 | 125.02 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 78 | 0 | 0.83 | 0.58 | 0.27 | 342.08 | 0.71 | 0.43 |
| Hex | BA | 20 | 4E | 0 | 53 | 3A | 1B | 156 | 47 | 2B |
| Octal | 272 | 40 | 116 | 0 | 123 | 72 | 33 | 526 | 107 | 53 |
| Binary | 10111010 | 100000 | 1001110 | 0 | 1010011 | 111010 | 11011 | 101010110 | 1000111 | 101011 |
Color Harmonies of #BA204E
Complementary color
Monochromatic Colors of #BA204E
Black with #BA204E
Text Example
Text Example
White with #BA204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA204E; }
p { color: rgb(186,32,78); }
H1.HeaderClassName
{
color: #BA204E;
}
.AnyTagClassName
{
color: #BA204E;
}
</style>
background-color css
<style>
a { background-color: #BA204E; }
a { background-color: rgb(186,32,78); }
div.DivClassName
{
background-color: #BA204E;
}
.BgClassName
{
background-color: #BA204E;
}
</style>
border-color css
<style>
span { border-color: #BA204E; }
span { border-color: rgb(186,32,78); }
td.TdClassName
{
border-color: #BA204E;
}
.TagClassName
{
border-color: #BA204E;
}
</style>