Shades of Old Rose #BC1D4F
Tints of Old Rose #BC1D4F
RGB
CMYK
RGB Variations
Color information
#BC1D4F (or 0xBC1D4F) is known color: Old Rose. HEX triplet: BC, 1D and 4F. RGB value is (188,29,79). Sum of RGB (Red+Green+Blue) = 188+29+79=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1D4F is #43E2B0. Grayscale: #525252. Windows color (decimal): -4448945 or 5184956. OLE color: 5184956.
HSL color Cylindrical-coordinate representation of color #BC1D4F: hue angle of 341.13º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1D4F is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 29 | 79 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.26 |
| HSL | 341.13º | 0.73% | 0.43% | - |
| HSV(B) | 341.13º | 0.85% | 0.74% | - |
| XYZ | 22.59 | 12.13 | 8.55 | - |
| YUV | 82.24 | 126.18 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 29 | 79 | 0 | 0.85 | 0.58 | 0.26 | 341.13 | 0.73 | 0.43 |
| Hex | BC | 1D | 4F | 0 | 55 | 3A | 1A | 155 | 49 | 2B |
| Octal | 274 | 35 | 117 | 0 | 125 | 72 | 32 | 525 | 111 | 53 |
| Binary | 10111100 | 11101 | 1001111 | 0 | 1010101 | 111010 | 11010 | 101010101 | 1001001 | 101011 |
Color Harmonies of #BC1D4F
Complementary color
Monochromatic Colors of #BC1D4F
Black with #BC1D4F
Text Example
Text Example
White with #BC1D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1D4F; }
p { color: rgb(188,29,79); }
H1.HeaderClassName
{
color: #BC1D4F;
}
.AnyTagClassName
{
color: #BC1D4F;
}
</style>
background-color css
<style>
a { background-color: #BC1D4F; }
a { background-color: rgb(188,29,79); }
div.DivClassName
{
background-color: #BC1D4F;
}
.BgClassName
{
background-color: #BC1D4F;
}
</style>
border-color css
<style>
span { border-color: #BC1D4F; }
span { border-color: rgb(188,29,79); }
td.TdClassName
{
border-color: #BC1D4F;
}
.TagClassName
{
border-color: #BC1D4F;
}
</style>