Shades of Old Rose #BC2560
Tints of Old Rose #BC2560
RGB
CMYK
RGB Variations
Color information
#BC2560 (or 0xBC2560) is known color: Old Rose. HEX triplet: BC, 25 and 60. RGB value is (188,37,96). Sum of RGB (Red+Green+Blue) = 188+37+96=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2560 is #43DA9F. Grayscale: #585858. Windows color (decimal): -4446880 or 6301116. OLE color: 6301116.
HSL color Cylindrical-coordinate representation of color #BC2560: hue angle of 336.56º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2560 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 96 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.26 |
| HSL | 336.56º | 0.67% | 0.44% | - |
| HSV(B) | 336.56º | 0.8% | 0.74% | - |
| XYZ | 23.51 | 12.86 | 12.31 | - |
| YUV | 88.88 | 132.03 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 96 | 0 | 0.80 | 0.49 | 0.26 | 336.56 | 0.67 | 0.44 |
| Hex | BC | 25 | 60 | 0 | 50 | 31 | 1A | 151 | 43 | 2C |
| Octal | 274 | 45 | 140 | 0 | 120 | 61 | 32 | 521 | 103 | 54 |
| Binary | 10111100 | 100101 | 1100000 | 0 | 1010000 | 110001 | 11010 | 101010001 | 1000011 | 101100 |
Color Harmonies of #BC2560
Complementary color
Monochromatic Colors of #BC2560
Black with #BC2560
Text Example
Text Example
White with #BC2560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2560; }
p { color: rgb(188,37,96); }
H1.HeaderClassName
{
color: #BC2560;
}
.AnyTagClassName
{
color: #BC2560;
}
</style>
background-color css
<style>
a { background-color: #BC2560; }
a { background-color: rgb(188,37,96); }
div.DivClassName
{
background-color: #BC2560;
}
.BgClassName
{
background-color: #BC2560;
}
</style>
border-color css
<style>
span { border-color: #BC2560; }
span { border-color: rgb(188,37,96); }
td.TdClassName
{
border-color: #BC2560;
}
.TagClassName
{
border-color: #BC2560;
}
</style>