Shades of Old Rose #BF2C5D
Tints of Old Rose #BF2C5D
RGB
CMYK
RGB Variations
Color information
#BF2C5D (or 0xBF2C5D) is known color: Old Rose. HEX triplet: BF, 2C and 5D. RGB value is (191,44,93). Sum of RGB (Red+Green+Blue) = 191+44+93=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2C5D is #40D3A2. Grayscale: #5D5D5D. Windows color (decimal): -4248483 or 6106303. OLE color: 6106303.
HSL color Cylindrical-coordinate representation of color #BF2C5D: hue angle of 340º 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 #BF2C5D is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 44 | 93 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.25 |
| HSL | 340º | 0.63% | 0.46% | - |
| HSV(B) | 340º | 0.77% | 0.75% | - |
| XYZ | 24.36 | 13.67 | 11.71 | - |
| YUV | 93.54 | 127.7 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 93 | 0 | 0.77 | 0.51 | 0.25 | 340 | 0.63 | 0.46 |
| Hex | BF | 2C | 5D | 0 | 4D | 33 | 19 | 154 | 3F | 2E |
| Octal | 277 | 54 | 135 | 0 | 115 | 63 | 31 | 524 | 77 | 56 |
| Binary | 10111111 | 101100 | 1011101 | 0 | 1001101 | 110011 | 11001 | 101010100 | 111111 | 101110 |
Color Harmonies of #BF2C5D
Complementary color
Monochromatic Colors of #BF2C5D
Black with #BF2C5D
Text Example
Text Example
White with #BF2C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2C5D; }
p { color: rgb(191,44,93); }
H1.HeaderClassName
{
color: #BF2C5D;
}
.AnyTagClassName
{
color: #BF2C5D;
}
</style>
background-color css
<style>
a { background-color: #BF2C5D; }
a { background-color: rgb(191,44,93); }
div.DivClassName
{
background-color: #BF2C5D;
}
.BgClassName
{
background-color: #BF2C5D;
}
</style>
border-color css
<style>
span { border-color: #BF2C5D; }
span { border-color: rgb(191,44,93); }
td.TdClassName
{
border-color: #BF2C5D;
}
.TagClassName
{
border-color: #BF2C5D;
}
</style>