Shades of Old Rose #BC4047
Tints of Old Rose #BC4047
RGB
CMYK
RGB Variations
Color information
#BC4047 (or 0xBC4047) is known color: Old Rose. HEX triplet: BC, 40 and 47. RGB value is (188,64,71). Sum of RGB (Red+Green+Blue) = 188+64+71=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4047 is #43BFB8. Grayscale: #656565. Windows color (decimal): -4439993 or 4669628. OLE color: 4669628.
HSL color Cylindrical-coordinate representation of color #BC4047: hue angle of 356.61º 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 #BC4047 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 71 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.26 |
| HSL | 356.61º | 0.49% | 0.49% | - |
| HSV(B) | 356.61º | 0.66% | 0.74% | - |
| XYZ | 23.71 | 14.81 | 7.57 | - |
| YUV | 101.87 | 110.58 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 71 | 0 | 0.66 | 0.62 | 0.26 | 356.61 | 0.49 | 0.49 |
| Hex | BC | 40 | 47 | 0 | 42 | 3E | 1A | 165 | 31 | 31 |
| Octal | 274 | 100 | 107 | 0 | 102 | 76 | 32 | 545 | 61 | 61 |
| Binary | 10111100 | 1000000 | 1000111 | 0 | 1000010 | 111110 | 11010 | 101100101 | 110001 | 110001 |
Color Harmonies of #BC4047
Complementary color
Monochromatic Colors of #BC4047
Black with #BC4047
Text Example
Text Example
White with #BC4047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4047; }
p { color: rgb(188,64,71); }
H1.HeaderClassName
{
color: #BC4047;
}
.AnyTagClassName
{
color: #BC4047;
}
</style>
background-color css
<style>
a { background-color: #BC4047; }
a { background-color: rgb(188,64,71); }
div.DivClassName
{
background-color: #BC4047;
}
.BgClassName
{
background-color: #BC4047;
}
</style>
border-color css
<style>
span { border-color: #BC4047; }
span { border-color: rgb(188,64,71); }
td.TdClassName
{
border-color: #BC4047;
}
.TagClassName
{
border-color: #BC4047;
}
</style>