Shades of Old Rose #BA1653
Tints of Old Rose #BA1653
RGB
CMYK
RGB Variations
Color information
#BA1653 (or 0xBA1653) is known color: Old Rose. HEX triplet: BA, 16 and 53. RGB value is (186,22,83). Sum of RGB (Red+Green+Blue) = 186+22+83=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1653 is #45E9AC. Grayscale: #4D4D4D. Windows color (decimal): -4581805 or 5445306. OLE color: 5445306.
HSL color Cylindrical-coordinate representation of color #BA1653: hue angle of 337.68º 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 #BA1653 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 83 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.27 |
| HSL | 337.68º | 0.79% | 0.41% | - |
| HSV(B) | 337.68º | 0.88% | 0.73% | - |
| XYZ | 22.1 | 11.64 | 9.27 | - |
| YUV | 77.99 | 130.83 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 83 | 0 | 0.88 | 0.55 | 0.27 | 337.68 | 0.79 | 0.41 |
| Hex | BA | 16 | 53 | 0 | 58 | 37 | 1B | 152 | 4F | 29 |
| Octal | 272 | 26 | 123 | 0 | 130 | 67 | 33 | 522 | 117 | 51 |
| Binary | 10111010 | 10110 | 1010011 | 0 | 1011000 | 110111 | 11011 | 101010010 | 1001111 | 101001 |
Color Harmonies of #BA1653
Complementary color
Monochromatic Colors of #BA1653
Black with #BA1653
Text Example
Text Example
White with #BA1653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1653; }
p { color: rgb(186,22,83); }
H1.HeaderClassName
{
color: #BA1653;
}
.AnyTagClassName
{
color: #BA1653;
}
</style>
background-color css
<style>
a { background-color: #BA1653; }
a { background-color: rgb(186,22,83); }
div.DivClassName
{
background-color: #BA1653;
}
.BgClassName
{
background-color: #BA1653;
}
</style>
border-color css
<style>
span { border-color: #BA1653; }
span { border-color: rgb(186,22,83); }
td.TdClassName
{
border-color: #BA1653;
}
.TagClassName
{
border-color: #BA1653;
}
</style>