Shades of Old Rose #BC2654
Tints of Old Rose #BC2654
RGB
CMYK
RGB Variations
Color information
#BC2654 (or 0xBC2654) is known color: Old Rose. HEX triplet: BC, 26 and 54. RGB value is (188,38,84). Sum of RGB (Red+Green+Blue) = 188+38+84=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2654 is #43D9AB. Grayscale: #585858. Windows color (decimal): -4446636 or 5514940. OLE color: 5514940.
HSL color Cylindrical-coordinate representation of color #BC2654: hue angle of 341.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 #BC2654 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 84 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.26 |
| HSL | 341.6º | 0.66% | 0.44% | - |
| HSV(B) | 341.6º | 0.8% | 0.74% | - |
| XYZ | 23.03 | 12.72 | 9.63 | - |
| YUV | 88.09 | 125.7 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 84 | 0 | 0.80 | 0.55 | 0.26 | 341.6 | 0.66 | 0.44 |
| Hex | BC | 26 | 54 | 0 | 50 | 37 | 1A | 156 | 42 | 2C |
| Octal | 274 | 46 | 124 | 0 | 120 | 67 | 32 | 526 | 102 | 54 |
| Binary | 10111100 | 100110 | 1010100 | 0 | 1010000 | 110111 | 11010 | 101010110 | 1000010 | 101100 |
Color Harmonies of #BC2654
Complementary color
Monochromatic Colors of #BC2654
Black with #BC2654
Text Example
Text Example
White with #BC2654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2654; }
p { color: rgb(188,38,84); }
H1.HeaderClassName
{
color: #BC2654;
}
.AnyTagClassName
{
color: #BC2654;
}
</style>
background-color css
<style>
a { background-color: #BC2654; }
a { background-color: rgb(188,38,84); }
div.DivClassName
{
background-color: #BC2654;
}
.BgClassName
{
background-color: #BC2654;
}
</style>
border-color css
<style>
span { border-color: #BC2654; }
span { border-color: rgb(188,38,84); }
td.TdClassName
{
border-color: #BC2654;
}
.TagClassName
{
border-color: #BC2654;
}
</style>