Shades of Old Rose #BF2560
Tints of Old Rose #BF2560
RGB
CMYK
RGB Variations
Color information
#BF2560 (or 0xBF2560) is known color: Old Rose. HEX triplet: BF, 25 and 60. RGB value is (191,37,96). Sum of RGB (Red+Green+Blue) = 191+37+96=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2560 is #40DA9F. Grayscale: #595959. Windows color (decimal): -4250272 or 6301119. OLE color: 6301119.
HSL color Cylindrical-coordinate representation of color #BF2560: hue angle of 337.01º 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 #BF2560 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 37 | 96 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.25 |
| HSL | 337.01º | 0.68% | 0.45% | - |
| HSV(B) | 337.01º | 0.81% | 0.75% | - |
| XYZ | 24.26 | 13.24 | 12.34 | - |
| YUV | 89.77 | 131.52 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 37 | 96 | 0 | 0.81 | 0.50 | 0.25 | 337.01 | 0.68 | 0.45 |
| Hex | BF | 25 | 60 | 0 | 51 | 32 | 19 | 151 | 44 | 2D |
| Octal | 277 | 45 | 140 | 0 | 121 | 62 | 31 | 521 | 104 | 55 |
| Binary | 10111111 | 100101 | 1100000 | 0 | 1010001 | 110010 | 11001 | 101010001 | 1000100 | 101101 |
Color Harmonies of #BF2560
Complementary color
Monochromatic Colors of #BF2560
Black with #BF2560
Text Example
Text Example
White with #BF2560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2560; }
p { color: rgb(191,37,96); }
H1.HeaderClassName
{
color: #BF2560;
}
.AnyTagClassName
{
color: #BF2560;
}
</style>
background-color css
<style>
a { background-color: #BF2560; }
a { background-color: rgb(191,37,96); }
div.DivClassName
{
background-color: #BF2560;
}
.BgClassName
{
background-color: #BF2560;
}
</style>
border-color css
<style>
span { border-color: #BF2560; }
span { border-color: rgb(191,37,96); }
td.TdClassName
{
border-color: #BF2560;
}
.TagClassName
{
border-color: #BF2560;
}
</style>