Shades of Old Rose #BC2659
Tints of Old Rose #BC2659
RGB
CMYK
RGB Variations
Color information
#BC2659 (or 0xBC2659) is known color: Old Rose. HEX triplet: BC, 26 and 59. RGB value is (188,38,89). Sum of RGB (Red+Green+Blue) = 188+38+89=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2659 is #43D9A6. Grayscale: #585858. Windows color (decimal): -4446631 or 5842620. OLE color: 5842620.
HSL color Cylindrical-coordinate representation of color #BC2659: hue angle of 339.6º 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 #BC2659 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 89 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.26 |
| HSL | 339.6º | 0.66% | 0.44% | - |
| HSV(B) | 339.6º | 0.8% | 0.74% | - |
| XYZ | 23.24 | 12.8 | 10.7 | - |
| YUV | 88.66 | 128.2 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 89 | 0 | 0.80 | 0.53 | 0.26 | 339.6 | 0.66 | 0.44 |
| Hex | BC | 26 | 59 | 0 | 50 | 35 | 1A | 154 | 42 | 2C |
| Octal | 274 | 46 | 131 | 0 | 120 | 65 | 32 | 524 | 102 | 54 |
| Binary | 10111100 | 100110 | 1011001 | 0 | 1010000 | 110101 | 11010 | 101010100 | 1000010 | 101100 |
Color Harmonies of #BC2659
Complementary color
Monochromatic Colors of #BC2659
Black with #BC2659
Text Example
Text Example
White with #BC2659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2659; }
p { color: rgb(188,38,89); }
H1.HeaderClassName
{
color: #BC2659;
}
.AnyTagClassName
{
color: #BC2659;
}
</style>
background-color css
<style>
a { background-color: #BC2659; }
a { background-color: rgb(188,38,89); }
div.DivClassName
{
background-color: #BC2659;
}
.BgClassName
{
background-color: #BC2659;
}
</style>
border-color css
<style>
span { border-color: #BC2659; }
span { border-color: rgb(188,38,89); }
td.TdClassName
{
border-color: #BC2659;
}
.TagClassName
{
border-color: #BC2659;
}
</style>