Shades of Old Rose #BC2662
Tints of Old Rose #BC2662
RGB
CMYK
RGB Variations
Color information
#BC2662 (or 0xBC2662) is known color: Old Rose. HEX triplet: BC, 26 and 62. RGB value is (188,38,98). Sum of RGB (Red+Green+Blue) = 188+38+98=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2662 is #43D99D. Grayscale: #595959. Windows color (decimal): -4446622 or 6432444. OLE color: 6432444.
HSL color Cylindrical-coordinate representation of color #BC2662: hue angle of 336º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2662 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 98 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.26 |
| HSL | 336º | 0.66% | 0.44% | - |
| HSV(B) | 336º | 0.8% | 0.74% | - |
| XYZ | 23.64 | 12.96 | 12.81 | - |
| YUV | 89.69 | 132.7 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 98 | 0 | 0.80 | 0.48 | 0.26 | 336 | 0.66 | 0.44 |
| Hex | BC | 26 | 62 | 0 | 50 | 30 | 1A | 150 | 42 | 2C |
| Octal | 274 | 46 | 142 | 0 | 120 | 60 | 32 | 520 | 102 | 54 |
| Binary | 10111100 | 100110 | 1100010 | 0 | 1010000 | 110000 | 11010 | 101010000 | 1000010 | 101100 |
Color Harmonies of #BC2662
Complementary color
Monochromatic Colors of #BC2662
Black with #BC2662
Text Example
Text Example
White with #BC2662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2662; }
p { color: rgb(188,38,98); }
H1.HeaderClassName
{
color: #BC2662;
}
.AnyTagClassName
{
color: #BC2662;
}
</style>
background-color css
<style>
a { background-color: #BC2662; }
a { background-color: rgb(188,38,98); }
div.DivClassName
{
background-color: #BC2662;
}
.BgClassName
{
background-color: #BC2662;
}
</style>
border-color css
<style>
span { border-color: #BC2662; }
span { border-color: rgb(188,38,98); }
td.TdClassName
{
border-color: #BC2662;
}
.TagClassName
{
border-color: #BC2662;
}
</style>