Shades of Old Rose #BC2159
Tints of Old Rose #BC2159
RGB
CMYK
RGB Variations
Color information
#BC2159 (or 0xBC2159) is known color: Old Rose. HEX triplet: BC, 21 and 59. RGB value is (188,33,89). Sum of RGB (Red+Green+Blue) = 188+33+89=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2159 is #43DEA6. Grayscale: #555555. Windows color (decimal): -4447911 or 5841340. OLE color: 5841340.
HSL color Cylindrical-coordinate representation of color #BC2159: hue angle of 338.32º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2159 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 89 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.26 |
| HSL | 338.32º | 0.7% | 0.43% | - |
| HSV(B) | 338.32º | 0.82% | 0.74% | - |
| XYZ | 23.09 | 12.5 | 10.65 | - |
| YUV | 85.73 | 129.85 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 89 | 0 | 0.82 | 0.53 | 0.26 | 338.32 | 0.7 | 0.43 |
| Hex | BC | 21 | 59 | 0 | 52 | 35 | 1A | 152 | 46 | 2B |
| Octal | 274 | 41 | 131 | 0 | 122 | 65 | 32 | 522 | 106 | 53 |
| Binary | 10111100 | 100001 | 1011001 | 0 | 1010010 | 110101 | 11010 | 101010010 | 1000110 | 101011 |
Color Harmonies of #BC2159
Complementary color
Monochromatic Colors of #BC2159
Black with #BC2159
Text Example
Text Example
White with #BC2159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2159; }
p { color: rgb(188,33,89); }
H1.HeaderClassName
{
color: #BC2159;
}
.AnyTagClassName
{
color: #BC2159;
}
</style>
background-color css
<style>
a { background-color: #BC2159; }
a { background-color: rgb(188,33,89); }
div.DivClassName
{
background-color: #BC2159;
}
.BgClassName
{
background-color: #BC2159;
}
</style>
border-color css
<style>
span { border-color: #BC2159; }
span { border-color: rgb(188,33,89); }
td.TdClassName
{
border-color: #BC2159;
}
.TagClassName
{
border-color: #BC2159;
}
</style>