Shades of Old Rose #BC2C59
Tints of Old Rose #BC2C59
RGB
CMYK
RGB Variations
Color information
#BC2C59 (or 0xBC2C59) is known color: Old Rose. HEX triplet: BC, 2C and 59. RGB value is (188,44,89). Sum of RGB (Red+Green+Blue) = 188+44+89=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2C59 is #43D3A6. Grayscale: #5C5C5C. Windows color (decimal): -4445095 or 5844156. OLE color: 5844156.
HSL color Cylindrical-coordinate representation of color #BC2C59: hue angle of 341.25º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2C59 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 44 | 89 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.26 |
| HSL | 341.25º | 0.62% | 0.45% | - |
| HSV(B) | 341.25º | 0.77% | 0.74% | - |
| XYZ | 23.44 | 13.21 | 10.77 | - |
| YUV | 92.19 | 126.21 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 44 | 89 | 0 | 0.77 | 0.53 | 0.26 | 341.25 | 0.62 | 0.45 |
| Hex | BC | 2C | 59 | 0 | 4D | 35 | 1A | 155 | 3E | 2D |
| Octal | 274 | 54 | 131 | 0 | 115 | 65 | 32 | 525 | 76 | 55 |
| Binary | 10111100 | 101100 | 1011001 | 0 | 1001101 | 110101 | 11010 | 101010101 | 111110 | 101101 |
Color Harmonies of #BC2C59
Complementary color
Monochromatic Colors of #BC2C59
Black with #BC2C59
Text Example
Text Example
White with #BC2C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2C59; }
p { color: rgb(188,44,89); }
H1.HeaderClassName
{
color: #BC2C59;
}
.AnyTagClassName
{
color: #BC2C59;
}
</style>
background-color css
<style>
a { background-color: #BC2C59; }
a { background-color: rgb(188,44,89); }
div.DivClassName
{
background-color: #BC2C59;
}
.BgClassName
{
background-color: #BC2C59;
}
</style>
border-color css
<style>
span { border-color: #BC2C59; }
span { border-color: rgb(188,44,89); }
td.TdClassName
{
border-color: #BC2C59;
}
.TagClassName
{
border-color: #BC2C59;
}
</style>