Shades of Old Rose #BA1751
Tints of Old Rose #BA1751
RGB
CMYK
RGB Variations
Color information
#BA1751 (or 0xBA1751) is known color: Old Rose. HEX triplet: BA, 17 and 51. RGB value is (186,23,81). Sum of RGB (Red+Green+Blue) = 186+23+81=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1751 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1751 is #45E8AE. Grayscale: #4E4E4E. Windows color (decimal): -4581551 or 5314490. OLE color: 5314490.
HSL color Cylindrical-coordinate representation of color #BA1751: hue angle of 338.65º degrees, saturation: 0.78, 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 #BA1751 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 81 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.27 |
| HSL | 338.65º | 0.78% | 0.41% | - |
| HSV(B) | 338.65º | 0.88% | 0.73% | - |
| XYZ | 22.04 | 11.65 | 8.87 | - |
| YUV | 78.35 | 129.5 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 81 | 0 | 0.88 | 0.56 | 0.27 | 338.65 | 0.78 | 0.41 |
| Hex | BA | 17 | 51 | 0 | 58 | 38 | 1B | 153 | 4E | 29 |
| Octal | 272 | 27 | 121 | 0 | 130 | 70 | 33 | 523 | 116 | 51 |
| Binary | 10111010 | 10111 | 1010001 | 0 | 1011000 | 111000 | 11011 | 101010011 | 1001110 | 101001 |
Color Harmonies of #BA1751
Complementary color
Monochromatic Colors of #BA1751
Black with #BA1751
Text Example
Text Example
White with #BA1751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1751; }
p { color: rgb(186,23,81); }
H1.HeaderClassName
{
color: #BA1751;
}
.AnyTagClassName
{
color: #BA1751;
}
</style>
background-color css
<style>
a { background-color: #BA1751; }
a { background-color: rgb(186,23,81); }
div.DivClassName
{
background-color: #BA1751;
}
.BgClassName
{
background-color: #BA1751;
}
</style>
border-color css
<style>
span { border-color: #BA1751; }
span { border-color: rgb(186,23,81); }
td.TdClassName
{
border-color: #BA1751;
}
.TagClassName
{
border-color: #BA1751;
}
</style>