Shades of Old Rose #BF2460
Tints of Old Rose #BF2460
RGB
CMYK
RGB Variations
Color information
#BF2460 (or 0xBF2460) is known color: Old Rose. HEX triplet: BF, 24 and 60. RGB value is (191,36,96). Sum of RGB (Red+Green+Blue) = 191+36+96=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2460 is #40DB9F. Grayscale: #595959. Windows color (decimal): -4250528 or 6300863. OLE color: 6300863.
HSL color Cylindrical-coordinate representation of color #BF2460: hue angle of 336.77º 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 #BF2460 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 36 | 96 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.25 |
| HSL | 336.77º | 0.68% | 0.45% | - |
| HSV(B) | 336.77º | 0.81% | 0.75% | - |
| XYZ | 24.23 | 13.18 | 12.33 | - |
| YUV | 89.19 | 131.85 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 96 | 0 | 0.81 | 0.50 | 0.25 | 336.77 | 0.68 | 0.45 |
| Hex | BF | 24 | 60 | 0 | 51 | 32 | 19 | 151 | 44 | 2D |
| Octal | 277 | 44 | 140 | 0 | 121 | 62 | 31 | 521 | 104 | 55 |
| Binary | 10111111 | 100100 | 1100000 | 0 | 1010001 | 110010 | 11001 | 101010001 | 1000100 | 101101 |
Color Harmonies of #BF2460
Complementary color
Monochromatic Colors of #BF2460
Black with #BF2460
Text Example
Text Example
White with #BF2460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2460; }
p { color: rgb(191,36,96); }
H1.HeaderClassName
{
color: #BF2460;
}
.AnyTagClassName
{
color: #BF2460;
}
</style>
background-color css
<style>
a { background-color: #BF2460; }
a { background-color: rgb(191,36,96); }
div.DivClassName
{
background-color: #BF2460;
}
.BgClassName
{
background-color: #BF2460;
}
</style>
border-color css
<style>
span { border-color: #BF2460; }
span { border-color: rgb(191,36,96); }
td.TdClassName
{
border-color: #BF2460;
}
.TagClassName
{
border-color: #BF2460;
}
</style>