Shades of Old Rose #BC3D49
Tints of Old Rose #BC3D49
RGB
CMYK
RGB Variations
Color information
#BC3D49 (or 0xBC3D49) is known color: Old Rose. HEX triplet: BC, 3D and 49. RGB value is (188,61,73). Sum of RGB (Red+Green+Blue) = 188+61+73=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3D49 is #43C2B6. Grayscale: #646464. Windows color (decimal): -4440759 or 4799932. OLE color: 4799932.
HSL color Cylindrical-coordinate representation of color #BC3D49: hue angle of 354.33º 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 #BC3D49 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 61 | 73 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.26 |
| HSL | 354.33º | 0.51% | 0.49% | - |
| HSV(B) | 354.33º | 0.68% | 0.74% | - |
| XYZ | 23.61 | 14.51 | 7.86 | - |
| YUV | 100.34 | 112.58 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 61 | 73 | 0 | 0.68 | 0.61 | 0.26 | 354.33 | 0.51 | 0.49 |
| Hex | BC | 3D | 49 | 0 | 44 | 3D | 1A | 162 | 33 | 31 |
| Octal | 274 | 75 | 111 | 0 | 104 | 75 | 32 | 542 | 63 | 61 |
| Binary | 10111100 | 111101 | 1001001 | 0 | 1000100 | 111101 | 11010 | 101100010 | 110011 | 110001 |
Color Harmonies of #BC3D49
Complementary color
Monochromatic Colors of #BC3D49
Black with #BC3D49
Text Example
Text Example
White with #BC3D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3D49; }
p { color: rgb(188,61,73); }
H1.HeaderClassName
{
color: #BC3D49;
}
.AnyTagClassName
{
color: #BC3D49;
}
</style>
background-color css
<style>
a { background-color: #BC3D49; }
a { background-color: rgb(188,61,73); }
div.DivClassName
{
background-color: #BC3D49;
}
.BgClassName
{
background-color: #BC3D49;
}
</style>
border-color css
<style>
span { border-color: #BC3D49; }
span { border-color: rgb(188,61,73); }
td.TdClassName
{
border-color: #BC3D49;
}
.TagClassName
{
border-color: #BC3D49;
}
</style>