Shades of Old Rose #BF2C60
Tints of Old Rose #BF2C60
RGB
CMYK
RGB Variations
Color information
#BF2C60 (or 0xBF2C60) is known color: Old Rose. HEX triplet: BF, 2C and 60. RGB value is (191,44,96). Sum of RGB (Red+Green+Blue) = 191+44+96=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2C60 is #40D39F. Grayscale: #5D5D5D. Windows color (decimal): -4248480 or 6302911. OLE color: 6302911.
HSL color Cylindrical-coordinate representation of color #BF2C60: hue angle of 338.78º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF2C60 is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 44 | 96 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.25 |
| HSL | 338.78º | 0.63% | 0.46% | - |
| HSV(B) | 338.78º | 0.77% | 0.75% | - |
| XYZ | 24.5 | 13.72 | 12.42 | - |
| YUV | 93.88 | 129.2 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 96 | 0 | 0.77 | 0.50 | 0.25 | 338.78 | 0.63 | 0.46 |
| Hex | BF | 2C | 60 | 0 | 4D | 32 | 19 | 153 | 3F | 2E |
| Octal | 277 | 54 | 140 | 0 | 115 | 62 | 31 | 523 | 77 | 56 |
| Binary | 10111111 | 101100 | 1100000 | 0 | 1001101 | 110010 | 11001 | 101010011 | 111111 | 101110 |
Color Harmonies of #BF2C60
Complementary color
Monochromatic Colors of #BF2C60
Black with #BF2C60
Text Example
Text Example
White with #BF2C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2C60; }
p { color: rgb(191,44,96); }
H1.HeaderClassName
{
color: #BF2C60;
}
.AnyTagClassName
{
color: #BF2C60;
}
</style>
background-color css
<style>
a { background-color: #BF2C60; }
a { background-color: rgb(191,44,96); }
div.DivClassName
{
background-color: #BF2C60;
}
.BgClassName
{
background-color: #BF2C60;
}
</style>
border-color css
<style>
span { border-color: #BF2C60; }
span { border-color: rgb(191,44,96); }
td.TdClassName
{
border-color: #BF2C60;
}
.TagClassName
{
border-color: #BF2C60;
}
</style>