Shades of Old Rose #BC2C4D
Tints of Old Rose #BC2C4D
RGB
CMYK
RGB Variations
Color information
#BC2C4D (or 0xBC2C4D) is known color: Old Rose. HEX triplet: BC, 2C and 4D. RGB value is (188,44,77). Sum of RGB (Red+Green+Blue) = 188+44+77=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2C4D is #43D3B2. Grayscale: #5A5A5A. Windows color (decimal): -4445107 or 5057724. OLE color: 5057724.
HSL color Cylindrical-coordinate representation of color #BC2C4D: hue angle of 346.25º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2C4D is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 44 | 77 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.26 |
| HSL | 346.25º | 0.62% | 0.45% | - |
| HSV(B) | 346.25º | 0.77% | 0.74% | - |
| XYZ | 22.98 | 13.03 | 8.32 | - |
| YUV | 90.82 | 120.21 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 44 | 77 | 0 | 0.77 | 0.59 | 0.26 | 346.25 | 0.62 | 0.45 |
| Hex | BC | 2C | 4D | 0 | 4D | 3B | 1A | 15A | 3E | 2D |
| Octal | 274 | 54 | 115 | 0 | 115 | 73 | 32 | 532 | 76 | 55 |
| Binary | 10111100 | 101100 | 1001101 | 0 | 1001101 | 111011 | 11010 | 101011010 | 111110 | 101101 |
Color Harmonies of #BC2C4D
Complementary color
Monochromatic Colors of #BC2C4D
Black with #BC2C4D
Text Example
Text Example
White with #BC2C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2C4D; }
p { color: rgb(188,44,77); }
H1.HeaderClassName
{
color: #BC2C4D;
}
.AnyTagClassName
{
color: #BC2C4D;
}
</style>
background-color css
<style>
a { background-color: #BC2C4D; }
a { background-color: rgb(188,44,77); }
div.DivClassName
{
background-color: #BC2C4D;
}
.BgClassName
{
background-color: #BC2C4D;
}
</style>
border-color css
<style>
span { border-color: #BC2C4D; }
span { border-color: rgb(188,44,77); }
td.TdClassName
{
border-color: #BC2C4D;
}
.TagClassName
{
border-color: #BC2C4D;
}
</style>