Shades of Old Rose #BF3146
Tints of Old Rose #BF3146
RGB
CMYK
RGB Variations
Color information
#BF3146 (or 0xBF3146) is known color: Old Rose. HEX triplet: BF, 31 and 46. RGB value is (191,49,70). Sum of RGB (Red+Green+Blue) = 191+49+70=310 (41% of max value = 765). Red value is 191 (75% from 255 or 61.61% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3146 is #40CEB9. Grayscale: #5D5D5D. Windows color (decimal): -4247226 or 4600255. OLE color: 4600255.
HSL color Cylindrical-coordinate representation of color #BF3146: hue angle of 351.13º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF3146 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 49 | 70 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.25 |
| HSL | 351.13º | 0.59% | 0.47% | - |
| HSV(B) | 351.13º | 0.74% | 0.75% | - |
| XYZ | 23.69 | 13.72 | 7.19 | - |
| YUV | 93.85 | 114.54 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 49 | 70 | 0 | 0.74 | 0.63 | 0.25 | 351.13 | 0.59 | 0.47 |
| Hex | BF | 31 | 46 | 0 | 4A | 3F | 19 | 15F | 3B | 2F |
| Octal | 277 | 61 | 106 | 0 | 112 | 77 | 31 | 537 | 73 | 57 |
| Binary | 10111111 | 110001 | 1000110 | 0 | 1001010 | 111111 | 11001 | 101011111 | 111011 | 101111 |
Color Harmonies of #BF3146
Complementary color
Monochromatic Colors of #BF3146
Black with #BF3146
Text Example
Text Example
White with #BF3146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3146; }
p { color: rgb(191,49,70); }
H1.HeaderClassName
{
color: #BF3146;
}
.AnyTagClassName
{
color: #BF3146;
}
</style>
background-color css
<style>
a { background-color: #BF3146; }
a { background-color: rgb(191,49,70); }
div.DivClassName
{
background-color: #BF3146;
}
.BgClassName
{
background-color: #BF3146;
}
</style>
border-color css
<style>
span { border-color: #BF3146; }
span { border-color: rgb(191,49,70); }
td.TdClassName
{
border-color: #BF3146;
}
.TagClassName
{
border-color: #BF3146;
}
</style>