Shades of Old Rose #BA2857
Tints of Old Rose #BA2857
RGB
CMYK
RGB Variations
Color information
#BA2857 (or 0xBA2857) is known color: Old Rose. HEX triplet: BA, 28 and 57. RGB value is (186,40,87). Sum of RGB (Red+Green+Blue) = 186+40+87=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2857 is #45D7A8. Grayscale: #585858. Windows color (decimal): -4577193 or 5712058. OLE color: 5712058.
HSL color Cylindrical-coordinate representation of color #BA2857: hue angle of 340.68º 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 #BA2857 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 87 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.27 |
| HSL | 340.68º | 0.65% | 0.44% | - |
| HSV(B) | 340.68º | 0.78% | 0.73% | - |
| XYZ | 22.73 | 12.64 | 10.26 | - |
| YUV | 89.01 | 126.87 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 87 | 0 | 0.78 | 0.53 | 0.27 | 340.68 | 0.65 | 0.44 |
| Hex | BA | 28 | 57 | 0 | 4E | 35 | 1B | 155 | 41 | 2C |
| Octal | 272 | 50 | 127 | 0 | 116 | 65 | 33 | 525 | 101 | 54 |
| Binary | 10111010 | 101000 | 1010111 | 0 | 1001110 | 110101 | 11011 | 101010101 | 1000001 | 101100 |
Color Harmonies of #BA2857
Complementary color
Monochromatic Colors of #BA2857
Black with #BA2857
Text Example
Text Example
White with #BA2857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2857; }
p { color: rgb(186,40,87); }
H1.HeaderClassName
{
color: #BA2857;
}
.AnyTagClassName
{
color: #BA2857;
}
</style>
background-color css
<style>
a { background-color: #BA2857; }
a { background-color: rgb(186,40,87); }
div.DivClassName
{
background-color: #BA2857;
}
.BgClassName
{
background-color: #BA2857;
}
</style>
border-color css
<style>
span { border-color: #BA2857; }
span { border-color: rgb(186,40,87); }
td.TdClassName
{
border-color: #BA2857;
}
.TagClassName
{
border-color: #BA2857;
}
</style>