Shades of Old Rose #BF2951
Tints of Old Rose #BF2951
RGB
CMYK
RGB Variations
Color information
#BF2951 (or 0xBF2951) is known color: Old Rose. HEX triplet: BF, 29 and 51. RGB value is (191,41,81). Sum of RGB (Red+Green+Blue) = 191+41+81=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2951 is #40D6AE. Grayscale: #5A5A5A. Windows color (decimal): -4249263 or 5319103. OLE color: 5319103.
HSL color Cylindrical-coordinate representation of color #BF2951: hue angle of 344º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF2951 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 41 | 81 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.25 |
| HSL | 344º | 0.65% | 0.45% | - |
| HSV(B) | 344º | 0.79% | 0.75% | - |
| XYZ | 23.76 | 13.26 | 9.09 | - |
| YUV | 90.41 | 122.7 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 41 | 81 | 0 | 0.79 | 0.58 | 0.25 | 344 | 0.65 | 0.45 |
| Hex | BF | 29 | 51 | 0 | 4F | 3A | 19 | 158 | 41 | 2D |
| Octal | 277 | 51 | 121 | 0 | 117 | 72 | 31 | 530 | 101 | 55 |
| Binary | 10111111 | 101001 | 1010001 | 0 | 1001111 | 111010 | 11001 | 101011000 | 1000001 | 101101 |
Color Harmonies of #BF2951
Complementary color
Monochromatic Colors of #BF2951
Black with #BF2951
Text Example
Text Example
White with #BF2951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2951; }
p { color: rgb(191,41,81); }
H1.HeaderClassName
{
color: #BF2951;
}
.AnyTagClassName
{
color: #BF2951;
}
</style>
background-color css
<style>
a { background-color: #BF2951; }
a { background-color: rgb(191,41,81); }
div.DivClassName
{
background-color: #BF2951;
}
.BgClassName
{
background-color: #BF2951;
}
</style>
border-color css
<style>
span { border-color: #BF2951; }
span { border-color: rgb(191,41,81); }
td.TdClassName
{
border-color: #BF2951;
}
.TagClassName
{
border-color: #BF2951;
}
</style>