Shades of Old Rose #BF2654
Tints of Old Rose #BF2654
RGB
CMYK
RGB Variations
Color information
#BF2654 (or 0xBF2654) is known color: Old Rose. HEX triplet: BF, 26 and 54. RGB value is (191,38,84). Sum of RGB (Red+Green+Blue) = 191+38+84=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2654 is #40D9AB. Grayscale: #585858. Windows color (decimal): -4250028 or 5514943. OLE color: 5514943.
HSL color Cylindrical-coordinate representation of color #BF2654: hue angle of 341.96º 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 #BF2654 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 38 | 84 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.25 |
| HSL | 341.96º | 0.67% | 0.45% | - |
| HSV(B) | 341.96º | 0.8% | 0.75% | - |
| XYZ | 23.78 | 13.1 | 9.66 | - |
| YUV | 88.99 | 125.19 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 84 | 0 | 0.80 | 0.56 | 0.25 | 341.96 | 0.67 | 0.45 |
| Hex | BF | 26 | 54 | 0 | 50 | 38 | 19 | 156 | 43 | 2D |
| Octal | 277 | 46 | 124 | 0 | 120 | 70 | 31 | 526 | 103 | 55 |
| Binary | 10111111 | 100110 | 1010100 | 0 | 1010000 | 111000 | 11001 | 101010110 | 1000011 | 101101 |
Color Harmonies of #BF2654
Complementary color
Monochromatic Colors of #BF2654
Black with #BF2654
Text Example
Text Example
White with #BF2654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2654; }
p { color: rgb(191,38,84); }
H1.HeaderClassName
{
color: #BF2654;
}
.AnyTagClassName
{
color: #BF2654;
}
</style>
background-color css
<style>
a { background-color: #BF2654; }
a { background-color: rgb(191,38,84); }
div.DivClassName
{
background-color: #BF2654;
}
.BgClassName
{
background-color: #BF2654;
}
</style>
border-color css
<style>
span { border-color: #BF2654; }
span { border-color: rgb(191,38,84); }
td.TdClassName
{
border-color: #BF2654;
}
.TagClassName
{
border-color: #BF2654;
}
</style>