Shades of Old Rose #BC1F47
Tints of Old Rose #BC1F47
RGB
CMYK
RGB Variations
Color information
#BC1F47 (or 0xBC1F47) is known color: Old Rose. HEX triplet: BC, 1F and 47. RGB value is (188,31,71). Sum of RGB (Red+Green+Blue) = 188+31+71=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 71 (28.12% from 255 or 24.48% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1F47 is #43E0B8. Grayscale: #525252. Windows color (decimal): -4448441 or 4661180. OLE color: 4661180.
HSL color Cylindrical-coordinate representation of color #BC1F47: hue angle of 344.71º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1F47 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 31 | 71 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.26 |
| HSL | 344.71º | 0.72% | 0.43% | - |
| HSV(B) | 344.71º | 0.84% | 0.74% | - |
| XYZ | 22.37 | 12.13 | 7.12 | - |
| YUV | 82.5 | 121.51 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 71 | 0 | 0.84 | 0.62 | 0.26 | 344.71 | 0.72 | 0.43 |
| Hex | BC | 1F | 47 | 0 | 54 | 3E | 1A | 159 | 48 | 2B |
| Octal | 274 | 37 | 107 | 0 | 124 | 76 | 32 | 531 | 110 | 53 |
| Binary | 10111100 | 11111 | 1000111 | 0 | 1010100 | 111110 | 11010 | 101011001 | 1001000 | 101011 |
Color Harmonies of #BC1F47
Complementary color
Monochromatic Colors of #BC1F47
Black with #BC1F47
Text Example
Text Example
White with #BC1F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1F47; }
p { color: rgb(188,31,71); }
H1.HeaderClassName
{
color: #BC1F47;
}
.AnyTagClassName
{
color: #BC1F47;
}
</style>
background-color css
<style>
a { background-color: #BC1F47; }
a { background-color: rgb(188,31,71); }
div.DivClassName
{
background-color: #BC1F47;
}
.BgClassName
{
background-color: #BC1F47;
}
</style>
border-color css
<style>
span { border-color: #BC1F47; }
span { border-color: rgb(188,31,71); }
td.TdClassName
{
border-color: #BC1F47;
}
.TagClassName
{
border-color: #BC1F47;
}
</style>