Shades of Old Rose #BF2659
Tints of Old Rose #BF2659
RGB
CMYK
RGB Variations
Color information
#BF2659 (or 0xBF2659) is known color: Old Rose. HEX triplet: BF, 26 and 59. RGB value is (191,38,89). Sum of RGB (Red+Green+Blue) = 191+38+89=318 (42% of max value = 765). Red value is 191 (75% from 255 or 60.06% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2659 is #40D9A6. Grayscale: #595959. Windows color (decimal): -4250023 or 5842623. OLE color: 5842623.
HSL color Cylindrical-coordinate representation of color #BF2659: hue angle of 340º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2659 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 38 | 89 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.25 |
| HSL | 340º | 0.67% | 0.45% | - |
| HSV(B) | 340º | 0.8% | 0.75% | - |
| XYZ | 23.98 | 13.18 | 10.73 | - |
| YUV | 89.56 | 127.69 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 89 | 0 | 0.80 | 0.53 | 0.25 | 340 | 0.67 | 0.45 |
| Hex | BF | 26 | 59 | 0 | 50 | 35 | 19 | 154 | 43 | 2D |
| Octal | 277 | 46 | 131 | 0 | 120 | 65 | 31 | 524 | 103 | 55 |
| Binary | 10111111 | 100110 | 1011001 | 0 | 1010000 | 110101 | 11001 | 101010100 | 1000011 | 101101 |
Color Harmonies of #BF2659
Complementary color
Monochromatic Colors of #BF2659
Black with #BF2659
Text Example
Text Example
White with #BF2659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2659; }
p { color: rgb(191,38,89); }
H1.HeaderClassName
{
color: #BF2659;
}
.AnyTagClassName
{
color: #BF2659;
}
</style>
background-color css
<style>
a { background-color: #BF2659; }
a { background-color: rgb(191,38,89); }
div.DivClassName
{
background-color: #BF2659;
}
.BgClassName
{
background-color: #BF2659;
}
</style>
border-color css
<style>
span { border-color: #BF2659; }
span { border-color: rgb(191,38,89); }
td.TdClassName
{
border-color: #BF2659;
}
.TagClassName
{
border-color: #BF2659;
}
</style>