Shades of Old Rose #BC2D4F
Tints of Old Rose #BC2D4F
RGB
CMYK
RGB Variations
Color information
#BC2D4F (or 0xBC2D4F) is known color: Old Rose. HEX triplet: BC, 2D and 4F. RGB value is (188,45,79). Sum of RGB (Red+Green+Blue) = 188+45+79=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2D4F is #43D2B0. Grayscale: #5B5B5B. Windows color (decimal): -4444849 or 5189052. OLE color: 5189052.
HSL color Cylindrical-coordinate representation of color #BC2D4F: hue angle of 345.73º 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 #BC2D4F is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 79 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.26 |
| HSL | 345.73º | 0.61% | 0.46% | - |
| HSV(B) | 345.73º | 0.76% | 0.74% | - |
| XYZ | 23.09 | 13.13 | 8.72 | - |
| YUV | 91.63 | 120.88 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 79 | 0 | 0.76 | 0.58 | 0.26 | 345.73 | 0.61 | 0.46 |
| Hex | BC | 2D | 4F | 0 | 4C | 3A | 1A | 15A | 3D | 2E |
| Octal | 274 | 55 | 117 | 0 | 114 | 72 | 32 | 532 | 75 | 56 |
| Binary | 10111100 | 101101 | 1001111 | 0 | 1001100 | 111010 | 11010 | 101011010 | 111101 | 101110 |
Color Harmonies of #BC2D4F
Complementary color
Monochromatic Colors of #BC2D4F
Black with #BC2D4F
Text Example
Text Example
White with #BC2D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D4F; }
p { color: rgb(188,45,79); }
H1.HeaderClassName
{
color: #BC2D4F;
}
.AnyTagClassName
{
color: #BC2D4F;
}
</style>
background-color css
<style>
a { background-color: #BC2D4F; }
a { background-color: rgb(188,45,79); }
div.DivClassName
{
background-color: #BC2D4F;
}
.BgClassName
{
background-color: #BC2D4F;
}
</style>
border-color css
<style>
span { border-color: #BC2D4F; }
span { border-color: rgb(188,45,79); }
td.TdClassName
{
border-color: #BC2D4F;
}
.TagClassName
{
border-color: #BC2D4F;
}
</style>