Shades of Old Rose #BC2F50
Tints of Old Rose #BC2F50
RGB
CMYK
RGB Variations
Color information
#BC2F50 (or 0xBC2F50) is known color: Old Rose. HEX triplet: BC, 2F and 50. RGB value is (188,47,80). Sum of RGB (Red+Green+Blue) = 188+47+80=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2F50 is #43D0AF. Grayscale: #5C5C5C. Windows color (decimal): -4444336 or 5255100. OLE color: 5255100.
HSL color Cylindrical-coordinate representation of color #BC2F50: hue angle of 345.96º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC2F50 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 80 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.26 |
| HSL | 345.96º | 0.6% | 0.46% | - |
| HSV(B) | 345.96º | 0.75% | 0.74% | - |
| XYZ | 23.2 | 13.3 | 8.93 | - |
| YUV | 92.92 | 120.71 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 80 | 0 | 0.75 | 0.57 | 0.26 | 345.96 | 0.6 | 0.46 |
| Hex | BC | 2F | 50 | 0 | 4B | 39 | 1A | 15A | 3C | 2E |
| Octal | 274 | 57 | 120 | 0 | 113 | 71 | 32 | 532 | 74 | 56 |
| Binary | 10111100 | 101111 | 1010000 | 0 | 1001011 | 111001 | 11010 | 101011010 | 111100 | 101110 |
Color Harmonies of #BC2F50
Complementary color
Monochromatic Colors of #BC2F50
Black with #BC2F50
Text Example
Text Example
White with #BC2F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F50; }
p { color: rgb(188,47,80); }
H1.HeaderClassName
{
color: #BC2F50;
}
.AnyTagClassName
{
color: #BC2F50;
}
</style>
background-color css
<style>
a { background-color: #BC2F50; }
a { background-color: rgb(188,47,80); }
div.DivClassName
{
background-color: #BC2F50;
}
.BgClassName
{
background-color: #BC2F50;
}
</style>
border-color css
<style>
span { border-color: #BC2F50; }
span { border-color: rgb(188,47,80); }
td.TdClassName
{
border-color: #BC2F50;
}
.TagClassName
{
border-color: #BC2F50;
}
</style>