Shades of Old Rose #BC2D4D
Tints of Old Rose #BC2D4D
RGB
CMYK
RGB Variations
Color information
#BC2D4D (or 0xBC2D4D) is known color: Old Rose. HEX triplet: BC, 2D and 4D. RGB value is (188,45,77). Sum of RGB (Red+Green+Blue) = 188+45+77=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2D4D is #43D2B2. Grayscale: #5B5B5B. Windows color (decimal): -4444851 or 5057980. OLE color: 5057980.
HSL color Cylindrical-coordinate representation of color #BC2D4D: hue angle of 346.57º 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 #BC2D4D is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 77 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.26 |
| HSL | 346.57º | 0.61% | 0.46% | - |
| HSV(B) | 346.57º | 0.76% | 0.74% | - |
| XYZ | 23.02 | 13.1 | 8.34 | - |
| YUV | 91.41 | 119.88 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 77 | 0 | 0.76 | 0.59 | 0.26 | 346.57 | 0.61 | 0.46 |
| Hex | BC | 2D | 4D | 0 | 4C | 3B | 1A | 15B | 3D | 2E |
| Octal | 274 | 55 | 115 | 0 | 114 | 73 | 32 | 533 | 75 | 56 |
| Binary | 10111100 | 101101 | 1001101 | 0 | 1001100 | 111011 | 11010 | 101011011 | 111101 | 101110 |
Color Harmonies of #BC2D4D
Complementary color
Monochromatic Colors of #BC2D4D
Black with #BC2D4D
Text Example
Text Example
White with #BC2D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D4D; }
p { color: rgb(188,45,77); }
H1.HeaderClassName
{
color: #BC2D4D;
}
.AnyTagClassName
{
color: #BC2D4D;
}
</style>
background-color css
<style>
a { background-color: #BC2D4D; }
a { background-color: rgb(188,45,77); }
div.DivClassName
{
background-color: #BC2D4D;
}
.BgClassName
{
background-color: #BC2D4D;
}
</style>
border-color css
<style>
span { border-color: #BC2D4D; }
span { border-color: rgb(188,45,77); }
td.TdClassName
{
border-color: #BC2D4D;
}
.TagClassName
{
border-color: #BC2D4D;
}
</style>