Shades of Old Rose #BC2146
Tints of Old Rose #BC2146
RGB
CMYK
RGB Variations
Color information
#BC2146 (or 0xBC2146) is known color: Old Rose. HEX triplet: BC, 21 and 46. RGB value is (188,33,70). Sum of RGB (Red+Green+Blue) = 188+33+70=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2146 is #43DEB9. Grayscale: #535353. Windows color (decimal): -4447930 or 4596156. OLE color: 4596156.
HSL color Cylindrical-coordinate representation of color #BC2146: hue angle of 345.68º 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 #BC2146 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 70 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.26 |
| HSL | 345.68º | 0.7% | 0.43% | - |
| HSV(B) | 345.68º | 0.82% | 0.74% | - |
| XYZ | 22.39 | 12.22 | 6.97 | - |
| YUV | 83.56 | 120.35 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 70 | 0 | 0.82 | 0.63 | 0.26 | 345.68 | 0.7 | 0.43 |
| Hex | BC | 21 | 46 | 0 | 52 | 3F | 1A | 15A | 46 | 2B |
| Octal | 274 | 41 | 106 | 0 | 122 | 77 | 32 | 532 | 106 | 53 |
| Binary | 10111100 | 100001 | 1000110 | 0 | 1010010 | 111111 | 11010 | 101011010 | 1000110 | 101011 |
Color Harmonies of #BC2146
Complementary color
Monochromatic Colors of #BC2146
Black with #BC2146
Text Example
Text Example
White with #BC2146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2146; }
p { color: rgb(188,33,70); }
H1.HeaderClassName
{
color: #BC2146;
}
.AnyTagClassName
{
color: #BC2146;
}
</style>
background-color css
<style>
a { background-color: #BC2146; }
a { background-color: rgb(188,33,70); }
div.DivClassName
{
background-color: #BC2146;
}
.BgClassName
{
background-color: #BC2146;
}
</style>
border-color css
<style>
span { border-color: #BC2146; }
span { border-color: rgb(188,33,70); }
td.TdClassName
{
border-color: #BC2146;
}
.TagClassName
{
border-color: #BC2146;
}
</style>