Shades of Old Rose #BC2147
Tints of Old Rose #BC2147
RGB
CMYK
RGB Variations
Color information
#BC2147 (or 0xBC2147) is known color: Old Rose. HEX triplet: BC, 21 and 47. RGB value is (188,33,71). Sum of RGB (Red+Green+Blue) = 188+33+71=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2147 is #43DEB8. Grayscale: #535353. Windows color (decimal): -4447929 or 4661692. OLE color: 4661692.
HSL color Cylindrical-coordinate representation of color #BC2147: hue angle of 345.29º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2147 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 71 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.26 |
| HSL | 345.29º | 0.7% | 0.43% | - |
| HSV(B) | 345.29º | 0.82% | 0.74% | - |
| XYZ | 22.42 | 12.23 | 7.14 | - |
| YUV | 83.68 | 120.85 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 71 | 0 | 0.82 | 0.62 | 0.26 | 345.29 | 0.7 | 0.43 |
| Hex | BC | 21 | 47 | 0 | 52 | 3E | 1A | 159 | 46 | 2B |
| Octal | 274 | 41 | 107 | 0 | 122 | 76 | 32 | 531 | 106 | 53 |
| Binary | 10111100 | 100001 | 1000111 | 0 | 1010010 | 111110 | 11010 | 101011001 | 1000110 | 101011 |
Color Harmonies of #BC2147
Complementary color
Monochromatic Colors of #BC2147
Black with #BC2147
Text Example
Text Example
White with #BC2147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2147; }
p { color: rgb(188,33,71); }
H1.HeaderClassName
{
color: #BC2147;
}
.AnyTagClassName
{
color: #BC2147;
}
</style>
background-color css
<style>
a { background-color: #BC2147; }
a { background-color: rgb(188,33,71); }
div.DivClassName
{
background-color: #BC2147;
}
.BgClassName
{
background-color: #BC2147;
}
</style>
border-color css
<style>
span { border-color: #BC2147; }
span { border-color: rgb(188,33,71); }
td.TdClassName
{
border-color: #BC2147;
}
.TagClassName
{
border-color: #BC2147;
}
</style>