Shades of Old Rose #BC2E60
Tints of Old Rose #BC2E60
RGB
CMYK
RGB Variations
Color information
#BC2E60 (or 0xBC2E60) is known color: Old Rose. HEX triplet: BC, 2E and 60. RGB value is (188,46,96). Sum of RGB (Red+Green+Blue) = 188+46+96=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2E60 is #43D19F. Grayscale: #5E5E5E. Windows color (decimal): -4444576 or 6303420. OLE color: 6303420.
HSL color Cylindrical-coordinate representation of color #BC2E60: hue angle of 338.87º 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 #BC2E60 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 46 | 96 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.26 |
| HSL | 338.87º | 0.61% | 0.46% | - |
| HSV(B) | 338.87º | 0.76% | 0.74% | - |
| XYZ | 23.83 | 13.49 | 12.41 | - |
| YUV | 94.16 | 129.04 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 96 | 0 | 0.76 | 0.49 | 0.26 | 338.87 | 0.61 | 0.46 |
| Hex | BC | 2E | 60 | 0 | 4C | 31 | 1A | 153 | 3D | 2E |
| Octal | 274 | 56 | 140 | 0 | 114 | 61 | 32 | 523 | 75 | 56 |
| Binary | 10111100 | 101110 | 1100000 | 0 | 1001100 | 110001 | 11010 | 101010011 | 111101 | 101110 |
Color Harmonies of #BC2E60
Complementary color
Monochromatic Colors of #BC2E60
Black with #BC2E60
Text Example
Text Example
White with #BC2E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2E60; }
p { color: rgb(188,46,96); }
H1.HeaderClassName
{
color: #BC2E60;
}
.AnyTagClassName
{
color: #BC2E60;
}
</style>
background-color css
<style>
a { background-color: #BC2E60; }
a { background-color: rgb(188,46,96); }
div.DivClassName
{
background-color: #BC2E60;
}
.BgClassName
{
background-color: #BC2E60;
}
</style>
border-color css
<style>
span { border-color: #BC2E60; }
span { border-color: rgb(188,46,96); }
td.TdClassName
{
border-color: #BC2E60;
}
.TagClassName
{
border-color: #BC2E60;
}
</style>