Shades of Old Rose #BC3D4E
Tints of Old Rose #BC3D4E
RGB
CMYK
RGB Variations
Color information
#BC3D4E (or 0xBC3D4E) is known color: Old Rose. HEX triplet: BC, 3D and 4E. RGB value is (188,61,78). Sum of RGB (Red+Green+Blue) = 188+61+78=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3D4E is #43C2B1. Grayscale: #646464. Windows color (decimal): -4440754 or 5127612. OLE color: 5127612.
HSL color Cylindrical-coordinate representation of color #BC3D4E: hue angle of 351.97º 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 #BC3D4E is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 61 | 78 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.26 |
| HSL | 351.97º | 0.51% | 0.49% | - |
| HSV(B) | 351.97º | 0.68% | 0.74% | - |
| XYZ | 23.78 | 14.58 | 8.77 | - |
| YUV | 100.91 | 115.08 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 61 | 78 | 0 | 0.68 | 0.59 | 0.26 | 351.97 | 0.51 | 0.49 |
| Hex | BC | 3D | 4E | 0 | 44 | 3B | 1A | 160 | 33 | 31 |
| Octal | 274 | 75 | 116 | 0 | 104 | 73 | 32 | 540 | 63 | 61 |
| Binary | 10111100 | 111101 | 1001110 | 0 | 1000100 | 111011 | 11010 | 101100000 | 110011 | 110001 |
Color Harmonies of #BC3D4E
Complementary color
Monochromatic Colors of #BC3D4E
Black with #BC3D4E
Text Example
Text Example
White with #BC3D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3D4E; }
p { color: rgb(188,61,78); }
H1.HeaderClassName
{
color: #BC3D4E;
}
.AnyTagClassName
{
color: #BC3D4E;
}
</style>
background-color css
<style>
a { background-color: #BC3D4E; }
a { background-color: rgb(188,61,78); }
div.DivClassName
{
background-color: #BC3D4E;
}
.BgClassName
{
background-color: #BC3D4E;
}
</style>
border-color css
<style>
span { border-color: #BC3D4E; }
span { border-color: rgb(188,61,78); }
td.TdClassName
{
border-color: #BC3D4E;
}
.TagClassName
{
border-color: #BC3D4E;
}
</style>