Shades of Old Rose #BF2D63
Tints of Old Rose #BF2D63
RGB
CMYK
RGB Variations
Color information
#BF2D63 (or 0xBF2D63) is known color: Old Rose. HEX triplet: BF, 2D and 63. RGB value is (191,45,99). Sum of RGB (Red+Green+Blue) = 191+45+99=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2D63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2D63 is #40D29C. Grayscale: #5E5E5E. Windows color (decimal): -4248221 or 6499775. OLE color: 6499775.
HSL color Cylindrical-coordinate representation of color #BF2D63: hue angle of 337.81º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF2D63 is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 45 | 99 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.25 |
| HSL | 337.81º | 0.62% | 0.46% | - |
| HSV(B) | 337.81º | 0.76% | 0.75% | - |
| XYZ | 24.68 | 13.85 | 13.18 | - |
| YUV | 94.81 | 130.37 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 99 | 0 | 0.76 | 0.48 | 0.25 | 337.81 | 0.62 | 0.46 |
| Hex | BF | 2D | 63 | 0 | 4C | 30 | 19 | 152 | 3E | 2E |
| Octal | 277 | 55 | 143 | 0 | 114 | 60 | 31 | 522 | 76 | 56 |
| Binary | 10111111 | 101101 | 1100011 | 0 | 1001100 | 110000 | 11001 | 101010010 | 111110 | 101110 |
Color Harmonies of #BF2D63
Complementary color
Monochromatic Colors of #BF2D63
Black with #BF2D63
Text Example
Text Example
White with #BF2D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2D63; }
p { color: rgb(191,45,99); }
H1.HeaderClassName
{
color: #BF2D63;
}
.AnyTagClassName
{
color: #BF2D63;
}
</style>
background-color css
<style>
a { background-color: #BF2D63; }
a { background-color: rgb(191,45,99); }
div.DivClassName
{
background-color: #BF2D63;
}
.BgClassName
{
background-color: #BF2D63;
}
</style>
border-color css
<style>
span { border-color: #BF2D63; }
span { border-color: rgb(191,45,99); }
td.TdClassName
{
border-color: #BF2D63;
}
.TagClassName
{
border-color: #BF2D63;
}
</style>