Shades of Old Rose #BC2547
Tints of Old Rose #BC2547
RGB
CMYK
RGB Variations
Color information
#BC2547 (or 0xBC2547) is known color: Old Rose. HEX triplet: BC, 25 and 47. RGB value is (188,37,71). Sum of RGB (Red+Green+Blue) = 188+37+71=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2547 is #43DAB8. Grayscale: #565656. Windows color (decimal): -4446905 or 4662716. OLE color: 4662716.
HSL color Cylindrical-coordinate representation of color #BC2547: hue angle of 346.49º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2547 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 71 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.26 |
| HSL | 346.49º | 0.67% | 0.44% | - |
| HSV(B) | 346.49º | 0.8% | 0.74% | - |
| XYZ | 22.54 | 12.47 | 7.18 | - |
| YUV | 86.03 | 119.53 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 71 | 0 | 0.80 | 0.62 | 0.26 | 346.49 | 0.67 | 0.44 |
| Hex | BC | 25 | 47 | 0 | 50 | 3E | 1A | 15A | 43 | 2C |
| Octal | 274 | 45 | 107 | 0 | 120 | 76 | 32 | 532 | 103 | 54 |
| Binary | 10111100 | 100101 | 1000111 | 0 | 1010000 | 111110 | 11010 | 101011010 | 1000011 | 101100 |
Color Harmonies of #BC2547
Complementary color
Monochromatic Colors of #BC2547
Black with #BC2547
Text Example
Text Example
White with #BC2547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2547; }
p { color: rgb(188,37,71); }
H1.HeaderClassName
{
color: #BC2547;
}
.AnyTagClassName
{
color: #BC2547;
}
</style>
background-color css
<style>
a { background-color: #BC2547; }
a { background-color: rgb(188,37,71); }
div.DivClassName
{
background-color: #BC2547;
}
.BgClassName
{
background-color: #BC2547;
}
</style>
border-color css
<style>
span { border-color: #BC2547; }
span { border-color: rgb(188,37,71); }
td.TdClassName
{
border-color: #BC2547;
}
.TagClassName
{
border-color: #BC2547;
}
</style>