Shades of Old Rose #BA2F56
Tints of Old Rose #BA2F56
RGB
CMYK
RGB Variations
Color information
#BA2F56 (or 0xBA2F56) is known color: Old Rose. HEX triplet: BA, 2F and 56. RGB value is (186,47,86). Sum of RGB (Red+Green+Blue) = 186+47+86=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2F56 is #45D0A9. Grayscale: #5C5C5C. Windows color (decimal): -4575402 or 5648314. OLE color: 5648314.
HSL color Cylindrical-coordinate representation of color #BA2F56: hue angle of 343.17º 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 #BA2F56 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 86 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.27 |
| HSL | 343.17º | 0.6% | 0.46% | - |
| HSV(B) | 343.17º | 0.75% | 0.73% | - |
| XYZ | 22.95 | 13.14 | 10.13 | - |
| YUV | 93.01 | 124.05 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 86 | 0 | 0.75 | 0.54 | 0.27 | 343.17 | 0.6 | 0.46 |
| Hex | BA | 2F | 56 | 0 | 4B | 36 | 1B | 157 | 3C | 2E |
| Octal | 272 | 57 | 126 | 0 | 113 | 66 | 33 | 527 | 74 | 56 |
| Binary | 10111010 | 101111 | 1010110 | 0 | 1001011 | 110110 | 11011 | 101010111 | 111100 | 101110 |
Color Harmonies of #BA2F56
Complementary color
Monochromatic Colors of #BA2F56
Black with #BA2F56
Text Example
Text Example
White with #BA2F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2F56; }
p { color: rgb(186,47,86); }
H1.HeaderClassName
{
color: #BA2F56;
}
.AnyTagClassName
{
color: #BA2F56;
}
</style>
background-color css
<style>
a { background-color: #BA2F56; }
a { background-color: rgb(186,47,86); }
div.DivClassName
{
background-color: #BA2F56;
}
.BgClassName
{
background-color: #BA2F56;
}
</style>
border-color css
<style>
span { border-color: #BA2F56; }
span { border-color: rgb(186,47,86); }
td.TdClassName
{
border-color: #BA2F56;
}
.TagClassName
{
border-color: #BA2F56;
}
</style>