Shades of Old Rose #BC2B51
Tints of Old Rose #BC2B51
RGB
CMYK
RGB Variations
Color information
#BC2B51 (or 0xBC2B51) is known color: Old Rose. HEX triplet: BC, 2B and 51. RGB value is (188,43,81). Sum of RGB (Red+Green+Blue) = 188+43+81=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2B51 is #43D4AE. Grayscale: #5A5A5A. Windows color (decimal): -4445359 or 5319612. OLE color: 5319612.
HSL color Cylindrical-coordinate representation of color #BC2B51: hue angle of 344.28º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2B51 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 43 | 81 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.26 |
| HSL | 344.28º | 0.63% | 0.45% | - |
| HSV(B) | 344.28º | 0.77% | 0.74% | - |
| XYZ | 23.09 | 13.01 | 9.08 | - |
| YUV | 90.69 | 122.54 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 81 | 0 | 0.77 | 0.57 | 0.26 | 344.28 | 0.63 | 0.45 |
| Hex | BC | 2B | 51 | 0 | 4D | 39 | 1A | 158 | 3F | 2D |
| Octal | 274 | 53 | 121 | 0 | 115 | 71 | 32 | 530 | 77 | 55 |
| Binary | 10111100 | 101011 | 1010001 | 0 | 1001101 | 111001 | 11010 | 101011000 | 111111 | 101101 |
Color Harmonies of #BC2B51
Complementary color
Monochromatic Colors of #BC2B51
Black with #BC2B51
Text Example
Text Example
White with #BC2B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2B51; }
p { color: rgb(188,43,81); }
H1.HeaderClassName
{
color: #BC2B51;
}
.AnyTagClassName
{
color: #BC2B51;
}
</style>
background-color css
<style>
a { background-color: #BC2B51; }
a { background-color: rgb(188,43,81); }
div.DivClassName
{
background-color: #BC2B51;
}
.BgClassName
{
background-color: #BC2B51;
}
</style>
border-color css
<style>
span { border-color: #BC2B51; }
span { border-color: rgb(188,43,81); }
td.TdClassName
{
border-color: #BC2B51;
}
.TagClassName
{
border-color: #BC2B51;
}
</style>