Shades of Old Rose #BC3052
Tints of Old Rose #BC3052
RGB
CMYK
RGB Variations
Color information
#BC3052 (or 0xBC3052) is known color: Old Rose. HEX triplet: BC, 30 and 52. RGB value is (188,48,82). Sum of RGB (Red+Green+Blue) = 188+48+82=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3052 is #43CFAD. Grayscale: #5D5D5D. Windows color (decimal): -4444078 or 5386428. OLE color: 5386428.
HSL color Cylindrical-coordinate representation of color #BC3052: hue angle of 345.43º 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 #BC3052 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 82 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.26 |
| HSL | 345.43º | 0.59% | 0.46% | - |
| HSV(B) | 345.43º | 0.74% | 0.74% | - |
| XYZ | 23.32 | 13.41 | 9.34 | - |
| YUV | 93.74 | 121.38 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 82 | 0 | 0.74 | 0.56 | 0.26 | 345.43 | 0.59 | 0.46 |
| Hex | BC | 30 | 52 | 0 | 4A | 38 | 1A | 159 | 3B | 2E |
| Octal | 274 | 60 | 122 | 0 | 112 | 70 | 32 | 531 | 73 | 56 |
| Binary | 10111100 | 110000 | 1010010 | 0 | 1001010 | 111000 | 11010 | 101011001 | 111011 | 101110 |
Color Harmonies of #BC3052
Complementary color
Monochromatic Colors of #BC3052
Black with #BC3052
Text Example
Text Example
White with #BC3052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3052; }
p { color: rgb(188,48,82); }
H1.HeaderClassName
{
color: #BC3052;
}
.AnyTagClassName
{
color: #BC3052;
}
</style>
background-color css
<style>
a { background-color: #BC3052; }
a { background-color: rgb(188,48,82); }
div.DivClassName
{
background-color: #BC3052;
}
.BgClassName
{
background-color: #BC3052;
}
</style>
border-color css
<style>
span { border-color: #BC3052; }
span { border-color: rgb(188,48,82); }
td.TdClassName
{
border-color: #BC3052;
}
.TagClassName
{
border-color: #BC3052;
}
</style>