Shades of Old Rose #BC2557
Tints of Old Rose #BC2557
RGB
CMYK
RGB Variations
Color information
#BC2557 (or 0xBC2557) is known color: Old Rose. HEX triplet: BC, 25 and 57. RGB value is (188,37,87). Sum of RGB (Red+Green+Blue) = 188+37+87=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 87 (34.38% from 255 or 27.88% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2557 is #43DAA8. Grayscale: #575757. Windows color (decimal): -4446889 or 5711292. OLE color: 5711292.
HSL color Cylindrical-coordinate representation of color #BC2557: hue angle of 340.13º 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 #BC2557 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 87 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.26 |
| HSL | 340.13º | 0.67% | 0.44% | - |
| HSV(B) | 340.13º | 0.8% | 0.74% | - |
| XYZ | 23.12 | 12.7 | 10.25 | - |
| YUV | 87.85 | 127.53 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 87 | 0 | 0.80 | 0.54 | 0.26 | 340.13 | 0.67 | 0.44 |
| Hex | BC | 25 | 57 | 0 | 50 | 36 | 1A | 154 | 43 | 2C |
| Octal | 274 | 45 | 127 | 0 | 120 | 66 | 32 | 524 | 103 | 54 |
| Binary | 10111100 | 100101 | 1010111 | 0 | 1010000 | 110110 | 11010 | 101010100 | 1000011 | 101100 |
Color Harmonies of #BC2557
Complementary color
Monochromatic Colors of #BC2557
Black with #BC2557
Text Example
Text Example
White with #BC2557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2557; }
p { color: rgb(188,37,87); }
H1.HeaderClassName
{
color: #BC2557;
}
.AnyTagClassName
{
color: #BC2557;
}
</style>
background-color css
<style>
a { background-color: #BC2557; }
a { background-color: rgb(188,37,87); }
div.DivClassName
{
background-color: #BC2557;
}
.BgClassName
{
background-color: #BC2557;
}
</style>
border-color css
<style>
span { border-color: #BC2557; }
span { border-color: rgb(188,37,87); }
td.TdClassName
{
border-color: #BC2557;
}
.TagClassName
{
border-color: #BC2557;
}
</style>