Shades of Old Rose #BC2F47
Tints of Old Rose #BC2F47
RGB
CMYK
RGB Variations
Color information
#BC2F47 (or 0xBC2F47) is known color: Old Rose. HEX triplet: BC, 2F and 47. RGB value is (188,47,71). Sum of RGB (Red+Green+Blue) = 188+47+71=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2F47 is #43D0B8. Grayscale: #5B5B5B. Windows color (decimal): -4444345 or 4665276. OLE color: 4665276.
HSL color Cylindrical-coordinate representation of color #BC2F47: hue angle of 349.79º 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 #BC2F47 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 71 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.26 |
| HSL | 349.79º | 0.6% | 0.46% | - |
| HSV(B) | 349.79º | 0.75% | 0.74% | - |
| XYZ | 22.89 | 13.18 | 7.3 | - |
| YUV | 91.9 | 116.21 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 71 | 0 | 0.75 | 0.62 | 0.26 | 349.79 | 0.6 | 0.46 |
| Hex | BC | 2F | 47 | 0 | 4B | 3E | 1A | 15E | 3C | 2E |
| Octal | 274 | 57 | 107 | 0 | 113 | 76 | 32 | 536 | 74 | 56 |
| Binary | 10111100 | 101111 | 1000111 | 0 | 1001011 | 111110 | 11010 | 101011110 | 111100 | 101110 |
Color Harmonies of #BC2F47
Complementary color
Monochromatic Colors of #BC2F47
Black with #BC2F47
Text Example
Text Example
White with #BC2F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F47; }
p { color: rgb(188,47,71); }
H1.HeaderClassName
{
color: #BC2F47;
}
.AnyTagClassName
{
color: #BC2F47;
}
</style>
background-color css
<style>
a { background-color: #BC2F47; }
a { background-color: rgb(188,47,71); }
div.DivClassName
{
background-color: #BC2F47;
}
.BgClassName
{
background-color: #BC2F47;
}
</style>
border-color css
<style>
span { border-color: #BC2F47; }
span { border-color: rgb(188,47,71); }
td.TdClassName
{
border-color: #BC2F47;
}
.TagClassName
{
border-color: #BC2F47;
}
</style>