Shades of Old Rose #BF3046
Tints of Old Rose #BF3046
RGB
CMYK
RGB Variations
Color information
#BF3046 (or 0xBF3046) is known color: Old Rose. HEX triplet: BF, 30 and 46. RGB value is (191,48,70). Sum of RGB (Red+Green+Blue) = 191+48+70=309 (40% of max value = 765). Red value is 191 (75% from 255 or 61.81% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3046 is #40CFB9. Grayscale: #5D5D5D. Windows color (decimal): -4247482 or 4599999. OLE color: 4599999.
HSL color Cylindrical-coordinate representation of color #BF3046: hue angle of 350.77º degrees, saturation: 0.6, 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 #BF3046 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 48 | 70 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.25 |
| HSL | 350.77º | 0.6% | 0.47% | - |
| HSV(B) | 350.77º | 0.75% | 0.75% | - |
| XYZ | 23.65 | 13.63 | 7.18 | - |
| YUV | 93.27 | 114.88 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 48 | 70 | 0 | 0.75 | 0.63 | 0.25 | 350.77 | 0.6 | 0.47 |
| Hex | BF | 30 | 46 | 0 | 4B | 3F | 19 | 15F | 3C | 2F |
| Octal | 277 | 60 | 106 | 0 | 113 | 77 | 31 | 537 | 74 | 57 |
| Binary | 10111111 | 110000 | 1000110 | 0 | 1001011 | 111111 | 11001 | 101011111 | 111100 | 101111 |
Color Harmonies of #BF3046
Complementary color
Monochromatic Colors of #BF3046
Black with #BF3046
Text Example
Text Example
White with #BF3046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3046; }
p { color: rgb(191,48,70); }
H1.HeaderClassName
{
color: #BF3046;
}
.AnyTagClassName
{
color: #BF3046;
}
</style>
background-color css
<style>
a { background-color: #BF3046; }
a { background-color: rgb(191,48,70); }
div.DivClassName
{
background-color: #BF3046;
}
.BgClassName
{
background-color: #BF3046;
}
</style>
border-color css
<style>
span { border-color: #BF3046; }
span { border-color: rgb(191,48,70); }
td.TdClassName
{
border-color: #BF3046;
}
.TagClassName
{
border-color: #BF3046;
}
</style>