Shades of Old Rose #BC3F51
Tints of Old Rose #BC3F51
RGB
CMYK
RGB Variations
Color information
#BC3F51 (or 0xBC3F51) is known color: Old Rose. HEX triplet: BC, 3F and 51. RGB value is (188,63,81). Sum of RGB (Red+Green+Blue) = 188+63+81=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3F51 is #43C0AE. Grayscale: #666666. Windows color (decimal): -4440239 or 5324732. OLE color: 5324732.
HSL color Cylindrical-coordinate representation of color #BC3F51: hue angle of 351.36º 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 #BC3F51 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 63 | 81 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.26 |
| HSL | 351.36º | 0.5% | 0.49% | - |
| HSV(B) | 351.36º | 0.66% | 0.74% | - |
| XYZ | 24 | 14.84 | 9.38 | - |
| YUV | 102.43 | 115.91 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 81 | 0 | 0.66 | 0.57 | 0.26 | 351.36 | 0.5 | 0.49 |
| Hex | BC | 3F | 51 | 0 | 42 | 39 | 1A | 15F | 32 | 31 |
| Octal | 274 | 77 | 121 | 0 | 102 | 71 | 32 | 537 | 62 | 61 |
| Binary | 10111100 | 111111 | 1010001 | 0 | 1000010 | 111001 | 11010 | 101011111 | 110010 | 110001 |
Color Harmonies of #BC3F51
Complementary color
Monochromatic Colors of #BC3F51
Black with #BC3F51
Text Example
Text Example
White with #BC3F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3F51; }
p { color: rgb(188,63,81); }
H1.HeaderClassName
{
color: #BC3F51;
}
.AnyTagClassName
{
color: #BC3F51;
}
</style>
background-color css
<style>
a { background-color: #BC3F51; }
a { background-color: rgb(188,63,81); }
div.DivClassName
{
background-color: #BC3F51;
}
.BgClassName
{
background-color: #BC3F51;
}
</style>
border-color css
<style>
span { border-color: #BC3F51; }
span { border-color: rgb(188,63,81); }
td.TdClassName
{
border-color: #BC3F51;
}
.TagClassName
{
border-color: #BC3F51;
}
</style>