Shades of Old Rose #BA204D
Tints of Old Rose #BA204D
RGB
CMYK
RGB Variations
Color information
#BA204D (or 0xBA204D) is known color: Old Rose. HEX triplet: BA, 20 and 4D. RGB value is (186,32,77). Sum of RGB (Red+Green+Blue) = 186+32+77=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA204D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA204D is #45DFB2. Grayscale: #535353. Windows color (decimal): -4579251 or 5054650. OLE color: 5054650.
HSL color Cylindrical-coordinate representation of color #BA204D: hue angle of 342.47º 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 #BA204D is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 77 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.27 |
| HSL | 342.47º | 0.71% | 0.43% | - |
| HSV(B) | 342.47º | 0.83% | 0.73% | - |
| XYZ | 22.11 | 12.01 | 8.17 | - |
| YUV | 83.18 | 124.52 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 77 | 0 | 0.83 | 0.59 | 0.27 | 342.47 | 0.71 | 0.43 |
| Hex | BA | 20 | 4D | 0 | 53 | 3B | 1B | 156 | 47 | 2B |
| Octal | 272 | 40 | 115 | 0 | 123 | 73 | 33 | 526 | 107 | 53 |
| Binary | 10111010 | 100000 | 1001101 | 0 | 1010011 | 111011 | 11011 | 101010110 | 1000111 | 101011 |
Color Harmonies of #BA204D
Complementary color
Monochromatic Colors of #BA204D
Black with #BA204D
Text Example
Text Example
White with #BA204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA204D; }
p { color: rgb(186,32,77); }
H1.HeaderClassName
{
color: #BA204D;
}
.AnyTagClassName
{
color: #BA204D;
}
</style>
background-color css
<style>
a { background-color: #BA204D; }
a { background-color: rgb(186,32,77); }
div.DivClassName
{
background-color: #BA204D;
}
.BgClassName
{
background-color: #BA204D;
}
</style>
border-color css
<style>
span { border-color: #BA204D; }
span { border-color: rgb(186,32,77); }
td.TdClassName
{
border-color: #BA204D;
}
.TagClassName
{
border-color: #BA204D;
}
</style>