Shades of Old Rose #BF3051
Tints of Old Rose #BF3051
RGB
CMYK
RGB Variations
Color information
#BF3051 (or 0xBF3051) is known color: Old Rose. HEX triplet: BF, 30 and 51. RGB value is (191,48,81). Sum of RGB (Red+Green+Blue) = 191+48+81=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3051 is #40CFAE. Grayscale: #5E5E5E. Windows color (decimal): -4247471 or 5320895. OLE color: 5320895.
HSL color Cylindrical-coordinate representation of color #BF3051: hue angle of 346.15º 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 #BF3051 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 48 | 81 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.25 |
| HSL | 346.15º | 0.6% | 0.47% | - |
| HSV(B) | 346.15º | 0.75% | 0.75% | - |
| XYZ | 24.03 | 13.78 | 9.18 | - |
| YUV | 94.52 | 120.38 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 48 | 81 | 0 | 0.75 | 0.58 | 0.25 | 346.15 | 0.6 | 0.47 |
| Hex | BF | 30 | 51 | 0 | 4B | 3A | 19 | 15A | 3C | 2F |
| Octal | 277 | 60 | 121 | 0 | 113 | 72 | 31 | 532 | 74 | 57 |
| Binary | 10111111 | 110000 | 1010001 | 0 | 1001011 | 111010 | 11001 | 101011010 | 111100 | 101111 |
Color Harmonies of #BF3051
Complementary color
Monochromatic Colors of #BF3051
Black with #BF3051
Text Example
Text Example
White with #BF3051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3051; }
p { color: rgb(191,48,81); }
H1.HeaderClassName
{
color: #BF3051;
}
.AnyTagClassName
{
color: #BF3051;
}
</style>
background-color css
<style>
a { background-color: #BF3051; }
a { background-color: rgb(191,48,81); }
div.DivClassName
{
background-color: #BF3051;
}
.BgClassName
{
background-color: #BF3051;
}
</style>
border-color css
<style>
span { border-color: #BF3051; }
span { border-color: rgb(191,48,81); }
td.TdClassName
{
border-color: #BF3051;
}
.TagClassName
{
border-color: #BF3051;
}
</style>