Shades of Old Rose #BF2465
Tints of Old Rose #BF2465
RGB
CMYK
RGB Variations
Color information
#BF2465 (or 0xBF2465) is known color: Old Rose. HEX triplet: BF, 24 and 65. RGB value is (191,36,101). Sum of RGB (Red+Green+Blue) = 191+36+101=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2465 is #40DB9A. Grayscale: #595959. Windows color (decimal): -4250523 or 6628543. OLE color: 6628543.
HSL color Cylindrical-coordinate representation of color #BF2465: hue angle of 334.84º 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 #BF2465 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 36 | 101 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.25 |
| HSL | 334.84º | 0.68% | 0.45% | - |
| HSV(B) | 334.84º | 0.81% | 0.75% | - |
| XYZ | 24.47 | 13.28 | 13.59 | - |
| YUV | 89.76 | 134.35 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 101 | 0 | 0.81 | 0.47 | 0.25 | 334.84 | 0.68 | 0.45 |
| Hex | BF | 24 | 65 | 0 | 51 | 2F | 19 | 14F | 44 | 2D |
| Octal | 277 | 44 | 145 | 0 | 121 | 57 | 31 | 517 | 104 | 55 |
| Binary | 10111111 | 100100 | 1100101 | 0 | 1010001 | 101111 | 11001 | 101001111 | 1000100 | 101101 |
Color Harmonies of #BF2465
Complementary color
Monochromatic Colors of #BF2465
Black with #BF2465
Text Example
Text Example
White with #BF2465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2465; }
p { color: rgb(191,36,101); }
H1.HeaderClassName
{
color: #BF2465;
}
.AnyTagClassName
{
color: #BF2465;
}
</style>
background-color css
<style>
a { background-color: #BF2465; }
a { background-color: rgb(191,36,101); }
div.DivClassName
{
background-color: #BF2465;
}
.BgClassName
{
background-color: #BF2465;
}
</style>
border-color css
<style>
span { border-color: #BF2465; }
span { border-color: rgb(191,36,101); }
td.TdClassName
{
border-color: #BF2465;
}
.TagClassName
{
border-color: #BF2465;
}
</style>