Shades of Old Rose #BC2F5E
Tints of Old Rose #BC2F5E
RGB
CMYK
RGB Variations
Color information
#BC2F5E (or 0xBC2F5E) is known color: Old Rose. HEX triplet: BC, 2F and 5E. RGB value is (188,47,94). Sum of RGB (Red+Green+Blue) = 188+47+94=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2F5E is #43D0A1. Grayscale: #5E5E5E. Windows color (decimal): -4444322 or 6172604. OLE color: 6172604.
HSL color Cylindrical-coordinate representation of color #BC2F5E: hue angle of 340º 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 #BC2F5E is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 94 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.26 |
| HSL | 340º | 0.6% | 0.46% | - |
| HSV(B) | 340º | 0.75% | 0.74% | - |
| XYZ | 23.78 | 13.53 | 11.95 | - |
| YUV | 94.52 | 127.71 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 94 | 0 | 0.75 | 0.50 | 0.26 | 340 | 0.6 | 0.46 |
| Hex | BC | 2F | 5E | 0 | 4B | 32 | 1A | 154 | 3C | 2E |
| Octal | 274 | 57 | 136 | 0 | 113 | 62 | 32 | 524 | 74 | 56 |
| Binary | 10111100 | 101111 | 1011110 | 0 | 1001011 | 110010 | 11010 | 101010100 | 111100 | 101110 |
Color Harmonies of #BC2F5E
Complementary color
Monochromatic Colors of #BC2F5E
Black with #BC2F5E
Text Example
Text Example
White with #BC2F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F5E; }
p { color: rgb(188,47,94); }
H1.HeaderClassName
{
color: #BC2F5E;
}
.AnyTagClassName
{
color: #BC2F5E;
}
</style>
background-color css
<style>
a { background-color: #BC2F5E; }
a { background-color: rgb(188,47,94); }
div.DivClassName
{
background-color: #BC2F5E;
}
.BgClassName
{
background-color: #BC2F5E;
}
</style>
border-color css
<style>
span { border-color: #BC2F5E; }
span { border-color: rgb(188,47,94); }
td.TdClassName
{
border-color: #BC2F5E;
}
.TagClassName
{
border-color: #BC2F5E;
}
</style>