Shades of Old Rose #BC3152
Tints of Old Rose #BC3152
RGB
CMYK
RGB Variations
Color information
#BC3152 (or 0xBC3152) is known color: Old Rose. HEX triplet: BC, 31 and 52. RGB value is (188,49,82). Sum of RGB (Red+Green+Blue) = 188+49+82=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3152 is #43CEAD. Grayscale: #5E5E5E. Windows color (decimal): -4443822 or 5386684. OLE color: 5386684.
HSL color Cylindrical-coordinate representation of color #BC3152: hue angle of 345.76º 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 #BC3152 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 82 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.26 |
| HSL | 345.76º | 0.59% | 0.46% | - |
| HSV(B) | 345.76º | 0.74% | 0.74% | - |
| XYZ | 23.36 | 13.5 | 9.36 | - |
| YUV | 94.32 | 121.05 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 82 | 0 | 0.74 | 0.56 | 0.26 | 345.76 | 0.59 | 0.46 |
| Hex | BC | 31 | 52 | 0 | 4A | 38 | 1A | 15A | 3B | 2E |
| Octal | 274 | 61 | 122 | 0 | 112 | 70 | 32 | 532 | 73 | 56 |
| Binary | 10111100 | 110001 | 1010010 | 0 | 1001010 | 111000 | 11010 | 101011010 | 111011 | 101110 |
Color Harmonies of #BC3152
Complementary color
Monochromatic Colors of #BC3152
Black with #BC3152
Text Example
Text Example
White with #BC3152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3152; }
p { color: rgb(188,49,82); }
H1.HeaderClassName
{
color: #BC3152;
}
.AnyTagClassName
{
color: #BC3152;
}
</style>
background-color css
<style>
a { background-color: #BC3152; }
a { background-color: rgb(188,49,82); }
div.DivClassName
{
background-color: #BC3152;
}
.BgClassName
{
background-color: #BC3152;
}
</style>
border-color css
<style>
span { border-color: #BC3152; }
span { border-color: rgb(188,49,82); }
td.TdClassName
{
border-color: #BC3152;
}
.TagClassName
{
border-color: #BC3152;
}
</style>