Shades of Old Rose #BF2C56
Tints of Old Rose #BF2C56
RGB
CMYK
RGB Variations
Color information
#BF2C56 (or 0xBF2C56) is known color: Old Rose. HEX triplet: BF, 2C and 56. RGB value is (191,44,86). Sum of RGB (Red+Green+Blue) = 191+44+86=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2C56 is #40D3A9. Grayscale: #5C5C5C. Windows color (decimal): -4248490 or 5647551. OLE color: 5647551.
HSL color Cylindrical-coordinate representation of color #BF2C56: hue angle of 342.86º 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 #BF2C56 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 44 | 86 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.25 |
| HSL | 342.86º | 0.63% | 0.46% | - |
| HSV(B) | 342.86º | 0.77% | 0.75% | - |
| XYZ | 24.07 | 13.55 | 10.15 | - |
| YUV | 92.74 | 124.2 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 86 | 0 | 0.77 | 0.55 | 0.25 | 342.86 | 0.63 | 0.46 |
| Hex | BF | 2C | 56 | 0 | 4D | 37 | 19 | 157 | 3F | 2E |
| Octal | 277 | 54 | 126 | 0 | 115 | 67 | 31 | 527 | 77 | 56 |
| Binary | 10111111 | 101100 | 1010110 | 0 | 1001101 | 110111 | 11001 | 101010111 | 111111 | 101110 |
Color Harmonies of #BF2C56
Complementary color
Monochromatic Colors of #BF2C56
Black with #BF2C56
Text Example
Text Example
White with #BF2C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2C56; }
p { color: rgb(191,44,86); }
H1.HeaderClassName
{
color: #BF2C56;
}
.AnyTagClassName
{
color: #BF2C56;
}
</style>
background-color css
<style>
a { background-color: #BF2C56; }
a { background-color: rgb(191,44,86); }
div.DivClassName
{
background-color: #BF2C56;
}
.BgClassName
{
background-color: #BF2C56;
}
</style>
border-color css
<style>
span { border-color: #BF2C56; }
span { border-color: rgb(191,44,86); }
td.TdClassName
{
border-color: #BF2C56;
}
.TagClassName
{
border-color: #BF2C56;
}
</style>