Shades of Old Rose #BC2050
Tints of Old Rose #BC2050
RGB
CMYK
RGB Variations
Color information
#BC2050 (or 0xBC2050) is known color: Old Rose. HEX triplet: BC, 20 and 50. RGB value is (188,32,80). Sum of RGB (Red+Green+Blue) = 188+32+80=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2050 is #43DFAF. Grayscale: #545454. Windows color (decimal): -4448176 or 5251260. OLE color: 5251260.
HSL color Cylindrical-coordinate representation of color #BC2050: hue angle of 341.54º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2050 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 80 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.26 |
| HSL | 341.54º | 0.71% | 0.43% | - |
| HSV(B) | 341.54º | 0.83% | 0.74% | - |
| XYZ | 22.7 | 12.3 | 8.77 | - |
| YUV | 84.12 | 125.68 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 80 | 0 | 0.83 | 0.57 | 0.26 | 341.54 | 0.71 | 0.43 |
| Hex | BC | 20 | 50 | 0 | 53 | 39 | 1A | 156 | 47 | 2B |
| Octal | 274 | 40 | 120 | 0 | 123 | 71 | 32 | 526 | 107 | 53 |
| Binary | 10111100 | 100000 | 1010000 | 0 | 1010011 | 111001 | 11010 | 101010110 | 1000111 | 101011 |
Color Harmonies of #BC2050
Complementary color
Monochromatic Colors of #BC2050
Black with #BC2050
Text Example
Text Example
White with #BC2050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2050; }
p { color: rgb(188,32,80); }
H1.HeaderClassName
{
color: #BC2050;
}
.AnyTagClassName
{
color: #BC2050;
}
</style>
background-color css
<style>
a { background-color: #BC2050; }
a { background-color: rgb(188,32,80); }
div.DivClassName
{
background-color: #BC2050;
}
.BgClassName
{
background-color: #BC2050;
}
</style>
border-color css
<style>
span { border-color: #BC2050; }
span { border-color: rgb(188,32,80); }
td.TdClassName
{
border-color: #BC2050;
}
.TagClassName
{
border-color: #BC2050;
}
</style>