Shades of Old Rose #BF2050
Tints of Old Rose #BF2050
RGB
CMYK
RGB Variations
Color information
#BF2050 (or 0xBF2050) is known color: Old Rose. HEX triplet: BF, 20 and 50. RGB value is (191,32,80). Sum of RGB (Red+Green+Blue) = 191+32+80=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2050 is #40DFAF. Grayscale: #545454. Windows color (decimal): -4251568 or 5251263. OLE color: 5251263.
HSL color Cylindrical-coordinate representation of color #BF2050: hue angle of 341.89º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2050 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 32 | 80 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.25 |
| HSL | 341.89º | 0.71% | 0.44% | - |
| HSV(B) | 341.89º | 0.83% | 0.75% | - |
| XYZ | 23.45 | 12.69 | 8.8 | - |
| YUV | 85.01 | 125.18 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 80 | 0 | 0.83 | 0.58 | 0.25 | 341.89 | 0.71 | 0.44 |
| Hex | BF | 20 | 50 | 0 | 53 | 3A | 19 | 156 | 47 | 2C |
| Octal | 277 | 40 | 120 | 0 | 123 | 72 | 31 | 526 | 107 | 54 |
| Binary | 10111111 | 100000 | 1010000 | 0 | 1010011 | 111010 | 11001 | 101010110 | 1000111 | 101100 |
Color Harmonies of #BF2050
Complementary color
Monochromatic Colors of #BF2050
Black with #BF2050
Text Example
Text Example
White with #BF2050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2050; }
p { color: rgb(191,32,80); }
H1.HeaderClassName
{
color: #BF2050;
}
.AnyTagClassName
{
color: #BF2050;
}
</style>
background-color css
<style>
a { background-color: #BF2050; }
a { background-color: rgb(191,32,80); }
div.DivClassName
{
background-color: #BF2050;
}
.BgClassName
{
background-color: #BF2050;
}
</style>
border-color css
<style>
span { border-color: #BF2050; }
span { border-color: rgb(191,32,80); }
td.TdClassName
{
border-color: #BF2050;
}
.TagClassName
{
border-color: #BF2050;
}
</style>