Shades of Old Rose #BC2947
Tints of Old Rose #BC2947
RGB
CMYK
RGB Variations
Color information
#BC2947 (or 0xBC2947) is known color: Old Rose. HEX triplet: BC, 29 and 47. RGB value is (188,41,71). Sum of RGB (Red+Green+Blue) = 188+41+71=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 71 (28.12% from 255 or 23.67% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2947 is #43D6B8. Grayscale: #585858. Windows color (decimal): -4445881 or 4663740. OLE color: 4663740.
HSL color Cylindrical-coordinate representation of color #BC2947: hue angle of 347.76º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2947 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 71 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.26 |
| HSL | 347.76º | 0.64% | 0.45% | - |
| HSV(B) | 347.76º | 0.78% | 0.74% | - |
| XYZ | 22.67 | 12.73 | 7.22 | - |
| YUV | 88.37 | 118.2 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 71 | 0 | 0.78 | 0.62 | 0.26 | 347.76 | 0.64 | 0.45 |
| Hex | BC | 29 | 47 | 0 | 4E | 3E | 1A | 15C | 40 | 2D |
| Octal | 274 | 51 | 107 | 0 | 116 | 76 | 32 | 534 | 100 | 55 |
| Binary | 10111100 | 101001 | 1000111 | 0 | 1001110 | 111110 | 11010 | 101011100 | 1000000 | 101101 |
Color Harmonies of #BC2947
Complementary color
Monochromatic Colors of #BC2947
Black with #BC2947
Text Example
Text Example
White with #BC2947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2947; }
p { color: rgb(188,41,71); }
H1.HeaderClassName
{
color: #BC2947;
}
.AnyTagClassName
{
color: #BC2947;
}
</style>
background-color css
<style>
a { background-color: #BC2947; }
a { background-color: rgb(188,41,71); }
div.DivClassName
{
background-color: #BC2947;
}
.BgClassName
{
background-color: #BC2947;
}
</style>
border-color css
<style>
span { border-color: #BC2947; }
span { border-color: rgb(188,41,71); }
td.TdClassName
{
border-color: #BC2947;
}
.TagClassName
{
border-color: #BC2947;
}
</style>