Shades of Old Rose #BA1B55
Tints of Old Rose #BA1B55
RGB
CMYK
RGB Variations
Color information
#BA1B55 (or 0xBA1B55) is known color: Old Rose. HEX triplet: BA, 1B and 55. RGB value is (186,27,85). Sum of RGB (Red+Green+Blue) = 186+27+85=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1B55 is #45E4AA. Grayscale: #515151. Windows color (decimal): -4580523 or 5577658. OLE color: 5577658.
HSL color Cylindrical-coordinate representation of color #BA1B55: hue angle of 338.11º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1B55 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 27 | 85 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.27 |
| HSL | 338.11º | 0.75% | 0.42% | - |
| HSV(B) | 338.11º | 0.85% | 0.73% | - |
| XYZ | 22.28 | 11.88 | 9.71 | - |
| YUV | 81.15 | 130.18 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 85 | 0 | 0.85 | 0.54 | 0.27 | 338.11 | 0.75 | 0.42 |
| Hex | BA | 1B | 55 | 0 | 55 | 36 | 1B | 152 | 4B | 2A |
| Octal | 272 | 33 | 125 | 0 | 125 | 66 | 33 | 522 | 113 | 52 |
| Binary | 10111010 | 11011 | 1010101 | 0 | 1010101 | 110110 | 11011 | 101010010 | 1001011 | 101010 |
Color Harmonies of #BA1B55
Complementary color
Monochromatic Colors of #BA1B55
Black with #BA1B55
Text Example
Text Example
White with #BA1B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1B55; }
p { color: rgb(186,27,85); }
H1.HeaderClassName
{
color: #BA1B55;
}
.AnyTagClassName
{
color: #BA1B55;
}
</style>
background-color css
<style>
a { background-color: #BA1B55; }
a { background-color: rgb(186,27,85); }
div.DivClassName
{
background-color: #BA1B55;
}
.BgClassName
{
background-color: #BA1B55;
}
</style>
border-color css
<style>
span { border-color: #BA1B55; }
span { border-color: rgb(186,27,85); }
td.TdClassName
{
border-color: #BA1B55;
}
.TagClassName
{
border-color: #BA1B55;
}
</style>