Shades of Old Rose #BC2D52
Tints of Old Rose #BC2D52
RGB
CMYK
RGB Variations
Color information
#BC2D52 (or 0xBC2D52) is known color: Old Rose. HEX triplet: BC, 2D and 52. RGB value is (188,45,82). Sum of RGB (Red+Green+Blue) = 188+45+82=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2D52 is #43D2AD. Grayscale: #5B5B5B. Windows color (decimal): -4444846 or 5385660. OLE color: 5385660.
HSL color Cylindrical-coordinate representation of color #BC2D52: hue angle of 344.48º 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 #BC2D52 is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 82 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.26 |
| HSL | 344.48º | 0.61% | 0.46% | - |
| HSV(B) | 344.48º | 0.76% | 0.74% | - |
| XYZ | 23.2 | 13.18 | 9.3 | - |
| YUV | 91.98 | 122.38 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 82 | 0 | 0.76 | 0.56 | 0.26 | 344.48 | 0.61 | 0.46 |
| Hex | BC | 2D | 52 | 0 | 4C | 38 | 1A | 158 | 3D | 2E |
| Octal | 274 | 55 | 122 | 0 | 114 | 70 | 32 | 530 | 75 | 56 |
| Binary | 10111100 | 101101 | 1010010 | 0 | 1001100 | 111000 | 11010 | 101011000 | 111101 | 101110 |
Color Harmonies of #BC2D52
Complementary color
Monochromatic Colors of #BC2D52
Black with #BC2D52
Text Example
Text Example
White with #BC2D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D52; }
p { color: rgb(188,45,82); }
H1.HeaderClassName
{
color: #BC2D52;
}
.AnyTagClassName
{
color: #BC2D52;
}
</style>
background-color css
<style>
a { background-color: #BC2D52; }
a { background-color: rgb(188,45,82); }
div.DivClassName
{
background-color: #BC2D52;
}
.BgClassName
{
background-color: #BC2D52;
}
</style>
border-color css
<style>
span { border-color: #BC2D52; }
span { border-color: rgb(188,45,82); }
td.TdClassName
{
border-color: #BC2D52;
}
.TagClassName
{
border-color: #BC2D52;
}
</style>