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