Shades of Old Rose #BC1655
Tints of Old Rose #BC1655
RGB
CMYK
RGB Variations
Color information
#BC1655 (or 0xBC1655) is known color: Old Rose. HEX triplet: BC, 16 and 55. RGB value is (188,22,85). Sum of RGB (Red+Green+Blue) = 188+22+85=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1655 is #43E9AA. Grayscale: #4E4E4E. Windows color (decimal): -4450731 or 5576380. OLE color: 5576380.
HSL color Cylindrical-coordinate representation of color #BC1655: hue angle of 337.23º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1655 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 85 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.26 |
| HSL | 337.23º | 0.79% | 0.41% | - |
| HSV(B) | 337.23º | 0.88% | 0.74% | - |
| XYZ | 22.67 | 11.92 | 9.7 | - |
| YUV | 78.82 | 131.5 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 85 | 0 | 0.88 | 0.55 | 0.26 | 337.23 | 0.79 | 0.41 |
| Hex | BC | 16 | 55 | 0 | 58 | 37 | 1A | 151 | 4F | 29 |
| Octal | 274 | 26 | 125 | 0 | 130 | 67 | 32 | 521 | 117 | 51 |
| Binary | 10111100 | 10110 | 1010101 | 0 | 1011000 | 110111 | 11010 | 101010001 | 1001111 | 101001 |
Color Harmonies of #BC1655
Complementary color
Monochromatic Colors of #BC1655
Black with #BC1655
Text Example
Text Example
White with #BC1655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1655; }
p { color: rgb(188,22,85); }
H1.HeaderClassName
{
color: #BC1655;
}
.AnyTagClassName
{
color: #BC1655;
}
</style>
background-color css
<style>
a { background-color: #BC1655; }
a { background-color: rgb(188,22,85); }
div.DivClassName
{
background-color: #BC1655;
}
.BgClassName
{
background-color: #BC1655;
}
</style>
border-color css
<style>
span { border-color: #BC1655; }
span { border-color: rgb(188,22,85); }
td.TdClassName
{
border-color: #BC1655;
}
.TagClassName
{
border-color: #BC1655;
}
</style>