Shades of Old Rose #BC2D4E
Tints of Old Rose #BC2D4E
RGB
CMYK
RGB Variations
Color information
#BC2D4E (or 0xBC2D4E) is known color: Old Rose. HEX triplet: BC, 2D and 4E. RGB value is (188,45,78). Sum of RGB (Red+Green+Blue) = 188+45+78=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2D4E is #43D2B1. Grayscale: #5B5B5B. Windows color (decimal): -4444850 or 5123516. OLE color: 5123516.
HSL color Cylindrical-coordinate representation of color #BC2D4E: hue angle of 346.15º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2D4E is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 78 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.26 |
| HSL | 346.15º | 0.61% | 0.46% | - |
| HSV(B) | 346.15º | 0.76% | 0.74% | - |
| XYZ | 23.05 | 13.12 | 8.52 | - |
| YUV | 91.52 | 120.38 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 78 | 0 | 0.76 | 0.59 | 0.26 | 346.15 | 0.61 | 0.46 |
| Hex | BC | 2D | 4E | 0 | 4C | 3B | 1A | 15A | 3D | 2E |
| Octal | 274 | 55 | 116 | 0 | 114 | 73 | 32 | 532 | 75 | 56 |
| Binary | 10111100 | 101101 | 1001110 | 0 | 1001100 | 111011 | 11010 | 101011010 | 111101 | 101110 |
Color Harmonies of #BC2D4E
Complementary color
Monochromatic Colors of #BC2D4E
Black with #BC2D4E
Text Example
Text Example
White with #BC2D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D4E; }
p { color: rgb(188,45,78); }
H1.HeaderClassName
{
color: #BC2D4E;
}
.AnyTagClassName
{
color: #BC2D4E;
}
</style>
background-color css
<style>
a { background-color: #BC2D4E; }
a { background-color: rgb(188,45,78); }
div.DivClassName
{
background-color: #BC2D4E;
}
.BgClassName
{
background-color: #BC2D4E;
}
</style>
border-color css
<style>
span { border-color: #BC2D4E; }
span { border-color: rgb(188,45,78); }
td.TdClassName
{
border-color: #BC2D4E;
}
.TagClassName
{
border-color: #BC2D4E;
}
</style>