Shades of Old Rose #BC2047
Tints of Old Rose #BC2047
RGB
CMYK
RGB Variations
Color information
#BC2047 (or 0xBC2047) is known color: Old Rose. HEX triplet: BC, 20 and 47. RGB value is (188,32,71). Sum of RGB (Red+Green+Blue) = 188+32+71=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2047 is #43DFB8. Grayscale: #535353. Windows color (decimal): -4448185 or 4661436. OLE color: 4661436.
HSL color Cylindrical-coordinate representation of color #BC2047: hue angle of 345º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2047 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 71 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.26 |
| HSL | 345º | 0.71% | 0.43% | - |
| HSV(B) | 345º | 0.83% | 0.74% | - |
| XYZ | 22.39 | 12.18 | 7.13 | - |
| YUV | 83.09 | 121.18 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 71 | 0 | 0.83 | 0.62 | 0.26 | 345 | 0.71 | 0.43 |
| Hex | BC | 20 | 47 | 0 | 53 | 3E | 1A | 159 | 47 | 2B |
| Octal | 274 | 40 | 107 | 0 | 123 | 76 | 32 | 531 | 107 | 53 |
| Binary | 10111100 | 100000 | 1000111 | 0 | 1010011 | 111110 | 11010 | 101011001 | 1000111 | 101011 |
Color Harmonies of #BC2047
Complementary color
Monochromatic Colors of #BC2047
Black with #BC2047
Text Example
Text Example
White with #BC2047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2047; }
p { color: rgb(188,32,71); }
H1.HeaderClassName
{
color: #BC2047;
}
.AnyTagClassName
{
color: #BC2047;
}
</style>
background-color css
<style>
a { background-color: #BC2047; }
a { background-color: rgb(188,32,71); }
div.DivClassName
{
background-color: #BC2047;
}
.BgClassName
{
background-color: #BC2047;
}
</style>
border-color css
<style>
span { border-color: #BC2047; }
span { border-color: rgb(188,32,71); }
td.TdClassName
{
border-color: #BC2047;
}
.TagClassName
{
border-color: #BC2047;
}
</style>