Shades of Old Rose #BC3C58
Tints of Old Rose #BC3C58
RGB
CMYK
RGB Variations
Color information
#BC3C58 (or 0xBC3C58) is known color: Old Rose. HEX triplet: BC, 3C and 58. RGB value is (188,60,88). Sum of RGB (Red+Green+Blue) = 188+60+88=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3C58 is #43C3A7. Grayscale: #656565. Windows color (decimal): -4441000 or 5782716. OLE color: 5782716.
HSL color Cylindrical-coordinate representation of color #BC3C58: hue angle of 346.88º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3C58 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 60 | 88 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.26 |
| HSL | 346.88º | 0.52% | 0.49% | - |
| HSV(B) | 346.88º | 0.68% | 0.74% | - |
| XYZ | 24.12 | 14.63 | 10.78 | - |
| YUV | 101.46 | 120.41 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 88 | 0 | 0.68 | 0.53 | 0.26 | 346.88 | 0.52 | 0.49 |
| Hex | BC | 3C | 58 | 0 | 44 | 35 | 1A | 15B | 34 | 31 |
| Octal | 274 | 74 | 130 | 0 | 104 | 65 | 32 | 533 | 64 | 61 |
| Binary | 10111100 | 111100 | 1011000 | 0 | 1000100 | 110101 | 11010 | 101011011 | 110100 | 110001 |
Color Harmonies of #BC3C58
Complementary color
Monochromatic Colors of #BC3C58
Black with #BC3C58
Text Example
Text Example
White with #BC3C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3C58; }
p { color: rgb(188,60,88); }
H1.HeaderClassName
{
color: #BC3C58;
}
.AnyTagClassName
{
color: #BC3C58;
}
</style>
background-color css
<style>
a { background-color: #BC3C58; }
a { background-color: rgb(188,60,88); }
div.DivClassName
{
background-color: #BC3C58;
}
.BgClassName
{
background-color: #BC3C58;
}
</style>
border-color css
<style>
span { border-color: #BC3C58; }
span { border-color: rgb(188,60,88); }
td.TdClassName
{
border-color: #BC3C58;
}
.TagClassName
{
border-color: #BC3C58;
}
</style>