Shades of Old Rose #BC2963
Tints of Old Rose #BC2963
RGB
CMYK
RGB Variations
Color information
#BC2963 (or 0xBC2963) is known color: Old Rose. HEX triplet: BC, 29 and 63. RGB value is (188,41,99). Sum of RGB (Red+Green+Blue) = 188+41+99=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2963 is #43D69C. Grayscale: #5B5B5B. Windows color (decimal): -4445853 or 6498748. OLE color: 6498748.
HSL color Cylindrical-coordinate representation of color #BC2963: hue angle of 336.33º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2963 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 99 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.26 |
| HSL | 336.33º | 0.64% | 0.45% | - |
| HSV(B) | 336.33º | 0.78% | 0.74% | - |
| XYZ | 23.78 | 13.18 | 13.09 | - |
| YUV | 91.57 | 132.2 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 99 | 0 | 0.78 | 0.47 | 0.26 | 336.33 | 0.64 | 0.45 |
| Hex | BC | 29 | 63 | 0 | 4E | 2F | 1A | 150 | 40 | 2D |
| Octal | 274 | 51 | 143 | 0 | 116 | 57 | 32 | 520 | 100 | 55 |
| Binary | 10111100 | 101001 | 1100011 | 0 | 1001110 | 101111 | 11010 | 101010000 | 1000000 | 101101 |
Color Harmonies of #BC2963
Complementary color
Monochromatic Colors of #BC2963
Black with #BC2963
Text Example
Text Example
White with #BC2963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2963; }
p { color: rgb(188,41,99); }
H1.HeaderClassName
{
color: #BC2963;
}
.AnyTagClassName
{
color: #BC2963;
}
</style>
background-color css
<style>
a { background-color: #BC2963; }
a { background-color: rgb(188,41,99); }
div.DivClassName
{
background-color: #BC2963;
}
.BgClassName
{
background-color: #BC2963;
}
</style>
border-color css
<style>
span { border-color: #BC2963; }
span { border-color: rgb(188,41,99); }
td.TdClassName
{
border-color: #BC2963;
}
.TagClassName
{
border-color: #BC2963;
}
</style>