Shades of Old Rose #BC2447
Tints of Old Rose #BC2447
RGB
CMYK
RGB Variations
Color information
#BC2447 (or 0xBC2447) is known color: Old Rose. HEX triplet: BC, 24 and 47. RGB value is (188,36,71). Sum of RGB (Red+Green+Blue) = 188+36+71=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2447 is #43DBB8. Grayscale: #555555. Windows color (decimal): -4447161 or 4662460. OLE color: 4662460.
HSL color Cylindrical-coordinate representation of color #BC2447: hue angle of 346.18º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2447 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 71 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.26 |
| HSL | 346.18º | 0.68% | 0.44% | - |
| HSV(B) | 346.18º | 0.81% | 0.74% | - |
| XYZ | 22.51 | 12.41 | 7.17 | - |
| YUV | 85.44 | 119.86 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 71 | 0 | 0.81 | 0.62 | 0.26 | 346.18 | 0.68 | 0.44 |
| Hex | BC | 24 | 47 | 0 | 51 | 3E | 1A | 15A | 44 | 2C |
| Octal | 274 | 44 | 107 | 0 | 121 | 76 | 32 | 532 | 104 | 54 |
| Binary | 10111100 | 100100 | 1000111 | 0 | 1010001 | 111110 | 11010 | 101011010 | 1000100 | 101100 |
Color Harmonies of #BC2447
Complementary color
Monochromatic Colors of #BC2447
Black with #BC2447
Text Example
Text Example
White with #BC2447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2447; }
p { color: rgb(188,36,71); }
H1.HeaderClassName
{
color: #BC2447;
}
.AnyTagClassName
{
color: #BC2447;
}
</style>
background-color css
<style>
a { background-color: #BC2447; }
a { background-color: rgb(188,36,71); }
div.DivClassName
{
background-color: #BC2447;
}
.BgClassName
{
background-color: #BC2447;
}
</style>
border-color css
<style>
span { border-color: #BC2447; }
span { border-color: rgb(188,36,71); }
td.TdClassName
{
border-color: #BC2447;
}
.TagClassName
{
border-color: #BC2447;
}
</style>