Shades of Old Rose #BF2F51
Tints of Old Rose #BF2F51
RGB
CMYK
RGB Variations
Color information
#BF2F51 (or 0xBF2F51) is known color: Old Rose. HEX triplet: BF, 2F and 51. RGB value is (191,47,81). Sum of RGB (Red+Green+Blue) = 191+47+81=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2F51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2F51 is #40D0AE. Grayscale: #5D5D5D. Windows color (decimal): -4247727 or 5320639. OLE color: 5320639.
HSL color Cylindrical-coordinate representation of color #BF2F51: hue angle of 345.83º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF2F51 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 47 | 81 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.25 |
| HSL | 345.83º | 0.61% | 0.47% | - |
| HSV(B) | 345.83º | 0.75% | 0.75% | - |
| XYZ | 23.99 | 13.7 | 9.17 | - |
| YUV | 93.93 | 120.71 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 47 | 81 | 0 | 0.75 | 0.58 | 0.25 | 345.83 | 0.61 | 0.47 |
| Hex | BF | 2F | 51 | 0 | 4B | 3A | 19 | 15A | 3D | 2F |
| Octal | 277 | 57 | 121 | 0 | 113 | 72 | 31 | 532 | 75 | 57 |
| Binary | 10111111 | 101111 | 1010001 | 0 | 1001011 | 111010 | 11001 | 101011010 | 111101 | 101111 |
Color Harmonies of #BF2F51
Complementary color
Monochromatic Colors of #BF2F51
Black with #BF2F51
Text Example
Text Example
White with #BF2F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2F51; }
p { color: rgb(191,47,81); }
H1.HeaderClassName
{
color: #BF2F51;
}
.AnyTagClassName
{
color: #BF2F51;
}
</style>
background-color css
<style>
a { background-color: #BF2F51; }
a { background-color: rgb(191,47,81); }
div.DivClassName
{
background-color: #BF2F51;
}
.BgClassName
{
background-color: #BF2F51;
}
</style>
border-color css
<style>
span { border-color: #BF2F51; }
span { border-color: rgb(191,47,81); }
td.TdClassName
{
border-color: #BF2F51;
}
.TagClassName
{
border-color: #BF2F51;
}
</style>