Shades of Old Rose #BF2564
Tints of Old Rose #BF2564
RGB
CMYK
RGB Variations
Color information
#BF2564 (or 0xBF2564) is known color: Old Rose. HEX triplet: BF, 25 and 64. RGB value is (191,37,100). Sum of RGB (Red+Green+Blue) = 191+37+100=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2564 is #40DA9B. Grayscale: #5A5A5A. Windows color (decimal): -4250268 or 6563263. OLE color: 6563263.
HSL color Cylindrical-coordinate representation of color #BF2564: hue angle of 335.45º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2564 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 37 | 100 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.25 |
| HSL | 335.45º | 0.68% | 0.45% | - |
| HSV(B) | 335.45º | 0.81% | 0.75% | - |
| XYZ | 24.45 | 13.32 | 13.34 | - |
| YUV | 90.23 | 133.52 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 37 | 100 | 0 | 0.81 | 0.48 | 0.25 | 335.45 | 0.68 | 0.45 |
| Hex | BF | 25 | 64 | 0 | 51 | 30 | 19 | 14F | 44 | 2D |
| Octal | 277 | 45 | 144 | 0 | 121 | 60 | 31 | 517 | 104 | 55 |
| Binary | 10111111 | 100101 | 1100100 | 0 | 1010001 | 110000 | 11001 | 101001111 | 1000100 | 101101 |
Color Harmonies of #BF2564
Complementary color
Monochromatic Colors of #BF2564
Black with #BF2564
Text Example
Text Example
White with #BF2564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2564; }
p { color: rgb(191,37,100); }
H1.HeaderClassName
{
color: #BF2564;
}
.AnyTagClassName
{
color: #BF2564;
}
</style>
background-color css
<style>
a { background-color: #BF2564; }
a { background-color: rgb(191,37,100); }
div.DivClassName
{
background-color: #BF2564;
}
.BgClassName
{
background-color: #BF2564;
}
</style>
border-color css
<style>
span { border-color: #BF2564; }
span { border-color: rgb(191,37,100); }
td.TdClassName
{
border-color: #BF2564;
}
.TagClassName
{
border-color: #BF2564;
}
</style>