Shades of Old Rose #BA2856
Tints of Old Rose #BA2856
RGB
CMYK
RGB Variations
Color information
#BA2856 (or 0xBA2856) is known color: Old Rose. HEX triplet: BA, 28 and 56. RGB value is (186,40,86). Sum of RGB (Red+Green+Blue) = 186+40+86=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2856 is #45D7A9. Grayscale: #585858. Windows color (decimal): -4577194 or 5646522. OLE color: 5646522.
HSL color Cylindrical-coordinate representation of color #BA2856: hue angle of 341.1º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2856 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 86 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.27 |
| HSL | 341.1º | 0.65% | 0.44% | - |
| HSV(B) | 341.1º | 0.78% | 0.73% | - |
| XYZ | 22.69 | 12.63 | 10.05 | - |
| YUV | 88.9 | 126.37 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 86 | 0 | 0.78 | 0.54 | 0.27 | 341.1 | 0.65 | 0.44 |
| Hex | BA | 28 | 56 | 0 | 4E | 36 | 1B | 155 | 41 | 2C |
| Octal | 272 | 50 | 126 | 0 | 116 | 66 | 33 | 525 | 101 | 54 |
| Binary | 10111010 | 101000 | 1010110 | 0 | 1001110 | 110110 | 11011 | 101010101 | 1000001 | 101100 |
Color Harmonies of #BA2856
Complementary color
Monochromatic Colors of #BA2856
Black with #BA2856
Text Example
Text Example
White with #BA2856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2856; }
p { color: rgb(186,40,86); }
H1.HeaderClassName
{
color: #BA2856;
}
.AnyTagClassName
{
color: #BA2856;
}
</style>
background-color css
<style>
a { background-color: #BA2856; }
a { background-color: rgb(186,40,86); }
div.DivClassName
{
background-color: #BA2856;
}
.BgClassName
{
background-color: #BA2856;
}
</style>
border-color css
<style>
span { border-color: #BA2856; }
span { border-color: rgb(186,40,86); }
td.TdClassName
{
border-color: #BA2856;
}
.TagClassName
{
border-color: #BA2856;
}
</style>