Shades of Old Rose #BC2062
Tints of Old Rose #BC2062
RGB
CMYK
RGB Variations
Color information
#BC2062 (or 0xBC2062) is known color: Old Rose. HEX triplet: BC, 20 and 62. RGB value is (188,32,98). Sum of RGB (Red+Green+Blue) = 188+32+98=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2062 is #43DF9D. Grayscale: #565656. Windows color (decimal): -4448158 or 6430908. OLE color: 6430908.
HSL color Cylindrical-coordinate representation of color #BC2062: hue angle of 334.62º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2062 is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 98 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.26 |
| HSL | 334.62º | 0.71% | 0.43% | - |
| HSV(B) | 334.62º | 0.83% | 0.74% | - |
| XYZ | 23.46 | 12.61 | 12.75 | - |
| YUV | 86.17 | 134.68 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 98 | 0 | 0.83 | 0.48 | 0.26 | 334.62 | 0.71 | 0.43 |
| Hex | BC | 20 | 62 | 0 | 53 | 30 | 1A | 14F | 47 | 2B |
| Octal | 274 | 40 | 142 | 0 | 123 | 60 | 32 | 517 | 107 | 53 |
| Binary | 10111100 | 100000 | 1100010 | 0 | 1010011 | 110000 | 11010 | 101001111 | 1000111 | 101011 |
Color Harmonies of #BC2062
Complementary color
Monochromatic Colors of #BC2062
Black with #BC2062
Text Example
Text Example
White with #BC2062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2062; }
p { color: rgb(188,32,98); }
H1.HeaderClassName
{
color: #BC2062;
}
.AnyTagClassName
{
color: #BC2062;
}
</style>
background-color css
<style>
a { background-color: #BC2062; }
a { background-color: rgb(188,32,98); }
div.DivClassName
{
background-color: #BC2062;
}
.BgClassName
{
background-color: #BC2062;
}
</style>
border-color css
<style>
span { border-color: #BC2062; }
span { border-color: rgb(188,32,98); }
td.TdClassName
{
border-color: #BC2062;
}
.TagClassName
{
border-color: #BC2062;
}
</style>