Shades of Old Rose #BF2565
Tints of Old Rose #BF2565
RGB
CMYK
RGB Variations
Color information
#BF2565 (or 0xBF2565) is known color: Old Rose. HEX triplet: BF, 25 and 65. RGB value is (191,37,101). Sum of RGB (Red+Green+Blue) = 191+37+101=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2565 is #40DA9A. Grayscale: #5A5A5A. Windows color (decimal): -4250267 or 6628799. OLE color: 6628799.
HSL color Cylindrical-coordinate representation of color #BF2565: hue angle of 335.06º 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 #BF2565 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 37 | 101 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.25 |
| HSL | 335.06º | 0.68% | 0.45% | - |
| HSV(B) | 335.06º | 0.81% | 0.75% | - |
| XYZ | 24.5 | 13.34 | 13.6 | - |
| YUV | 90.34 | 134.02 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 37 | 101 | 0 | 0.81 | 0.47 | 0.25 | 335.06 | 0.68 | 0.45 |
| Hex | BF | 25 | 65 | 0 | 51 | 2F | 19 | 14F | 44 | 2D |
| Octal | 277 | 45 | 145 | 0 | 121 | 57 | 31 | 517 | 104 | 55 |
| Binary | 10111111 | 100101 | 1100101 | 0 | 1010001 | 101111 | 11001 | 101001111 | 1000100 | 101101 |
Color Harmonies of #BF2565
Complementary color
Monochromatic Colors of #BF2565
Black with #BF2565
Text Example
Text Example
White with #BF2565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2565; }
p { color: rgb(191,37,101); }
H1.HeaderClassName
{
color: #BF2565;
}
.AnyTagClassName
{
color: #BF2565;
}
</style>
background-color css
<style>
a { background-color: #BF2565; }
a { background-color: rgb(191,37,101); }
div.DivClassName
{
background-color: #BF2565;
}
.BgClassName
{
background-color: #BF2565;
}
</style>
border-color css
<style>
span { border-color: #BF2565; }
span { border-color: rgb(191,37,101); }
td.TdClassName
{
border-color: #BF2565;
}
.TagClassName
{
border-color: #BF2565;
}
</style>