Shades of Old Rose #BC3947
Tints of Old Rose #BC3947
RGB
CMYK
RGB Variations
Color information
#BC3947 (or 0xBC3947) is known color: Old Rose. HEX triplet: BC, 39 and 47. RGB value is (188,57,71). Sum of RGB (Red+Green+Blue) = 188+57+71=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3947 is #43C6B8. Grayscale: #616161. Windows color (decimal): -4441785 or 4667836. OLE color: 4667836.
HSL color Cylindrical-coordinate representation of color #BC3947: hue angle of 353.59º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3947 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 57 | 71 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.26 |
| HSL | 353.59º | 0.53% | 0.48% | - |
| HSV(B) | 353.59º | 0.7% | 0.74% | - |
| XYZ | 23.34 | 14.07 | 7.45 | - |
| YUV | 97.77 | 112.9 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 71 | 0 | 0.70 | 0.62 | 0.26 | 353.59 | 0.53 | 0.48 |
| Hex | BC | 39 | 47 | 0 | 46 | 3E | 1A | 162 | 35 | 30 |
| Octal | 274 | 71 | 107 | 0 | 106 | 76 | 32 | 542 | 65 | 60 |
| Binary | 10111100 | 111001 | 1000111 | 0 | 1000110 | 111110 | 11010 | 101100010 | 110101 | 110000 |
Color Harmonies of #BC3947
Complementary color
Monochromatic Colors of #BC3947
Black with #BC3947
Text Example
Text Example
White with #BC3947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3947; }
p { color: rgb(188,57,71); }
H1.HeaderClassName
{
color: #BC3947;
}
.AnyTagClassName
{
color: #BC3947;
}
</style>
background-color css
<style>
a { background-color: #BC3947; }
a { background-color: rgb(188,57,71); }
div.DivClassName
{
background-color: #BC3947;
}
.BgClassName
{
background-color: #BC3947;
}
</style>
border-color css
<style>
span { border-color: #BC3947; }
span { border-color: rgb(188,57,71); }
td.TdClassName
{
border-color: #BC3947;
}
.TagClassName
{
border-color: #BC3947;
}
</style>