Shades of Old Rose #BC3D4F
Tints of Old Rose #BC3D4F
RGB
CMYK
RGB Variations
Color information
#BC3D4F (or 0xBC3D4F) is known color: Old Rose. HEX triplet: BC, 3D and 4F. RGB value is (188,61,79). Sum of RGB (Red+Green+Blue) = 188+61+79=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3D4F is #43C2B0. Grayscale: #656565. Windows color (decimal): -4440753 or 5193148. OLE color: 5193148.
HSL color Cylindrical-coordinate representation of color #BC3D4F: hue angle of 351.5º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3D4F is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 61 | 79 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.26 |
| HSL | 351.5º | 0.51% | 0.49% | - |
| HSV(B) | 351.5º | 0.68% | 0.74% | - |
| XYZ | 23.82 | 14.59 | 8.96 | - |
| YUV | 101.03 | 115.58 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 61 | 79 | 0 | 0.68 | 0.58 | 0.26 | 351.5 | 0.51 | 0.49 |
| Hex | BC | 3D | 4F | 0 | 44 | 3A | 1A | 15F | 33 | 31 |
| Octal | 274 | 75 | 117 | 0 | 104 | 72 | 32 | 537 | 63 | 61 |
| Binary | 10111100 | 111101 | 1001111 | 0 | 1000100 | 111010 | 11010 | 101011111 | 110011 | 110001 |
Color Harmonies of #BC3D4F
Complementary color
Monochromatic Colors of #BC3D4F
Black with #BC3D4F
Text Example
Text Example
White with #BC3D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3D4F; }
p { color: rgb(188,61,79); }
H1.HeaderClassName
{
color: #BC3D4F;
}
.AnyTagClassName
{
color: #BC3D4F;
}
</style>
background-color css
<style>
a { background-color: #BC3D4F; }
a { background-color: rgb(188,61,79); }
div.DivClassName
{
background-color: #BC3D4F;
}
.BgClassName
{
background-color: #BC3D4F;
}
</style>
border-color css
<style>
span { border-color: #BC3D4F; }
span { border-color: rgb(188,61,79); }
td.TdClassName
{
border-color: #BC3D4F;
}
.TagClassName
{
border-color: #BC3D4F;
}
</style>