Shades of Old Rose #BF2859
Tints of Old Rose #BF2859
RGB
CMYK
RGB Variations
Color information
#BF2859 (or 0xBF2859) is known color: Old Rose. HEX triplet: BF, 28 and 59. RGB value is (191,40,89). Sum of RGB (Red+Green+Blue) = 191+40+89=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 89 (35.16% from 255 or 27.81% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2859 is #40D7A6. Grayscale: #5A5A5A. Windows color (decimal): -4249511 or 5843135. OLE color: 5843135.
HSL color Cylindrical-coordinate representation of color #BF2859: hue angle of 340.53º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF2859 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 40 | 89 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.25 |
| HSL | 340.53º | 0.65% | 0.45% | - |
| HSV(B) | 340.53º | 0.79% | 0.75% | - |
| XYZ | 24.05 | 13.32 | 10.75 | - |
| YUV | 90.74 | 127.03 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 40 | 89 | 0 | 0.79 | 0.53 | 0.25 | 340.53 | 0.65 | 0.45 |
| Hex | BF | 28 | 59 | 0 | 4F | 35 | 19 | 155 | 41 | 2D |
| Octal | 277 | 50 | 131 | 0 | 117 | 65 | 31 | 525 | 101 | 55 |
| Binary | 10111111 | 101000 | 1011001 | 0 | 1001111 | 110101 | 11001 | 101010101 | 1000001 | 101101 |
Color Harmonies of #BF2859
Complementary color
Monochromatic Colors of #BF2859
Black with #BF2859
Text Example
Text Example
White with #BF2859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2859; }
p { color: rgb(191,40,89); }
H1.HeaderClassName
{
color: #BF2859;
}
.AnyTagClassName
{
color: #BF2859;
}
</style>
background-color css
<style>
a { background-color: #BF2859; }
a { background-color: rgb(191,40,89); }
div.DivClassName
{
background-color: #BF2859;
}
.BgClassName
{
background-color: #BF2859;
}
</style>
border-color css
<style>
span { border-color: #BF2859; }
span { border-color: rgb(191,40,89); }
td.TdClassName
{
border-color: #BF2859;
}
.TagClassName
{
border-color: #BF2859;
}
</style>