Shades of Old Rose #BC2D55
Tints of Old Rose #BC2D55
RGB
CMYK
RGB Variations
Color information
#BC2D55 (or 0xBC2D55) is known color: Old Rose. HEX triplet: BC, 2D and 55. RGB value is (188,45,85). Sum of RGB (Red+Green+Blue) = 188+45+85=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2D55 is #43D2AA. Grayscale: #5C5C5C. Windows color (decimal): -4444843 or 5582268. OLE color: 5582268.
HSL color Cylindrical-coordinate representation of color #BC2D55: hue angle of 343.22º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2D55 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 85 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.26 |
| HSL | 343.22º | 0.61% | 0.46% | - |
| HSV(B) | 343.22º | 0.76% | 0.74% | - |
| XYZ | 23.32 | 13.22 | 9.92 | - |
| YUV | 92.32 | 123.88 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 85 | 0 | 0.76 | 0.55 | 0.26 | 343.22 | 0.61 | 0.46 |
| Hex | BC | 2D | 55 | 0 | 4C | 37 | 1A | 157 | 3D | 2E |
| Octal | 274 | 55 | 125 | 0 | 114 | 67 | 32 | 527 | 75 | 56 |
| Binary | 10111100 | 101101 | 1010101 | 0 | 1001100 | 110111 | 11010 | 101010111 | 111101 | 101110 |
Color Harmonies of #BC2D55
Complementary color
Monochromatic Colors of #BC2D55
Black with #BC2D55
Text Example
Text Example
White with #BC2D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D55; }
p { color: rgb(188,45,85); }
H1.HeaderClassName
{
color: #BC2D55;
}
.AnyTagClassName
{
color: #BC2D55;
}
</style>
background-color css
<style>
a { background-color: #BC2D55; }
a { background-color: rgb(188,45,85); }
div.DivClassName
{
background-color: #BC2D55;
}
.BgClassName
{
background-color: #BC2D55;
}
</style>
border-color css
<style>
span { border-color: #BC2D55; }
span { border-color: rgb(188,45,85); }
td.TdClassName
{
border-color: #BC2D55;
}
.TagClassName
{
border-color: #BC2D55;
}
</style>