Shades of Old Rose #BC3F56
Tints of Old Rose #BC3F56
RGB
CMYK
RGB Variations
Color information
#BC3F56 (or 0xBC3F56) is known color: Old Rose. HEX triplet: BC, 3F and 56. RGB value is (188,63,86). Sum of RGB (Red+Green+Blue) = 188+63+86=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3F56 is #43C0A9. Grayscale: #676767. Windows color (decimal): -4440234 or 5652412. OLE color: 5652412.
HSL color Cylindrical-coordinate representation of color #BC3F56: hue angle of 348.96º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC3F56 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 63 | 86 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.26 |
| HSL | 348.96º | 0.5% | 0.49% | - |
| HSV(B) | 348.96º | 0.66% | 0.74% | - |
| XYZ | 24.2 | 14.92 | 10.41 | - |
| YUV | 103 | 118.41 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 86 | 0 | 0.66 | 0.54 | 0.26 | 348.96 | 0.5 | 0.49 |
| Hex | BC | 3F | 56 | 0 | 42 | 36 | 1A | 15D | 32 | 31 |
| Octal | 274 | 77 | 126 | 0 | 102 | 66 | 32 | 535 | 62 | 61 |
| Binary | 10111100 | 111111 | 1010110 | 0 | 1000010 | 110110 | 11010 | 101011101 | 110010 | 110001 |
Color Harmonies of #BC3F56
Complementary color
Monochromatic Colors of #BC3F56
Black with #BC3F56
Text Example
Text Example
White with #BC3F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3F56; }
p { color: rgb(188,63,86); }
H1.HeaderClassName
{
color: #BC3F56;
}
.AnyTagClassName
{
color: #BC3F56;
}
</style>
background-color css
<style>
a { background-color: #BC3F56; }
a { background-color: rgb(188,63,86); }
div.DivClassName
{
background-color: #BC3F56;
}
.BgClassName
{
background-color: #BC3F56;
}
</style>
border-color css
<style>
span { border-color: #BC3F56; }
span { border-color: rgb(188,63,86); }
td.TdClassName
{
border-color: #BC3F56;
}
.TagClassName
{
border-color: #BC3F56;
}
</style>