Shades of Old Rose #BC2648
Tints of Old Rose #BC2648
RGB
CMYK
RGB Variations
Color information
#BC2648 (or 0xBC2648) is known color: Old Rose. HEX triplet: BC, 26 and 48. RGB value is (188,38,72). Sum of RGB (Red+Green+Blue) = 188+38+72=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2648 is #43D9B7. Grayscale: #565656. Windows color (decimal): -4446648 or 4728508. OLE color: 4728508.
HSL color Cylindrical-coordinate representation of color #BC2648: hue angle of 346.4º degrees, saturation: 0.66, 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 #BC2648 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 72 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.26 |
| HSL | 346.4º | 0.66% | 0.44% | - |
| HSV(B) | 346.4º | 0.8% | 0.74% | - |
| XYZ | 22.6 | 12.55 | 7.36 | - |
| YUV | 86.73 | 119.7 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 72 | 0 | 0.80 | 0.62 | 0.26 | 346.4 | 0.66 | 0.44 |
| Hex | BC | 26 | 48 | 0 | 50 | 3E | 1A | 15A | 42 | 2C |
| Octal | 274 | 46 | 110 | 0 | 120 | 76 | 32 | 532 | 102 | 54 |
| Binary | 10111100 | 100110 | 1001000 | 0 | 1010000 | 111110 | 11010 | 101011010 | 1000010 | 101100 |
Color Harmonies of #BC2648
Complementary color
Monochromatic Colors of #BC2648
Black with #BC2648
Text Example
Text Example
White with #BC2648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2648; }
p { color: rgb(188,38,72); }
H1.HeaderClassName
{
color: #BC2648;
}
.AnyTagClassName
{
color: #BC2648;
}
</style>
background-color css
<style>
a { background-color: #BC2648; }
a { background-color: rgb(188,38,72); }
div.DivClassName
{
background-color: #BC2648;
}
.BgClassName
{
background-color: #BC2648;
}
</style>
border-color css
<style>
span { border-color: #BC2648; }
span { border-color: rgb(188,38,72); }
td.TdClassName
{
border-color: #BC2648;
}
.TagClassName
{
border-color: #BC2648;
}
</style>