Shades of Old Rose #BC2D4C
Tints of Old Rose #BC2D4C
RGB
CMYK
RGB Variations
Color information
#BC2D4C (or 0xBC2D4C) is known color: Old Rose. HEX triplet: BC, 2D and 4C. RGB value is (188,45,76). Sum of RGB (Red+Green+Blue) = 188+45+76=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2D4C is #43D2B3. Grayscale: #5B5B5B. Windows color (decimal): -4444852 or 4992444. OLE color: 4992444.
HSL color Cylindrical-coordinate representation of color #BC2D4C: hue angle of 346.99º 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 #BC2D4C is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 76 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.26 |
| HSL | 346.99º | 0.61% | 0.46% | - |
| HSV(B) | 346.99º | 0.76% | 0.74% | - |
| XYZ | 22.98 | 13.09 | 8.15 | - |
| YUV | 91.29 | 119.38 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 76 | 0 | 0.76 | 0.60 | 0.26 | 346.99 | 0.61 | 0.46 |
| Hex | BC | 2D | 4C | 0 | 4C | 3C | 1A | 15B | 3D | 2E |
| Octal | 274 | 55 | 114 | 0 | 114 | 74 | 32 | 533 | 75 | 56 |
| Binary | 10111100 | 101101 | 1001100 | 0 | 1001100 | 111100 | 11010 | 101011011 | 111101 | 101110 |
Color Harmonies of #BC2D4C
Complementary color
Monochromatic Colors of #BC2D4C
Black with #BC2D4C
Text Example
Text Example
White with #BC2D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D4C; }
p { color: rgb(188,45,76); }
H1.HeaderClassName
{
color: #BC2D4C;
}
.AnyTagClassName
{
color: #BC2D4C;
}
</style>
background-color css
<style>
a { background-color: #BC2D4C; }
a { background-color: rgb(188,45,76); }
div.DivClassName
{
background-color: #BC2D4C;
}
.BgClassName
{
background-color: #BC2D4C;
}
</style>
border-color css
<style>
span { border-color: #BC2D4C; }
span { border-color: rgb(188,45,76); }
td.TdClassName
{
border-color: #BC2D4C;
}
.TagClassName
{
border-color: #BC2D4C;
}
</style>