Shades of Old Rose #BC2E47
Tints of Old Rose #BC2E47
RGB
CMYK
RGB Variations
Color information
#BC2E47 (or 0xBC2E47) is known color: Old Rose. HEX triplet: BC, 2E and 47. RGB value is (188,46,71). Sum of RGB (Red+Green+Blue) = 188+46+71=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2E47 is #43D1B8. Grayscale: #5B5B5B. Windows color (decimal): -4444601 or 4665020. OLE color: 4665020.
HSL color Cylindrical-coordinate representation of color #BC2E47: hue angle of 349.44º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2E47 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 46 | 71 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.26 |
| HSL | 349.44º | 0.61% | 0.46% | - |
| HSV(B) | 349.44º | 0.76% | 0.74% | - |
| XYZ | 22.85 | 13.1 | 7.29 | - |
| YUV | 91.31 | 116.54 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 71 | 0 | 0.76 | 0.62 | 0.26 | 349.44 | 0.61 | 0.46 |
| Hex | BC | 2E | 47 | 0 | 4C | 3E | 1A | 15D | 3D | 2E |
| Octal | 274 | 56 | 107 | 0 | 114 | 76 | 32 | 535 | 75 | 56 |
| Binary | 10111100 | 101110 | 1000111 | 0 | 1001100 | 111110 | 11010 | 101011101 | 111101 | 101110 |
Color Harmonies of #BC2E47
Complementary color
Monochromatic Colors of #BC2E47
Black with #BC2E47
Text Example
Text Example
White with #BC2E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2E47; }
p { color: rgb(188,46,71); }
H1.HeaderClassName
{
color: #BC2E47;
}
.AnyTagClassName
{
color: #BC2E47;
}
</style>
background-color css
<style>
a { background-color: #BC2E47; }
a { background-color: rgb(188,46,71); }
div.DivClassName
{
background-color: #BC2E47;
}
.BgClassName
{
background-color: #BC2E47;
}
</style>
border-color css
<style>
span { border-color: #BC2E47; }
span { border-color: rgb(188,46,71); }
td.TdClassName
{
border-color: #BC2E47;
}
.TagClassName
{
border-color: #BC2E47;
}
</style>