Shades of Old Rose #BC2B4E
Tints of Old Rose #BC2B4E
RGB
CMYK
RGB Variations
Color information
#BC2B4E (or 0xBC2B4E) is known color: Old Rose. HEX triplet: BC, 2B and 4E. RGB value is (188,43,78). Sum of RGB (Red+Green+Blue) = 188+43+78=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2B4E is #43D4B1. Grayscale: #5A5A5A. Windows color (decimal): -4445362 or 5123004. OLE color: 5123004.
HSL color Cylindrical-coordinate representation of color #BC2B4E: hue angle of 345.52º 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 #BC2B4E is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 43 | 78 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.26 |
| HSL | 345.52º | 0.63% | 0.45% | - |
| HSV(B) | 345.52º | 0.77% | 0.74% | - |
| XYZ | 22.98 | 12.97 | 8.5 | - |
| YUV | 90.35 | 121.04 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 78 | 0 | 0.77 | 0.59 | 0.26 | 345.52 | 0.63 | 0.45 |
| Hex | BC | 2B | 4E | 0 | 4D | 3B | 1A | 15A | 3F | 2D |
| Octal | 274 | 53 | 116 | 0 | 115 | 73 | 32 | 532 | 77 | 55 |
| Binary | 10111100 | 101011 | 1001110 | 0 | 1001101 | 111011 | 11010 | 101011010 | 111111 | 101101 |
Color Harmonies of #BC2B4E
Complementary color
Monochromatic Colors of #BC2B4E
Black with #BC2B4E
Text Example
Text Example
White with #BC2B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2B4E; }
p { color: rgb(188,43,78); }
H1.HeaderClassName
{
color: #BC2B4E;
}
.AnyTagClassName
{
color: #BC2B4E;
}
</style>
background-color css
<style>
a { background-color: #BC2B4E; }
a { background-color: rgb(188,43,78); }
div.DivClassName
{
background-color: #BC2B4E;
}
.BgClassName
{
background-color: #BC2B4E;
}
</style>
border-color css
<style>
span { border-color: #BC2B4E; }
span { border-color: rgb(188,43,78); }
td.TdClassName
{
border-color: #BC2B4E;
}
.TagClassName
{
border-color: #BC2B4E;
}
</style>