Shades of Old Rose #BC3D51
Tints of Old Rose #BC3D51
RGB
CMYK
RGB Variations
Color information
#BC3D51 (or 0xBC3D51) is known color: Old Rose. HEX triplet: BC, 3D and 51. RGB value is (188,61,81). Sum of RGB (Red+Green+Blue) = 188+61+81=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3D51 is #43C2AE. Grayscale: #656565. Windows color (decimal): -4440751 or 5324220. OLE color: 5324220.
HSL color Cylindrical-coordinate representation of color #BC3D51: hue angle of 350.55º degrees, saturation: 0.51, 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 #BC3D51 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 61 | 81 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.26 |
| HSL | 350.55º | 0.51% | 0.49% | - |
| HSV(B) | 350.55º | 0.68% | 0.74% | - |
| XYZ | 23.89 | 14.62 | 9.35 | - |
| YUV | 101.25 | 116.58 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 61 | 81 | 0 | 0.68 | 0.57 | 0.26 | 350.55 | 0.51 | 0.49 |
| Hex | BC | 3D | 51 | 0 | 44 | 39 | 1A | 15F | 33 | 31 |
| Octal | 274 | 75 | 121 | 0 | 104 | 71 | 32 | 537 | 63 | 61 |
| Binary | 10111100 | 111101 | 1010001 | 0 | 1000100 | 111001 | 11010 | 101011111 | 110011 | 110001 |
Color Harmonies of #BC3D51
Complementary color
Monochromatic Colors of #BC3D51
Black with #BC3D51
Text Example
Text Example
White with #BC3D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3D51; }
p { color: rgb(188,61,81); }
H1.HeaderClassName
{
color: #BC3D51;
}
.AnyTagClassName
{
color: #BC3D51;
}
</style>
background-color css
<style>
a { background-color: #BC3D51; }
a { background-color: rgb(188,61,81); }
div.DivClassName
{
background-color: #BC3D51;
}
.BgClassName
{
background-color: #BC3D51;
}
</style>
border-color css
<style>
span { border-color: #BC3D51; }
span { border-color: rgb(188,61,81); }
td.TdClassName
{
border-color: #BC3D51;
}
.TagClassName
{
border-color: #BC3D51;
}
</style>