Shades of Old Rose #BF1F5C
Tints of Old Rose #BF1F5C
RGB
CMYK
RGB Variations
Color information
#BF1F5C (or 0xBF1F5C) is known color: Old Rose. HEX triplet: BF, 1F and 5C. RGB value is (191,31,92). Sum of RGB (Red+Green+Blue) = 191+31+92=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1F5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF1F5C is #40E0A3. Grayscale: #555555. Windows color (decimal): -4251812 or 6037439. OLE color: 6037439.
HSL color Cylindrical-coordinate representation of color #BF1F5C: hue angle of 337.12º 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 #BF1F5C is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 31 | 92 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.25 |
| HSL | 337.13º | 0.72% | 0.44% | - |
| HSV(B) | 337.13º | 0.84% | 0.75% | - |
| XYZ | 23.91 | 12.83 | 11.34 | - |
| YUV | 85.79 | 131.51 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 31 | 92 | 0 | 0.84 | 0.52 | 0.25 | 337.13 | 0.72 | 0.44 |
| Hex | BF | 1F | 5C | 0 | 54 | 34 | 19 | 151 | 48 | 2C |
| Octal | 277 | 37 | 134 | 0 | 124 | 64 | 31 | 521 | 110 | 54 |
| Binary | 10111111 | 11111 | 1011100 | 0 | 1010100 | 110100 | 11001 | 101010001 | 1001000 | 101100 |
Color Harmonies of #BF1F5C
Complementary color
Monochromatic Colors of #BF1F5C
Black with #BF1F5C
Text Example
Text Example
White with #BF1F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1F5C; }
p { color: rgb(191,31,92); }
H1.HeaderClassName
{
color: #BF1F5C;
}
.AnyTagClassName
{
color: #BF1F5C;
}
</style>
background-color css
<style>
a { background-color: #BF1F5C; }
a { background-color: rgb(191,31,92); }
div.DivClassName
{
background-color: #BF1F5C;
}
.BgClassName
{
background-color: #BF1F5C;
}
</style>
border-color css
<style>
span { border-color: #BF1F5C; }
span { border-color: rgb(191,31,92); }
td.TdClassName
{
border-color: #BF1F5C;
}
.TagClassName
{
border-color: #BF1F5C;
}
</style>