Shades of Old Rose #BC2F56
Tints of Old Rose #BC2F56
RGB
CMYK
RGB Variations
Color information
#BC2F56 (or 0xBC2F56) is known color: Old Rose. HEX triplet: BC, 2F and 56. RGB value is (188,47,86). Sum of RGB (Red+Green+Blue) = 188+47+86=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2F56 is #43D0A9. Grayscale: #5D5D5D. Windows color (decimal): -4444330 or 5648316. OLE color: 5648316.
HSL color Cylindrical-coordinate representation of color #BC2F56: hue angle of 343.4º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC2F56 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 86 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.26 |
| HSL | 343.4º | 0.6% | 0.46% | - |
| HSV(B) | 343.4º | 0.75% | 0.74% | - |
| XYZ | 23.44 | 13.4 | 10.15 | - |
| YUV | 93.61 | 123.71 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 86 | 0 | 0.75 | 0.54 | 0.26 | 343.4 | 0.6 | 0.46 |
| Hex | BC | 2F | 56 | 0 | 4B | 36 | 1A | 157 | 3C | 2E |
| Octal | 274 | 57 | 126 | 0 | 113 | 66 | 32 | 527 | 74 | 56 |
| Binary | 10111100 | 101111 | 1010110 | 0 | 1001011 | 110110 | 11010 | 101010111 | 111100 | 101110 |
Color Harmonies of #BC2F56
Complementary color
Monochromatic Colors of #BC2F56
Black with #BC2F56
Text Example
Text Example
White with #BC2F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F56; }
p { color: rgb(188,47,86); }
H1.HeaderClassName
{
color: #BC2F56;
}
.AnyTagClassName
{
color: #BC2F56;
}
</style>
background-color css
<style>
a { background-color: #BC2F56; }
a { background-color: rgb(188,47,86); }
div.DivClassName
{
background-color: #BC2F56;
}
.BgClassName
{
background-color: #BC2F56;
}
</style>
border-color css
<style>
span { border-color: #BC2F56; }
span { border-color: rgb(188,47,86); }
td.TdClassName
{
border-color: #BC2F56;
}
.TagClassName
{
border-color: #BC2F56;
}
</style>