Shades of Old Rose #BC2E5C
Tints of Old Rose #BC2E5C
RGB
CMYK
RGB Variations
Color information
#BC2E5C (or 0xBC2E5C) is known color: Old Rose. HEX triplet: BC, 2E and 5C. RGB value is (188,46,92). Sum of RGB (Red+Green+Blue) = 188+46+92=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2E5C is #43D1A3. Grayscale: #5D5D5D. Windows color (decimal): -4444580 or 6041276. OLE color: 6041276.
HSL color Cylindrical-coordinate representation of color #BC2E5C: hue angle of 340.56º 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 #BC2E5C is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 46 | 92 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.26 |
| HSL | 340.56º | 0.61% | 0.46% | - |
| HSV(B) | 340.56º | 0.76% | 0.74% | - |
| XYZ | 23.65 | 13.42 | 11.47 | - |
| YUV | 93.7 | 127.04 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 92 | 0 | 0.76 | 0.51 | 0.26 | 340.56 | 0.61 | 0.46 |
| Hex | BC | 2E | 5C | 0 | 4C | 33 | 1A | 155 | 3D | 2E |
| Octal | 274 | 56 | 134 | 0 | 114 | 63 | 32 | 525 | 75 | 56 |
| Binary | 10111100 | 101110 | 1011100 | 0 | 1001100 | 110011 | 11010 | 101010101 | 111101 | 101110 |
Color Harmonies of #BC2E5C
Complementary color
Monochromatic Colors of #BC2E5C
Black with #BC2E5C
Text Example
Text Example
White with #BC2E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2E5C; }
p { color: rgb(188,46,92); }
H1.HeaderClassName
{
color: #BC2E5C;
}
.AnyTagClassName
{
color: #BC2E5C;
}
</style>
background-color css
<style>
a { background-color: #BC2E5C; }
a { background-color: rgb(188,46,92); }
div.DivClassName
{
background-color: #BC2E5C;
}
.BgClassName
{
background-color: #BC2E5C;
}
</style>
border-color css
<style>
span { border-color: #BC2E5C; }
span { border-color: rgb(188,46,92); }
td.TdClassName
{
border-color: #BC2E5C;
}
.TagClassName
{
border-color: #BC2E5C;
}
</style>