Shades of Old Rose #BC4049
Tints of Old Rose #BC4049
RGB
CMYK
RGB Variations
Color information
#BC4049 (or 0xBC4049) is known color: Old Rose. HEX triplet: BC, 40 and 49. RGB value is (188,64,73). Sum of RGB (Red+Green+Blue) = 188+64+73=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4049 is #43BFB6. Grayscale: #666666. Windows color (decimal): -4439991 or 4800700. OLE color: 4800700.
HSL color Cylindrical-coordinate representation of color #BC4049: hue angle of 355.65º degrees, saturation: 0.49, 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 #BC4049 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 73 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.26 |
| HSL | 355.65º | 0.49% | 0.49% | - |
| HSV(B) | 355.65º | 0.66% | 0.74% | - |
| XYZ | 23.78 | 14.84 | 7.91 | - |
| YUV | 102.1 | 111.58 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 73 | 0 | 0.66 | 0.61 | 0.26 | 355.65 | 0.49 | 0.49 |
| Hex | BC | 40 | 49 | 0 | 42 | 3D | 1A | 164 | 31 | 31 |
| Octal | 274 | 100 | 111 | 0 | 102 | 75 | 32 | 544 | 61 | 61 |
| Binary | 10111100 | 1000000 | 1001001 | 0 | 1000010 | 111101 | 11010 | 101100100 | 110001 | 110001 |
Color Harmonies of #BC4049
Complementary color
Monochromatic Colors of #BC4049
Black with #BC4049
Text Example
Text Example
White with #BC4049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4049; }
p { color: rgb(188,64,73); }
H1.HeaderClassName
{
color: #BC4049;
}
.AnyTagClassName
{
color: #BC4049;
}
</style>
background-color css
<style>
a { background-color: #BC4049; }
a { background-color: rgb(188,64,73); }
div.DivClassName
{
background-color: #BC4049;
}
.BgClassName
{
background-color: #BC4049;
}
</style>
border-color css
<style>
span { border-color: #BC4049; }
span { border-color: rgb(188,64,73); }
td.TdClassName
{
border-color: #BC4049;
}
.TagClassName
{
border-color: #BC4049;
}
</style>