Shades of Old Rose #BC2C56
Tints of Old Rose #BC2C56
RGB
CMYK
RGB Variations
Color information
#BC2C56 (or 0xBC2C56) is known color: Old Rose. HEX triplet: BC, 2C and 56. RGB value is (188,44,86). Sum of RGB (Red+Green+Blue) = 188+44+86=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2C56 is #43D3A9. Grayscale: #5B5B5B. Windows color (decimal): -4445098 or 5647548. OLE color: 5647548.
HSL color Cylindrical-coordinate representation of color #BC2C56: hue angle of 342.5º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2C56 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 44 | 86 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.26 |
| HSL | 342.5º | 0.62% | 0.45% | - |
| HSV(B) | 342.5º | 0.77% | 0.74% | - |
| XYZ | 23.32 | 13.16 | 10.12 | - |
| YUV | 91.84 | 124.71 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 44 | 86 | 0 | 0.77 | 0.54 | 0.26 | 342.5 | 0.62 | 0.45 |
| Hex | BC | 2C | 56 | 0 | 4D | 36 | 1A | 156 | 3E | 2D |
| Octal | 274 | 54 | 126 | 0 | 115 | 66 | 32 | 526 | 76 | 55 |
| Binary | 10111100 | 101100 | 1010110 | 0 | 1001101 | 110110 | 11010 | 101010110 | 111110 | 101101 |
Color Harmonies of #BC2C56
Complementary color
Monochromatic Colors of #BC2C56
Black with #BC2C56
Text Example
Text Example
White with #BC2C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2C56; }
p { color: rgb(188,44,86); }
H1.HeaderClassName
{
color: #BC2C56;
}
.AnyTagClassName
{
color: #BC2C56;
}
</style>
background-color css
<style>
a { background-color: #BC2C56; }
a { background-color: rgb(188,44,86); }
div.DivClassName
{
background-color: #BC2C56;
}
.BgClassName
{
background-color: #BC2C56;
}
</style>
border-color css
<style>
span { border-color: #BC2C56; }
span { border-color: rgb(188,44,86); }
td.TdClassName
{
border-color: #BC2C56;
}
.TagClassName
{
border-color: #BC2C56;
}
</style>