Shades of Old Rose #BC3C59
Tints of Old Rose #BC3C59
RGB
CMYK
RGB Variations
Color information
#BC3C59 (or 0xBC3C59) is known color: Old Rose. HEX triplet: BC, 3C and 59. RGB value is (188,60,89). Sum of RGB (Red+Green+Blue) = 188+60+89=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3C59 is #43C3A6. Grayscale: #656565. Windows color (decimal): -4440999 or 5848252. OLE color: 5848252.
HSL color Cylindrical-coordinate representation of color #BC3C59: hue angle of 346.41º 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 #BC3C59 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 60 | 89 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.26 |
| HSL | 346.41º | 0.52% | 0.49% | - |
| HSV(B) | 346.41º | 0.68% | 0.74% | - |
| XYZ | 24.16 | 14.64 | 11 | - |
| YUV | 101.58 | 120.91 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 89 | 0 | 0.68 | 0.53 | 0.26 | 346.41 | 0.52 | 0.49 |
| Hex | BC | 3C | 59 | 0 | 44 | 35 | 1A | 15A | 34 | 31 |
| Octal | 274 | 74 | 131 | 0 | 104 | 65 | 32 | 532 | 64 | 61 |
| Binary | 10111100 | 111100 | 1011001 | 0 | 1000100 | 110101 | 11010 | 101011010 | 110100 | 110001 |
Color Harmonies of #BC3C59
Complementary color
Monochromatic Colors of #BC3C59
Black with #BC3C59
Text Example
Text Example
White with #BC3C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3C59; }
p { color: rgb(188,60,89); }
H1.HeaderClassName
{
color: #BC3C59;
}
.AnyTagClassName
{
color: #BC3C59;
}
</style>
background-color css
<style>
a { background-color: #BC3C59; }
a { background-color: rgb(188,60,89); }
div.DivClassName
{
background-color: #BC3C59;
}
.BgClassName
{
background-color: #BC3C59;
}
</style>
border-color css
<style>
span { border-color: #BC3C59; }
span { border-color: rgb(188,60,89); }
td.TdClassName
{
border-color: #BC3C59;
}
.TagClassName
{
border-color: #BC3C59;
}
</style>