Shades of Old Rose #BF3460
Tints of Old Rose #BF3460
RGB
CMYK
RGB Variations
Color information
#BF3460 (or 0xBF3460) is known color: Old Rose. HEX triplet: BF, 34 and 60. RGB value is (191,52,96). Sum of RGB (Red+Green+Blue) = 191+52+96=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3460 is #40CB9F. Grayscale: #626262. Windows color (decimal): -4246432 or 6304959. OLE color: 6304959.
HSL color Cylindrical-coordinate representation of color #BF3460: hue angle of 341.01º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF3460 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 52 | 96 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.25 |
| HSL | 341.01º | 0.57% | 0.48% | - |
| HSV(B) | 341.01º | 0.73% | 0.75% | - |
| XYZ | 24.83 | 14.38 | 12.53 | - |
| YUV | 98.58 | 126.55 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 52 | 96 | 0 | 0.73 | 0.50 | 0.25 | 341.01 | 0.57 | 0.48 |
| Hex | BF | 34 | 60 | 0 | 49 | 32 | 19 | 155 | 39 | 30 |
| Octal | 277 | 64 | 140 | 0 | 111 | 62 | 31 | 525 | 71 | 60 |
| Binary | 10111111 | 110100 | 1100000 | 0 | 1001001 | 110010 | 11001 | 101010101 | 111001 | 110000 |
Color Harmonies of #BF3460
Complementary color
Monochromatic Colors of #BF3460
Black with #BF3460
Text Example
Text Example
White with #BF3460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3460; }
p { color: rgb(191,52,96); }
H1.HeaderClassName
{
color: #BF3460;
}
.AnyTagClassName
{
color: #BF3460;
}
</style>
background-color css
<style>
a { background-color: #BF3460; }
a { background-color: rgb(191,52,96); }
div.DivClassName
{
background-color: #BF3460;
}
.BgClassName
{
background-color: #BF3460;
}
</style>
border-color css
<style>
span { border-color: #BF3460; }
span { border-color: rgb(191,52,96); }
td.TdClassName
{
border-color: #BF3460;
}
.TagClassName
{
border-color: #BF3460;
}
</style>