Shades of Old Rose #BC2E51
Tints of Old Rose #BC2E51
RGB
CMYK
RGB Variations
Color information
#BC2E51 (or 0xBC2E51) is known color: Old Rose. HEX triplet: BC, 2E and 51. RGB value is (188,46,81). Sum of RGB (Red+Green+Blue) = 188+46+81=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2E51 is #43D1AE. Grayscale: #5C5C5C. Windows color (decimal): -4444591 or 5320380. OLE color: 5320380.
HSL color Cylindrical-coordinate representation of color #BC2E51: hue angle of 345.21º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2E51 is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 46 | 81 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.26 |
| HSL | 345.21º | 0.61% | 0.46% | - |
| HSV(B) | 345.21º | 0.76% | 0.74% | - |
| XYZ | 23.2 | 13.24 | 9.12 | - |
| YUV | 92.45 | 121.54 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 81 | 0 | 0.76 | 0.57 | 0.26 | 345.21 | 0.61 | 0.46 |
| Hex | BC | 2E | 51 | 0 | 4C | 39 | 1A | 159 | 3D | 2E |
| Octal | 274 | 56 | 121 | 0 | 114 | 71 | 32 | 531 | 75 | 56 |
| Binary | 10111100 | 101110 | 1010001 | 0 | 1001100 | 111001 | 11010 | 101011001 | 111101 | 101110 |
Color Harmonies of #BC2E51
Complementary color
Monochromatic Colors of #BC2E51
Black with #BC2E51
Text Example
Text Example
White with #BC2E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2E51; }
p { color: rgb(188,46,81); }
H1.HeaderClassName
{
color: #BC2E51;
}
.AnyTagClassName
{
color: #BC2E51;
}
</style>
background-color css
<style>
a { background-color: #BC2E51; }
a { background-color: rgb(188,46,81); }
div.DivClassName
{
background-color: #BC2E51;
}
.BgClassName
{
background-color: #BC2E51;
}
</style>
border-color css
<style>
span { border-color: #BC2E51; }
span { border-color: rgb(188,46,81); }
td.TdClassName
{
border-color: #BC2E51;
}
.TagClassName
{
border-color: #BC2E51;
}
</style>