Shades of Old Rose #BA2558
Tints of Old Rose #BA2558
RGB
CMYK
RGB Variations
Color information
#BA2558 (or 0xBA2558) is known color: Old Rose. HEX triplet: BA, 25 and 58. RGB value is (186,37,88). Sum of RGB (Red+Green+Blue) = 186+37+88=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2558 is #45DAA7. Grayscale: #575757. Windows color (decimal): -4577960 or 5776826. OLE color: 5776826.
HSL color Cylindrical-coordinate representation of color #BA2558: hue angle of 339.46º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2558 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 88 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.27 |
| HSL | 339.46º | 0.67% | 0.44% | - |
| HSV(B) | 339.46º | 0.8% | 0.73% | - |
| XYZ | 22.67 | 12.47 | 10.44 | - |
| YUV | 87.37 | 128.36 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 88 | 0 | 0.80 | 0.53 | 0.27 | 339.46 | 0.67 | 0.44 |
| Hex | BA | 25 | 58 | 0 | 50 | 35 | 1B | 153 | 43 | 2C |
| Octal | 272 | 45 | 130 | 0 | 120 | 65 | 33 | 523 | 103 | 54 |
| Binary | 10111010 | 100101 | 1011000 | 0 | 1010000 | 110101 | 11011 | 101010011 | 1000011 | 101100 |
Color Harmonies of #BA2558
Complementary color
Monochromatic Colors of #BA2558
Black with #BA2558
Text Example
Text Example
White with #BA2558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2558; }
p { color: rgb(186,37,88); }
H1.HeaderClassName
{
color: #BA2558;
}
.AnyTagClassName
{
color: #BA2558;
}
</style>
background-color css
<style>
a { background-color: #BA2558; }
a { background-color: rgb(186,37,88); }
div.DivClassName
{
background-color: #BA2558;
}
.BgClassName
{
background-color: #BA2558;
}
</style>
border-color css
<style>
span { border-color: #BA2558; }
span { border-color: rgb(186,37,88); }
td.TdClassName
{
border-color: #BA2558;
}
.TagClassName
{
border-color: #BA2558;
}
</style>