Shades of Old Rose #BF1F55
Tints of Old Rose #BF1F55
RGB
CMYK
RGB Variations
Color information
#BF1F55 (or 0xBF1F55) is known color: Old Rose. HEX triplet: BF, 1F and 55. RGB value is (191,31,85). Sum of RGB (Red+Green+Blue) = 191+31+85=307 (40% of max value = 765). Red value is 191 (75% from 255 or 62.21% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1F55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF1F55 is #40E0AA. Grayscale: #545454. Windows color (decimal): -4251819 or 5578687. OLE color: 5578687.
HSL color Cylindrical-coordinate representation of color #BF1F55: hue angle of 339.75º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF1F55 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 31 | 85 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.25 |
| HSL | 339.75º | 0.72% | 0.44% | - |
| HSV(B) | 339.75º | 0.84% | 0.75% | - |
| XYZ | 23.62 | 12.71 | 9.8 | - |
| YUV | 85 | 128.01 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 31 | 85 | 0 | 0.84 | 0.55 | 0.25 | 339.75 | 0.72 | 0.44 |
| Hex | BF | 1F | 55 | 0 | 54 | 37 | 19 | 154 | 48 | 2C |
| Octal | 277 | 37 | 125 | 0 | 124 | 67 | 31 | 524 | 110 | 54 |
| Binary | 10111111 | 11111 | 1010101 | 0 | 1010100 | 110111 | 11001 | 101010100 | 1001000 | 101100 |
Color Harmonies of #BF1F55
Complementary color
Monochromatic Colors of #BF1F55
Black with #BF1F55
Text Example
Text Example
White with #BF1F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1F55; }
p { color: rgb(191,31,85); }
H1.HeaderClassName
{
color: #BF1F55;
}
.AnyTagClassName
{
color: #BF1F55;
}
</style>
background-color css
<style>
a { background-color: #BF1F55; }
a { background-color: rgb(191,31,85); }
div.DivClassName
{
background-color: #BF1F55;
}
.BgClassName
{
background-color: #BF1F55;
}
</style>
border-color css
<style>
span { border-color: #BF1F55; }
span { border-color: rgb(191,31,85); }
td.TdClassName
{
border-color: #BF1F55;
}
.TagClassName
{
border-color: #BF1F55;
}
</style>