Shades of Old Rose #BC2959
Tints of Old Rose #BC2959
RGB
CMYK
RGB Variations
Color information
#BC2959 (or 0xBC2959) is known color: Old Rose. HEX triplet: BC, 29 and 59. RGB value is (188,41,89). Sum of RGB (Red+Green+Blue) = 188+41+89=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2959 is #43D6A6. Grayscale: #5A5A5A. Windows color (decimal): -4445863 or 5843388. OLE color: 5843388.
HSL color Cylindrical-coordinate representation of color #BC2959: hue angle of 340.41º 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 #BC2959 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 89 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.26 |
| HSL | 340.41º | 0.64% | 0.45% | - |
| HSV(B) | 340.41º | 0.78% | 0.74% | - |
| XYZ | 23.34 | 13 | 10.73 | - |
| YUV | 90.43 | 127.2 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 89 | 0 | 0.78 | 0.53 | 0.26 | 340.41 | 0.64 | 0.45 |
| Hex | BC | 29 | 59 | 0 | 4E | 35 | 1A | 154 | 40 | 2D |
| Octal | 274 | 51 | 131 | 0 | 116 | 65 | 32 | 524 | 100 | 55 |
| Binary | 10111100 | 101001 | 1011001 | 0 | 1001110 | 110101 | 11010 | 101010100 | 1000000 | 101101 |
Color Harmonies of #BC2959
Complementary color
Monochromatic Colors of #BC2959
Black with #BC2959
Text Example
Text Example
White with #BC2959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2959; }
p { color: rgb(188,41,89); }
H1.HeaderClassName
{
color: #BC2959;
}
.AnyTagClassName
{
color: #BC2959;
}
</style>
background-color css
<style>
a { background-color: #BC2959; }
a { background-color: rgb(188,41,89); }
div.DivClassName
{
background-color: #BC2959;
}
.BgClassName
{
background-color: #BC2959;
}
</style>
border-color css
<style>
span { border-color: #BC2959; }
span { border-color: rgb(188,41,89); }
td.TdClassName
{
border-color: #BC2959;
}
.TagClassName
{
border-color: #BC2959;
}
</style>