Shades of Old Rose #BC2155
Tints of Old Rose #BC2155
RGB
CMYK
RGB Variations
Color information
#BC2155 (or 0xBC2155) is known color: Old Rose. HEX triplet: BC, 21 and 55. RGB value is (188,33,85). Sum of RGB (Red+Green+Blue) = 188+33+85=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2155 is #43DEAA. Grayscale: #555555. Windows color (decimal): -4447915 or 5579196. OLE color: 5579196.
HSL color Cylindrical-coordinate representation of color #BC2155: hue angle of 339.87º 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 #BC2155 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 85 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.26 |
| HSL | 339.87º | 0.7% | 0.43% | - |
| HSV(B) | 339.87º | 0.82% | 0.74% | - |
| XYZ | 22.92 | 12.43 | 9.79 | - |
| YUV | 85.27 | 127.85 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 85 | 0 | 0.82 | 0.55 | 0.26 | 339.87 | 0.7 | 0.43 |
| Hex | BC | 21 | 55 | 0 | 52 | 37 | 1A | 154 | 46 | 2B |
| Octal | 274 | 41 | 125 | 0 | 122 | 67 | 32 | 524 | 106 | 53 |
| Binary | 10111100 | 100001 | 1010101 | 0 | 1010010 | 110111 | 11010 | 101010100 | 1000110 | 101011 |
Color Harmonies of #BC2155
Complementary color
Monochromatic Colors of #BC2155
Black with #BC2155
Text Example
Text Example
White with #BC2155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2155; }
p { color: rgb(188,33,85); }
H1.HeaderClassName
{
color: #BC2155;
}
.AnyTagClassName
{
color: #BC2155;
}
</style>
background-color css
<style>
a { background-color: #BC2155; }
a { background-color: rgb(188,33,85); }
div.DivClassName
{
background-color: #BC2155;
}
.BgClassName
{
background-color: #BC2155;
}
</style>
border-color css
<style>
span { border-color: #BC2155; }
span { border-color: rgb(188,33,85); }
td.TdClassName
{
border-color: #BC2155;
}
.TagClassName
{
border-color: #BC2155;
}
</style>