Shades of Old Rose #BA204F
Tints of Old Rose #BA204F
RGB
CMYK
RGB Variations
Color information
#BA204F (or 0xBA204F) is known color: Old Rose. HEX triplet: BA, 20 and 4F. RGB value is (186,32,79). Sum of RGB (Red+Green+Blue) = 186+32+79=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA204F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA204F is #45DFB0. Grayscale: #535353. Windows color (decimal): -4579249 or 5185722. OLE color: 5185722.
HSL color Cylindrical-coordinate representation of color #BA204F: hue angle of 341.69º 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 #BA204F is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 79 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.27 |
| HSL | 341.69º | 0.71% | 0.43% | - |
| HSV(B) | 341.69º | 0.83% | 0.73% | - |
| XYZ | 22.18 | 12.04 | 8.55 | - |
| YUV | 83.4 | 125.52 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 79 | 0 | 0.83 | 0.58 | 0.27 | 341.69 | 0.71 | 0.43 |
| Hex | BA | 20 | 4F | 0 | 53 | 3A | 1B | 156 | 47 | 2B |
| Octal | 272 | 40 | 117 | 0 | 123 | 72 | 33 | 526 | 107 | 53 |
| Binary | 10111010 | 100000 | 1001111 | 0 | 1010011 | 111010 | 11011 | 101010110 | 1000111 | 101011 |
Color Harmonies of #BA204F
Complementary color
Monochromatic Colors of #BA204F
Black with #BA204F
Text Example
Text Example
White with #BA204F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA204F; }
p { color: rgb(186,32,79); }
H1.HeaderClassName
{
color: #BA204F;
}
.AnyTagClassName
{
color: #BA204F;
}
</style>
background-color css
<style>
a { background-color: #BA204F; }
a { background-color: rgb(186,32,79); }
div.DivClassName
{
background-color: #BA204F;
}
.BgClassName
{
background-color: #BA204F;
}
</style>
border-color css
<style>
span { border-color: #BA204F; }
span { border-color: rgb(186,32,79); }
td.TdClassName
{
border-color: #BA204F;
}
.TagClassName
{
border-color: #BA204F;
}
</style>