Shades of Old Rose #BC1552
Tints of Old Rose #BC1552
RGB
CMYK
RGB Variations
Color information
#BC1552 (or 0xBC1552) is known color: Old Rose. HEX triplet: BC, 15 and 52. RGB value is (188,21,82). Sum of RGB (Red+Green+Blue) = 188+21+82=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1552 is #43EAAD. Grayscale: #4D4D4D. Windows color (decimal): -4450990 or 5379516. OLE color: 5379516.
HSL color Cylindrical-coordinate representation of color #BC1552: hue angle of 338.08º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1552 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 82 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.26 |
| HSL | 338.08º | 0.8% | 0.41% | - |
| HSV(B) | 338.08º | 0.89% | 0.74% | - |
| XYZ | 22.53 | 11.84 | 9.08 | - |
| YUV | 77.89 | 130.33 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 82 | 0 | 0.89 | 0.56 | 0.26 | 338.08 | 0.8 | 0.41 |
| Hex | BC | 15 | 52 | 0 | 59 | 38 | 1A | 152 | 50 | 29 |
| Octal | 274 | 25 | 122 | 0 | 131 | 70 | 32 | 522 | 120 | 51 |
| Binary | 10111100 | 10101 | 1010010 | 0 | 1011001 | 111000 | 11010 | 101010010 | 1010000 | 101001 |
Color Harmonies of #BC1552
Complementary color
Monochromatic Colors of #BC1552
Black with #BC1552
Text Example
Text Example
White with #BC1552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1552; }
p { color: rgb(188,21,82); }
H1.HeaderClassName
{
color: #BC1552;
}
.AnyTagClassName
{
color: #BC1552;
}
</style>
background-color css
<style>
a { background-color: #BC1552; }
a { background-color: rgb(188,21,82); }
div.DivClassName
{
background-color: #BC1552;
}
.BgClassName
{
background-color: #BC1552;
}
</style>
border-color css
<style>
span { border-color: #BC1552; }
span { border-color: rgb(188,21,82); }
td.TdClassName
{
border-color: #BC1552;
}
.TagClassName
{
border-color: #BC1552;
}
</style>