Shades of Old Rose #BC3F54
Tints of Old Rose #BC3F54
RGB
CMYK
RGB Variations
Color information
#BC3F54 (or 0xBC3F54) is known color: Old Rose. HEX triplet: BC, 3F and 54. RGB value is (188,63,84). Sum of RGB (Red+Green+Blue) = 188+63+84=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3F54 is #43C0AB. Grayscale: #666666. Windows color (decimal): -4440236 or 5521340. OLE color: 5521340.
HSL color Cylindrical-coordinate representation of color #BC3F54: hue angle of 349.92º 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 #BC3F54 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 63 | 84 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.26 |
| HSL | 349.92º | 0.5% | 0.49% | - |
| HSV(B) | 349.92º | 0.66% | 0.74% | - |
| XYZ | 24.12 | 14.89 | 9.99 | - |
| YUV | 102.77 | 117.41 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 84 | 0 | 0.66 | 0.55 | 0.26 | 349.92 | 0.5 | 0.49 |
| Hex | BC | 3F | 54 | 0 | 42 | 37 | 1A | 15E | 32 | 31 |
| Octal | 274 | 77 | 124 | 0 | 102 | 67 | 32 | 536 | 62 | 61 |
| Binary | 10111100 | 111111 | 1010100 | 0 | 1000010 | 110111 | 11010 | 101011110 | 110010 | 110001 |
Color Harmonies of #BC3F54
Complementary color
Monochromatic Colors of #BC3F54
Black with #BC3F54
Text Example
Text Example
White with #BC3F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3F54; }
p { color: rgb(188,63,84); }
H1.HeaderClassName
{
color: #BC3F54;
}
.AnyTagClassName
{
color: #BC3F54;
}
</style>
background-color css
<style>
a { background-color: #BC3F54; }
a { background-color: rgb(188,63,84); }
div.DivClassName
{
background-color: #BC3F54;
}
.BgClassName
{
background-color: #BC3F54;
}
</style>
border-color css
<style>
span { border-color: #BC3F54; }
span { border-color: rgb(188,63,84); }
td.TdClassName
{
border-color: #BC3F54;
}
.TagClassName
{
border-color: #BC3F54;
}
</style>