Shades of Old Rose #BC2055
Tints of Old Rose #BC2055
RGB
CMYK
RGB Variations
Color information
#BC2055 (or 0xBC2055) is known color: Old Rose. HEX triplet: BC, 20 and 55. RGB value is (188,32,85). Sum of RGB (Red+Green+Blue) = 188+32+85=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2055 is #43DFAA. Grayscale: #545454. Windows color (decimal): -4448171 or 5578940. OLE color: 5578940.
HSL color Cylindrical-coordinate representation of color #BC2055: hue angle of 339.62º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2055 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 85 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.26 |
| HSL | 339.62º | 0.71% | 0.43% | - |
| HSV(B) | 339.62º | 0.83% | 0.74% | - |
| XYZ | 22.9 | 12.38 | 9.78 | - |
| YUV | 84.69 | 128.18 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 85 | 0 | 0.83 | 0.55 | 0.26 | 339.62 | 0.71 | 0.43 |
| Hex | BC | 20 | 55 | 0 | 53 | 37 | 1A | 154 | 47 | 2B |
| Octal | 274 | 40 | 125 | 0 | 123 | 67 | 32 | 524 | 107 | 53 |
| Binary | 10111100 | 100000 | 1010101 | 0 | 1010011 | 110111 | 11010 | 101010100 | 1000111 | 101011 |
Color Harmonies of #BC2055
Complementary color
Monochromatic Colors of #BC2055
Black with #BC2055
Text Example
Text Example
White with #BC2055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2055; }
p { color: rgb(188,32,85); }
H1.HeaderClassName
{
color: #BC2055;
}
.AnyTagClassName
{
color: #BC2055;
}
</style>
background-color css
<style>
a { background-color: #BC2055; }
a { background-color: rgb(188,32,85); }
div.DivClassName
{
background-color: #BC2055;
}
.BgClassName
{
background-color: #BC2055;
}
</style>
border-color css
<style>
span { border-color: #BC2055; }
span { border-color: rgb(188,32,85); }
td.TdClassName
{
border-color: #BC2055;
}
.TagClassName
{
border-color: #BC2055;
}
</style>