Shades of Old Rose #BA1650
Tints of Old Rose #BA1650
RGB
CMYK
RGB Variations
Color information
#BA1650 (or 0xBA1650) is known color: Old Rose. HEX triplet: BA, 16 and 50. RGB value is (186,22,80). Sum of RGB (Red+Green+Blue) = 186+22+80=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1650 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1650 is #45E9AF. Grayscale: #4D4D4D. Windows color (decimal): -4581808 or 5248698. OLE color: 5248698.
HSL color Cylindrical-coordinate representation of color #BA1650: hue angle of 338.78º 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 #BA1650 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 80 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.27 |
| HSL | 338.78º | 0.79% | 0.41% | - |
| HSV(B) | 338.78º | 0.88% | 0.73% | - |
| XYZ | 21.98 | 11.59 | 8.67 | - |
| YUV | 77.65 | 129.33 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 80 | 0 | 0.88 | 0.57 | 0.27 | 338.78 | 0.79 | 0.41 |
| Hex | BA | 16 | 50 | 0 | 58 | 39 | 1B | 153 | 4F | 29 |
| Octal | 272 | 26 | 120 | 0 | 130 | 71 | 33 | 523 | 117 | 51 |
| Binary | 10111010 | 10110 | 1010000 | 0 | 1011000 | 111001 | 11011 | 101010011 | 1001111 | 101001 |
Color Harmonies of #BA1650
Complementary color
Monochromatic Colors of #BA1650
Black with #BA1650
Text Example
Text Example
White with #BA1650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1650; }
p { color: rgb(186,22,80); }
H1.HeaderClassName
{
color: #BA1650;
}
.AnyTagClassName
{
color: #BA1650;
}
</style>
background-color css
<style>
a { background-color: #BA1650; }
a { background-color: rgb(186,22,80); }
div.DivClassName
{
background-color: #BA1650;
}
.BgClassName
{
background-color: #BA1650;
}
</style>
border-color css
<style>
span { border-color: #BA1650; }
span { border-color: rgb(186,22,80); }
td.TdClassName
{
border-color: #BA1650;
}
.TagClassName
{
border-color: #BA1650;
}
</style>