Shades of Old Rose #BF4050
Tints of Old Rose #BF4050
RGB
CMYK
RGB Variations
Color information
#BF4050 (or 0xBF4050) is known color: Old Rose. HEX triplet: BF, 40 and 50. RGB value is (191,64,80). Sum of RGB (Red+Green+Blue) = 191+64+80=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4050 is #40BFAF. Grayscale: #676767. Windows color (decimal): -4243376 or 5259455. OLE color: 5259455.
HSL color Cylindrical-coordinate representation of color #BF4050: hue angle of 352.44º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4050 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 80 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.25 |
| HSL | 352.44º | 0.5% | 0.5% | - |
| HSV(B) | 352.44º | 0.66% | 0.75% | - |
| XYZ | 24.77 | 15.32 | 9.24 | - |
| YUV | 103.8 | 114.58 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 80 | 0 | 0.66 | 0.58 | 0.25 | 352.44 | 0.5 | 0.5 |
| Hex | BF | 40 | 50 | 0 | 42 | 3A | 19 | 160 | 32 | 32 |
| Octal | 277 | 100 | 120 | 0 | 102 | 72 | 31 | 540 | 62 | 62 |
| Binary | 10111111 | 1000000 | 1010000 | 0 | 1000010 | 111010 | 11001 | 101100000 | 110010 | 110010 |
Color Harmonies of #BF4050
Complementary color
Monochromatic Colors of #BF4050
Black with #BF4050
Text Example
Text Example
White with #BF4050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4050; }
p { color: rgb(191,64,80); }
H1.HeaderClassName
{
color: #BF4050;
}
.AnyTagClassName
{
color: #BF4050;
}
</style>
background-color css
<style>
a { background-color: #BF4050; }
a { background-color: rgb(191,64,80); }
div.DivClassName
{
background-color: #BF4050;
}
.BgClassName
{
background-color: #BF4050;
}
</style>
border-color css
<style>
span { border-color: #BF4050; }
span { border-color: rgb(191,64,80); }
td.TdClassName
{
border-color: #BF4050;
}
.TagClassName
{
border-color: #BF4050;
}
</style>