Shades of Old Rose #BC2657
Tints of Old Rose #BC2657
RGB
CMYK
RGB Variations
Color information
#BC2657 (or 0xBC2657) is known color: Old Rose. HEX triplet: BC, 26 and 57. RGB value is (188,38,87). Sum of RGB (Red+Green+Blue) = 188+38+87=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2657 is #43D9A8. Grayscale: #585858. Windows color (decimal): -4446633 or 5711548. OLE color: 5711548.
HSL color Cylindrical-coordinate representation of color #BC2657: hue angle of 340.4º 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 #BC2657 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 87 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.26 |
| HSL | 340.4º | 0.66% | 0.44% | - |
| HSV(B) | 340.4º | 0.8% | 0.74% | - |
| XYZ | 23.15 | 12.77 | 10.26 | - |
| YUV | 88.44 | 127.2 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 87 | 0 | 0.80 | 0.54 | 0.26 | 340.4 | 0.66 | 0.44 |
| Hex | BC | 26 | 57 | 0 | 50 | 36 | 1A | 154 | 42 | 2C |
| Octal | 274 | 46 | 127 | 0 | 120 | 66 | 32 | 524 | 102 | 54 |
| Binary | 10111100 | 100110 | 1010111 | 0 | 1010000 | 110110 | 11010 | 101010100 | 1000010 | 101100 |
Color Harmonies of #BC2657
Complementary color
Monochromatic Colors of #BC2657
Black with #BC2657
Text Example
Text Example
White with #BC2657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2657; }
p { color: rgb(188,38,87); }
H1.HeaderClassName
{
color: #BC2657;
}
.AnyTagClassName
{
color: #BC2657;
}
</style>
background-color css
<style>
a { background-color: #BC2657; }
a { background-color: rgb(188,38,87); }
div.DivClassName
{
background-color: #BC2657;
}
.BgClassName
{
background-color: #BC2657;
}
</style>
border-color css
<style>
span { border-color: #BC2657; }
span { border-color: rgb(188,38,87); }
td.TdClassName
{
border-color: #BC2657;
}
.TagClassName
{
border-color: #BC2657;
}
</style>