Shades of Old Rose #BC3051
Tints of Old Rose #BC3051
RGB
CMYK
RGB Variations
Color information
#BC3051 (or 0xBC3051) is known color: Old Rose. HEX triplet: BC, 30 and 51. RGB value is (188,48,81). Sum of RGB (Red+Green+Blue) = 188+48+81=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 81 (32.03% from 255 or 25.55% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3051 is #43CFAE. Grayscale: #5D5D5D. Windows color (decimal): -4444079 or 5320892. OLE color: 5320892.
HSL color Cylindrical-coordinate representation of color #BC3051: hue angle of 345.86º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3051 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 81 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.26 |
| HSL | 345.86º | 0.59% | 0.46% | - |
| HSV(B) | 345.86º | 0.74% | 0.74% | - |
| XYZ | 23.28 | 13.4 | 9.14 | - |
| YUV | 93.62 | 120.88 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 81 | 0 | 0.74 | 0.57 | 0.26 | 345.86 | 0.59 | 0.46 |
| Hex | BC | 30 | 51 | 0 | 4A | 39 | 1A | 15A | 3B | 2E |
| Octal | 274 | 60 | 121 | 0 | 112 | 71 | 32 | 532 | 73 | 56 |
| Binary | 10111100 | 110000 | 1010001 | 0 | 1001010 | 111001 | 11010 | 101011010 | 111011 | 101110 |
Color Harmonies of #BC3051
Complementary color
Monochromatic Colors of #BC3051
Black with #BC3051
Text Example
Text Example
White with #BC3051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3051; }
p { color: rgb(188,48,81); }
H1.HeaderClassName
{
color: #BC3051;
}
.AnyTagClassName
{
color: #BC3051;
}
</style>
background-color css
<style>
a { background-color: #BC3051; }
a { background-color: rgb(188,48,81); }
div.DivClassName
{
background-color: #BC3051;
}
.BgClassName
{
background-color: #BC3051;
}
</style>
border-color css
<style>
span { border-color: #BC3051; }
span { border-color: rgb(188,48,81); }
td.TdClassName
{
border-color: #BC3051;
}
.TagClassName
{
border-color: #BC3051;
}
</style>