Shades of Old Rose #BF1F64
Tints of Old Rose #BF1F64
RGB
CMYK
RGB Variations
Color information
#BF1F64 (or 0xBF1F64) is known color: Old Rose. HEX triplet: BF, 1F and 64. RGB value is (191,31,100). Sum of RGB (Red+Green+Blue) = 191+31+100=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF1F64 is #40E09B. Grayscale: #565656. Windows color (decimal): -4251804 or 6561727. OLE color: 6561727.
HSL color Cylindrical-coordinate representation of color #BF1F64: hue angle of 334.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 #BF1F64 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 31 | 100 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.25 |
| HSL | 334.13º | 0.72% | 0.44% | - |
| HSV(B) | 334.13º | 0.84% | 0.75% | - |
| XYZ | 24.28 | 12.98 | 13.28 | - |
| YUV | 86.71 | 135.51 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 31 | 100 | 0 | 0.84 | 0.48 | 0.25 | 334.13 | 0.72 | 0.44 |
| Hex | BF | 1F | 64 | 0 | 54 | 30 | 19 | 14E | 48 | 2C |
| Octal | 277 | 37 | 144 | 0 | 124 | 60 | 31 | 516 | 110 | 54 |
| Binary | 10111111 | 11111 | 1100100 | 0 | 1010100 | 110000 | 11001 | 101001110 | 1001000 | 101100 |
Color Harmonies of #BF1F64
Complementary color
Monochromatic Colors of #BF1F64
Black with #BF1F64
Text Example
Text Example
White with #BF1F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1F64; }
p { color: rgb(191,31,100); }
H1.HeaderClassName
{
color: #BF1F64;
}
.AnyTagClassName
{
color: #BF1F64;
}
</style>
background-color css
<style>
a { background-color: #BF1F64; }
a { background-color: rgb(191,31,100); }
div.DivClassName
{
background-color: #BF1F64;
}
.BgClassName
{
background-color: #BF1F64;
}
</style>
border-color css
<style>
span { border-color: #BF1F64; }
span { border-color: rgb(191,31,100); }
td.TdClassName
{
border-color: #BF1F64;
}
.TagClassName
{
border-color: #BF1F64;
}
</style>