Shades of Old Rose #BC3155
Tints of Old Rose #BC3155
RGB
CMYK
RGB Variations
Color information
#BC3155 (or 0xBC3155) is known color: Old Rose. HEX triplet: BC, 31 and 55. RGB value is (188,49,85). Sum of RGB (Red+Green+Blue) = 188+49+85=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3155 is #43CEAA. Grayscale: #5E5E5E. Windows color (decimal): -4443819 or 5583292. OLE color: 5583292.
HSL color Cylindrical-coordinate representation of color #BC3155: hue angle of 344.46º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3155 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 85 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.26 |
| HSL | 344.46º | 0.59% | 0.46% | - |
| HSV(B) | 344.46º | 0.74% | 0.74% | - |
| XYZ | 23.48 | 13.54 | 9.97 | - |
| YUV | 94.67 | 122.55 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 85 | 0 | 0.74 | 0.55 | 0.26 | 344.46 | 0.59 | 0.46 |
| Hex | BC | 31 | 55 | 0 | 4A | 37 | 1A | 158 | 3B | 2E |
| Octal | 274 | 61 | 125 | 0 | 112 | 67 | 32 | 530 | 73 | 56 |
| Binary | 10111100 | 110001 | 1010101 | 0 | 1001010 | 110111 | 11010 | 101011000 | 111011 | 101110 |
Color Harmonies of #BC3155
Complementary color
Monochromatic Colors of #BC3155
Black with #BC3155
Text Example
Text Example
White with #BC3155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3155; }
p { color: rgb(188,49,85); }
H1.HeaderClassName
{
color: #BC3155;
}
.AnyTagClassName
{
color: #BC3155;
}
</style>
background-color css
<style>
a { background-color: #BC3155; }
a { background-color: rgb(188,49,85); }
div.DivClassName
{
background-color: #BC3155;
}
.BgClassName
{
background-color: #BC3155;
}
</style>
border-color css
<style>
span { border-color: #BC3155; }
span { border-color: rgb(188,49,85); }
td.TdClassName
{
border-color: #BC3155;
}
.TagClassName
{
border-color: #BC3155;
}
</style>