Shades of Old Rose #BA214E
Tints of Old Rose #BA214E
RGB
CMYK
RGB Variations
Color information
#BA214E (or 0xBA214E) is known color: Old Rose. HEX triplet: BA, 21 and 4E. RGB value is (186,33,78). Sum of RGB (Red+Green+Blue) = 186+33+78=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA214E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA214E is #45DEB1. Grayscale: #535353. Windows color (decimal): -4578994 or 5120442. OLE color: 5120442.
HSL color Cylindrical-coordinate representation of color #BA214E: hue angle of 342.35º 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 #BA214E is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 78 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.27 |
| HSL | 342.35º | 0.7% | 0.43% | - |
| HSV(B) | 342.35º | 0.82% | 0.73% | - |
| XYZ | 22.17 | 12.08 | 8.37 | - |
| YUV | 83.88 | 124.69 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 78 | 0 | 0.82 | 0.58 | 0.27 | 342.35 | 0.7 | 0.43 |
| Hex | BA | 21 | 4E | 0 | 52 | 3A | 1B | 156 | 46 | 2B |
| Octal | 272 | 41 | 116 | 0 | 122 | 72 | 33 | 526 | 106 | 53 |
| Binary | 10111010 | 100001 | 1001110 | 0 | 1010010 | 111010 | 11011 | 101010110 | 1000110 | 101011 |
Color Harmonies of #BA214E
Complementary color
Monochromatic Colors of #BA214E
Black with #BA214E
Text Example
Text Example
White with #BA214E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA214E; }
p { color: rgb(186,33,78); }
H1.HeaderClassName
{
color: #BA214E;
}
.AnyTagClassName
{
color: #BA214E;
}
</style>
background-color css
<style>
a { background-color: #BA214E; }
a { background-color: rgb(186,33,78); }
div.DivClassName
{
background-color: #BA214E;
}
.BgClassName
{
background-color: #BA214E;
}
</style>
border-color css
<style>
span { border-color: #BA214E; }
span { border-color: rgb(186,33,78); }
td.TdClassName
{
border-color: #BA214E;
}
.TagClassName
{
border-color: #BA214E;
}
</style>