Shades of Old Rose #BC2E5D
Tints of Old Rose #BC2E5D
RGB
CMYK
RGB Variations
Color information
#BC2E5D (or 0xBC2E5D) is known color: Old Rose. HEX triplet: BC, 2E and 5D. RGB value is (188,46,93). Sum of RGB (Red+Green+Blue) = 188+46+93=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2E5D is #43D1A2. Grayscale: #5D5D5D. Windows color (decimal): -4444579 or 6106812. OLE color: 6106812.
HSL color Cylindrical-coordinate representation of color #BC2E5D: hue angle of 340.14º 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 #BC2E5D is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 46 | 93 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.26 |
| HSL | 340.14º | 0.61% | 0.46% | - |
| HSV(B) | 340.14º | 0.76% | 0.74% | - |
| XYZ | 23.69 | 13.44 | 11.7 | - |
| YUV | 93.82 | 127.54 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 93 | 0 | 0.76 | 0.51 | 0.26 | 340.14 | 0.61 | 0.46 |
| Hex | BC | 2E | 5D | 0 | 4C | 33 | 1A | 154 | 3D | 2E |
| Octal | 274 | 56 | 135 | 0 | 114 | 63 | 32 | 524 | 75 | 56 |
| Binary | 10111100 | 101110 | 1011101 | 0 | 1001100 | 110011 | 11010 | 101010100 | 111101 | 101110 |
Color Harmonies of #BC2E5D
Complementary color
Monochromatic Colors of #BC2E5D
Black with #BC2E5D
Text Example
Text Example
White with #BC2E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2E5D; }
p { color: rgb(188,46,93); }
H1.HeaderClassName
{
color: #BC2E5D;
}
.AnyTagClassName
{
color: #BC2E5D;
}
</style>
background-color css
<style>
a { background-color: #BC2E5D; }
a { background-color: rgb(188,46,93); }
div.DivClassName
{
background-color: #BC2E5D;
}
.BgClassName
{
background-color: #BC2E5D;
}
</style>
border-color css
<style>
span { border-color: #BC2E5D; }
span { border-color: rgb(188,46,93); }
td.TdClassName
{
border-color: #BC2E5D;
}
.TagClassName
{
border-color: #BC2E5D;
}
</style>