Shades of Old Rose #BC2559
Tints of Old Rose #BC2559
RGB
CMYK
RGB Variations
Color information
#BC2559 (or 0xBC2559) is known color: Old Rose. HEX triplet: BC, 25 and 59. RGB value is (188,37,89). Sum of RGB (Red+Green+Blue) = 188+37+89=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2559 is #43DAA6. Grayscale: #585858. Windows color (decimal): -4446887 or 5842364. OLE color: 5842364.
HSL color Cylindrical-coordinate representation of color #BC2559: hue angle of 339.34º 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 #BC2559 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 89 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.26 |
| HSL | 339.34º | 0.67% | 0.44% | - |
| HSV(B) | 339.34º | 0.8% | 0.74% | - |
| XYZ | 23.2 | 12.74 | 10.69 | - |
| YUV | 88.08 | 128.53 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 89 | 0 | 0.80 | 0.53 | 0.26 | 339.34 | 0.67 | 0.44 |
| Hex | BC | 25 | 59 | 0 | 50 | 35 | 1A | 153 | 43 | 2C |
| Octal | 274 | 45 | 131 | 0 | 120 | 65 | 32 | 523 | 103 | 54 |
| Binary | 10111100 | 100101 | 1011001 | 0 | 1010000 | 110101 | 11010 | 101010011 | 1000011 | 101100 |
Color Harmonies of #BC2559
Complementary color
Monochromatic Colors of #BC2559
Black with #BC2559
Text Example
Text Example
White with #BC2559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2559; }
p { color: rgb(188,37,89); }
H1.HeaderClassName
{
color: #BC2559;
}
.AnyTagClassName
{
color: #BC2559;
}
</style>
background-color css
<style>
a { background-color: #BC2559; }
a { background-color: rgb(188,37,89); }
div.DivClassName
{
background-color: #BC2559;
}
.BgClassName
{
background-color: #BC2559;
}
</style>
border-color css
<style>
span { border-color: #BC2559; }
span { border-color: rgb(188,37,89); }
td.TdClassName
{
border-color: #BC2559;
}
.TagClassName
{
border-color: #BC2559;
}
</style>