Shades of Old Rose #BA2F57
Tints of Old Rose #BA2F57
RGB
CMYK
RGB Variations
Color information
#BA2F57 (or 0xBA2F57) is known color: Old Rose. HEX triplet: BA, 2F and 57. RGB value is (186,47,87). Sum of RGB (Red+Green+Blue) = 186+47+87=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 87 (34.38% from 255 or 27.19% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2F57 is #45D0A8. Grayscale: #5D5D5D. Windows color (decimal): -4575401 or 5713850. OLE color: 5713850.
HSL color Cylindrical-coordinate representation of color #BA2F57: hue angle of 342.73º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2F57 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 87 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.27 |
| HSL | 342.73º | 0.6% | 0.46% | - |
| HSV(B) | 342.73º | 0.75% | 0.73% | - |
| XYZ | 22.99 | 13.16 | 10.35 | - |
| YUV | 93.12 | 124.55 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 87 | 0 | 0.75 | 0.53 | 0.27 | 342.73 | 0.6 | 0.46 |
| Hex | BA | 2F | 57 | 0 | 4B | 35 | 1B | 157 | 3C | 2E |
| Octal | 272 | 57 | 127 | 0 | 113 | 65 | 33 | 527 | 74 | 56 |
| Binary | 10111010 | 101111 | 1010111 | 0 | 1001011 | 110101 | 11011 | 101010111 | 111100 | 101110 |
Color Harmonies of #BA2F57
Complementary color
Monochromatic Colors of #BA2F57
Black with #BA2F57
Text Example
Text Example
White with #BA2F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2F57; }
p { color: rgb(186,47,87); }
H1.HeaderClassName
{
color: #BA2F57;
}
.AnyTagClassName
{
color: #BA2F57;
}
</style>
background-color css
<style>
a { background-color: #BA2F57; }
a { background-color: rgb(186,47,87); }
div.DivClassName
{
background-color: #BA2F57;
}
.BgClassName
{
background-color: #BA2F57;
}
</style>
border-color css
<style>
span { border-color: #BA2F57; }
span { border-color: rgb(186,47,87); }
td.TdClassName
{
border-color: #BA2F57;
}
.TagClassName
{
border-color: #BA2F57;
}
</style>