Shades of Old Rose #BA1651
Tints of Old Rose #BA1651
RGB
CMYK
RGB Variations
Color information
#BA1651 (or 0xBA1651) is known color: Old Rose. HEX triplet: BA, 16 and 51. RGB value is (186,22,81). Sum of RGB (Red+Green+Blue) = 186+22+81=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 81 (32.03% from 255 or 28.03% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1651 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1651 is #45E9AE. Grayscale: #4D4D4D. Windows color (decimal): -4581807 or 5314234. OLE color: 5314234.
HSL color Cylindrical-coordinate representation of color #BA1651: hue angle of 338.41º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1651 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 81 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.27 |
| HSL | 338.41º | 0.79% | 0.41% | - |
| HSV(B) | 338.41º | 0.88% | 0.73% | - |
| XYZ | 22.02 | 11.61 | 8.86 | - |
| YUV | 77.76 | 129.83 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 81 | 0 | 0.88 | 0.56 | 0.27 | 338.41 | 0.79 | 0.41 |
| Hex | BA | 16 | 51 | 0 | 58 | 38 | 1B | 152 | 4F | 29 |
| Octal | 272 | 26 | 121 | 0 | 130 | 70 | 33 | 522 | 117 | 51 |
| Binary | 10111010 | 10110 | 1010001 | 0 | 1011000 | 111000 | 11011 | 101010010 | 1001111 | 101001 |
Color Harmonies of #BA1651
Complementary color
Monochromatic Colors of #BA1651
Black with #BA1651
Text Example
Text Example
White with #BA1651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1651; }
p { color: rgb(186,22,81); }
H1.HeaderClassName
{
color: #BA1651;
}
.AnyTagClassName
{
color: #BA1651;
}
</style>
background-color css
<style>
a { background-color: #BA1651; }
a { background-color: rgb(186,22,81); }
div.DivClassName
{
background-color: #BA1651;
}
.BgClassName
{
background-color: #BA1651;
}
</style>
border-color css
<style>
span { border-color: #BA1651; }
span { border-color: rgb(186,22,81); }
td.TdClassName
{
border-color: #BA1651;
}
.TagClassName
{
border-color: #BA1651;
}
</style>