Shades of Old Rose #BC2660
Tints of Old Rose #BC2660
RGB
CMYK
RGB Variations
Color information
#BC2660 (or 0xBC2660) is known color: Old Rose. HEX triplet: BC, 26 and 60. RGB value is (188,38,96). Sum of RGB (Red+Green+Blue) = 188+38+96=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2660 is #43D99F. Grayscale: #595959. Windows color (decimal): -4446624 or 6301372. OLE color: 6301372.
HSL color Cylindrical-coordinate representation of color #BC2660: hue angle of 336.8º 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 #BC2660 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 96 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.26 |
| HSL | 336.8º | 0.66% | 0.44% | - |
| HSV(B) | 336.8º | 0.8% | 0.74% | - |
| XYZ | 23.54 | 12.92 | 12.32 | - |
| YUV | 89.46 | 131.7 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 96 | 0 | 0.80 | 0.49 | 0.26 | 336.8 | 0.66 | 0.44 |
| Hex | BC | 26 | 60 | 0 | 50 | 31 | 1A | 151 | 42 | 2C |
| Octal | 274 | 46 | 140 | 0 | 120 | 61 | 32 | 521 | 102 | 54 |
| Binary | 10111100 | 100110 | 1100000 | 0 | 1010000 | 110001 | 11010 | 101010001 | 1000010 | 101100 |
Color Harmonies of #BC2660
Complementary color
Monochromatic Colors of #BC2660
Black with #BC2660
Text Example
Text Example
White with #BC2660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2660; }
p { color: rgb(188,38,96); }
H1.HeaderClassName
{
color: #BC2660;
}
.AnyTagClassName
{
color: #BC2660;
}
</style>
background-color css
<style>
a { background-color: #BC2660; }
a { background-color: rgb(188,38,96); }
div.DivClassName
{
background-color: #BC2660;
}
.BgClassName
{
background-color: #BC2660;
}
</style>
border-color css
<style>
span { border-color: #BC2660; }
span { border-color: rgb(188,38,96); }
td.TdClassName
{
border-color: #BC2660;
}
.TagClassName
{
border-color: #BC2660;
}
</style>