Shades of Old Rose #BC2C4E
Tints of Old Rose #BC2C4E
RGB
CMYK
RGB Variations
Color information
#BC2C4E (or 0xBC2C4E) is known color: Old Rose. HEX triplet: BC, 2C and 4E. RGB value is (188,44,78). Sum of RGB (Red+Green+Blue) = 188+44+78=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2C4E is #43D3B1. Grayscale: #5A5A5A. Windows color (decimal): -4445106 or 5123260. OLE color: 5123260.
HSL color Cylindrical-coordinate representation of color #BC2C4E: hue angle of 345.83º 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 #BC2C4E is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 44 | 78 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.26 |
| HSL | 345.83º | 0.62% | 0.45% | - |
| HSV(B) | 345.83º | 0.77% | 0.74% | - |
| XYZ | 23.01 | 13.04 | 8.51 | - |
| YUV | 90.93 | 120.71 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 44 | 78 | 0 | 0.77 | 0.59 | 0.26 | 345.83 | 0.62 | 0.45 |
| Hex | BC | 2C | 4E | 0 | 4D | 3B | 1A | 15A | 3E | 2D |
| Octal | 274 | 54 | 116 | 0 | 115 | 73 | 32 | 532 | 76 | 55 |
| Binary | 10111100 | 101100 | 1001110 | 0 | 1001101 | 111011 | 11010 | 101011010 | 111110 | 101101 |
Color Harmonies of #BC2C4E
Complementary color
Monochromatic Colors of #BC2C4E
Black with #BC2C4E
Text Example
Text Example
White with #BC2C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2C4E; }
p { color: rgb(188,44,78); }
H1.HeaderClassName
{
color: #BC2C4E;
}
.AnyTagClassName
{
color: #BC2C4E;
}
</style>
background-color css
<style>
a { background-color: #BC2C4E; }
a { background-color: rgb(188,44,78); }
div.DivClassName
{
background-color: #BC2C4E;
}
.BgClassName
{
background-color: #BC2C4E;
}
</style>
border-color css
<style>
span { border-color: #BC2C4E; }
span { border-color: rgb(188,44,78); }
td.TdClassName
{
border-color: #BC2C4E;
}
.TagClassName
{
border-color: #BC2C4E;
}
</style>