Shades of Old Rose #BC1E55
Tints of Old Rose #BC1E55
RGB
CMYK
RGB Variations
Color information
#BC1E55 (or 0xBC1E55) is known color: Old Rose. HEX triplet: BC, 1E and 55. RGB value is (188,30,85). Sum of RGB (Red+Green+Blue) = 188+30+85=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1E55 is #43E1AA. Grayscale: #535353. Windows color (decimal): -4448683 or 5578428. OLE color: 5578428.
HSL color Cylindrical-coordinate representation of color #BC1E55: hue angle of 339.11º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1E55 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 30 | 85 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.26 |
| HSL | 339.11º | 0.72% | 0.43% | - |
| HSV(B) | 339.11º | 0.84% | 0.74% | - |
| XYZ | 22.84 | 12.28 | 9.76 | - |
| YUV | 83.51 | 128.85 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 85 | 0 | 0.84 | 0.55 | 0.26 | 339.11 | 0.72 | 0.43 |
| Hex | BC | 1E | 55 | 0 | 54 | 37 | 1A | 153 | 48 | 2B |
| Octal | 274 | 36 | 125 | 0 | 124 | 67 | 32 | 523 | 110 | 53 |
| Binary | 10111100 | 11110 | 1010101 | 0 | 1010100 | 110111 | 11010 | 101010011 | 1001000 | 101011 |
Color Harmonies of #BC1E55
Complementary color
Monochromatic Colors of #BC1E55
Black with #BC1E55
Text Example
Text Example
White with #BC1E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1E55; }
p { color: rgb(188,30,85); }
H1.HeaderClassName
{
color: #BC1E55;
}
.AnyTagClassName
{
color: #BC1E55;
}
</style>
background-color css
<style>
a { background-color: #BC1E55; }
a { background-color: rgb(188,30,85); }
div.DivClassName
{
background-color: #BC1E55;
}
.BgClassName
{
background-color: #BC1E55;
}
</style>
border-color css
<style>
span { border-color: #BC1E55; }
span { border-color: rgb(188,30,85); }
td.TdClassName
{
border-color: #BC1E55;
}
.TagClassName
{
border-color: #BC1E55;
}
</style>