Shades of Old Rose #BF3F55
Tints of Old Rose #BF3F55
RGB
CMYK
RGB Variations
Color information
#BF3F55 (or 0xBF3F55) is known color: Old Rose. HEX triplet: BF, 3F and 55. RGB value is (191,63,85). Sum of RGB (Red+Green+Blue) = 191+63+85=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3F55 is #40C0AA. Grayscale: #676767. Windows color (decimal): -4243627 or 5586879. OLE color: 5586879.
HSL color Cylindrical-coordinate representation of color #BF3F55: hue angle of 349.69º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF3F55 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 63 | 85 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.25 |
| HSL | 349.69º | 0.5% | 0.5% | - |
| HSV(B) | 349.69º | 0.67% | 0.75% | - |
| XYZ | 24.9 | 15.29 | 10.23 | - |
| YUV | 103.78 | 117.41 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 63 | 85 | 0 | 0.67 | 0.55 | 0.25 | 349.69 | 0.5 | 0.5 |
| Hex | BF | 3F | 55 | 0 | 43 | 37 | 19 | 15E | 32 | 32 |
| Octal | 277 | 77 | 125 | 0 | 103 | 67 | 31 | 536 | 62 | 62 |
| Binary | 10111111 | 111111 | 1010101 | 0 | 1000011 | 110111 | 11001 | 101011110 | 110010 | 110010 |
Color Harmonies of #BF3F55
Complementary color
Monochromatic Colors of #BF3F55
Black with #BF3F55
Text Example
Text Example
White with #BF3F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3F55; }
p { color: rgb(191,63,85); }
H1.HeaderClassName
{
color: #BF3F55;
}
.AnyTagClassName
{
color: #BF3F55;
}
</style>
background-color css
<style>
a { background-color: #BF3F55; }
a { background-color: rgb(191,63,85); }
div.DivClassName
{
background-color: #BF3F55;
}
.BgClassName
{
background-color: #BF3F55;
}
</style>
border-color css
<style>
span { border-color: #BF3F55; }
span { border-color: rgb(191,63,85); }
td.TdClassName
{
border-color: #BF3F55;
}
.TagClassName
{
border-color: #BF3F55;
}
</style>