Shades of Old Rose #BA214F
Tints of Old Rose #BA214F
RGB
CMYK
RGB Variations
Color information
#BA214F (or 0xBA214F) is known color: Old Rose. HEX triplet: BA, 21 and 4F. RGB value is (186,33,79). Sum of RGB (Red+Green+Blue) = 186+33+79=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA214F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA214F is #45DEB0. Grayscale: #535353. Windows color (decimal): -4578993 or 5185978. OLE color: 5185978.
HSL color Cylindrical-coordinate representation of color #BA214F: hue angle of 341.96º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA214F is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 79 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.27 |
| HSL | 341.96º | 0.7% | 0.43% | - |
| HSV(B) | 341.96º | 0.82% | 0.73% | - |
| XYZ | 22.2 | 12.09 | 8.56 | - |
| YUV | 83.99 | 125.19 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 79 | 0 | 0.82 | 0.58 | 0.27 | 341.96 | 0.7 | 0.43 |
| Hex | BA | 21 | 4F | 0 | 52 | 3A | 1B | 156 | 46 | 2B |
| Octal | 272 | 41 | 117 | 0 | 122 | 72 | 33 | 526 | 106 | 53 |
| Binary | 10111010 | 100001 | 1001111 | 0 | 1010010 | 111010 | 11011 | 101010110 | 1000110 | 101011 |
Color Harmonies of #BA214F
Complementary color
Monochromatic Colors of #BA214F
Black with #BA214F
Text Example
Text Example
White with #BA214F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA214F; }
p { color: rgb(186,33,79); }
H1.HeaderClassName
{
color: #BA214F;
}
.AnyTagClassName
{
color: #BA214F;
}
</style>
background-color css
<style>
a { background-color: #BA214F; }
a { background-color: rgb(186,33,79); }
div.DivClassName
{
background-color: #BA214F;
}
.BgClassName
{
background-color: #BA214F;
}
</style>
border-color css
<style>
span { border-color: #BA214F; }
span { border-color: rgb(186,33,79); }
td.TdClassName
{
border-color: #BA214F;
}
.TagClassName
{
border-color: #BA214F;
}
</style>