Shades of Old Rose #BC2846
Tints of Old Rose #BC2846
RGB
CMYK
RGB Variations
Color information
#BC2846 (or 0xBC2846) is known color: Old Rose. HEX triplet: BC, 28 and 46. RGB value is (188,40,70). Sum of RGB (Red+Green+Blue) = 188+40+70=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2846 is #43D7B9. Grayscale: #575757. Windows color (decimal): -4446138 or 4597948. OLE color: 4597948.
HSL color Cylindrical-coordinate representation of color #BC2846: hue angle of 347.84º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2846 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 70 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.26 |
| HSL | 347.84º | 0.65% | 0.45% | - |
| HSV(B) | 347.84º | 0.79% | 0.74% | - |
| XYZ | 22.6 | 12.65 | 7.04 | - |
| YUV | 87.67 | 118.03 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 70 | 0 | 0.79 | 0.63 | 0.26 | 347.84 | 0.65 | 0.45 |
| Hex | BC | 28 | 46 | 0 | 4F | 3F | 1A | 15C | 41 | 2D |
| Octal | 274 | 50 | 106 | 0 | 117 | 77 | 32 | 534 | 101 | 55 |
| Binary | 10111100 | 101000 | 1000110 | 0 | 1001111 | 111111 | 11010 | 101011100 | 1000001 | 101101 |
Color Harmonies of #BC2846
Complementary color
Monochromatic Colors of #BC2846
Black with #BC2846
Text Example
Text Example
White with #BC2846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2846; }
p { color: rgb(188,40,70); }
H1.HeaderClassName
{
color: #BC2846;
}
.AnyTagClassName
{
color: #BC2846;
}
</style>
background-color css
<style>
a { background-color: #BC2846; }
a { background-color: rgb(188,40,70); }
div.DivClassName
{
background-color: #BC2846;
}
.BgClassName
{
background-color: #BC2846;
}
</style>
border-color css
<style>
span { border-color: #BC2846; }
span { border-color: rgb(188,40,70); }
td.TdClassName
{
border-color: #BC2846;
}
.TagClassName
{
border-color: #BC2846;
}
</style>