Shades of Old Rose #BA1D5A
Tints of Old Rose #BA1D5A
RGB
CMYK
RGB Variations
Color information
#BA1D5A (or 0xBA1D5A) is known color: Old Rose. HEX triplet: BA, 1D and 5A. RGB value is (186,29,90). Sum of RGB (Red+Green+Blue) = 186+29+90=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1D5A is #45E2A5. Grayscale: #525252. Windows color (decimal): -4580006 or 5905850. OLE color: 5905850.
HSL color Cylindrical-coordinate representation of color #BA1D5A: hue angle of 336.69º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1D5A is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 90 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.27 |
| HSL | 336.69º | 0.73% | 0.42% | - |
| HSV(B) | 336.69º | 0.84% | 0.73% | - |
| XYZ | 22.53 | 12.06 | 10.81 | - |
| YUV | 82.9 | 132.01 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 90 | 0 | 0.84 | 0.52 | 0.27 | 336.69 | 0.73 | 0.42 |
| Hex | BA | 1D | 5A | 0 | 54 | 34 | 1B | 151 | 49 | 2A |
| Octal | 272 | 35 | 132 | 0 | 124 | 64 | 33 | 521 | 111 | 52 |
| Binary | 10111010 | 11101 | 1011010 | 0 | 1010100 | 110100 | 11011 | 101010001 | 1001001 | 101010 |
Color Harmonies of #BA1D5A
Complementary color
Monochromatic Colors of #BA1D5A
Black with #BA1D5A
Text Example
Text Example
White with #BA1D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D5A; }
p { color: rgb(186,29,90); }
H1.HeaderClassName
{
color: #BA1D5A;
}
.AnyTagClassName
{
color: #BA1D5A;
}
</style>
background-color css
<style>
a { background-color: #BA1D5A; }
a { background-color: rgb(186,29,90); }
div.DivClassName
{
background-color: #BA1D5A;
}
.BgClassName
{
background-color: #BA1D5A;
}
</style>
border-color css
<style>
span { border-color: #BA1D5A; }
span { border-color: rgb(186,29,90); }
td.TdClassName
{
border-color: #BA1D5A;
}
.TagClassName
{
border-color: #BA1D5A;
}
</style>