Shades of Old Rose #BC2F49
Tints of Old Rose #BC2F49
RGB
CMYK
RGB Variations
Color information
#BC2F49 (or 0xBC2F49) is known color: Old Rose. HEX triplet: BC, 2F and 49. RGB value is (188,47,73). Sum of RGB (Red+Green+Blue) = 188+47+73=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2F49 is #43D0B6. Grayscale: #5C5C5C. Windows color (decimal): -4444343 or 4796348. OLE color: 4796348.
HSL color Cylindrical-coordinate representation of color #BC2F49: hue angle of 348.94º 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 #BC2F49 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 73 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.26 |
| HSL | 348.94º | 0.6% | 0.46% | - |
| HSV(B) | 348.94º | 0.75% | 0.74% | - |
| XYZ | 22.96 | 13.21 | 7.64 | - |
| YUV | 92.12 | 117.21 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 73 | 0 | 0.75 | 0.61 | 0.26 | 348.94 | 0.6 | 0.46 |
| Hex | BC | 2F | 49 | 0 | 4B | 3D | 1A | 15D | 3C | 2E |
| Octal | 274 | 57 | 111 | 0 | 113 | 75 | 32 | 535 | 74 | 56 |
| Binary | 10111100 | 101111 | 1001001 | 0 | 1001011 | 111101 | 11010 | 101011101 | 111100 | 101110 |
Color Harmonies of #BC2F49
Complementary color
Monochromatic Colors of #BC2F49
Black with #BC2F49
Text Example
Text Example
White with #BC2F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F49; }
p { color: rgb(188,47,73); }
H1.HeaderClassName
{
color: #BC2F49;
}
.AnyTagClassName
{
color: #BC2F49;
}
</style>
background-color css
<style>
a { background-color: #BC2F49; }
a { background-color: rgb(188,47,73); }
div.DivClassName
{
background-color: #BC2F49;
}
.BgClassName
{
background-color: #BC2F49;
}
</style>
border-color css
<style>
span { border-color: #BC2F49; }
span { border-color: rgb(188,47,73); }
td.TdClassName
{
border-color: #BC2F49;
}
.TagClassName
{
border-color: #BC2F49;
}
</style>