Shades of Old Rose #BC2D61
Tints of Old Rose #BC2D61
RGB
CMYK
RGB Variations
Color information
#BC2D61 (or 0xBC2D61) is known color: Old Rose. HEX triplet: BC, 2D and 61. RGB value is (188,45,97). Sum of RGB (Red+Green+Blue) = 188+45+97=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2D61 is #43D29E. Grayscale: #5D5D5D. Windows color (decimal): -4444831 or 6368700. OLE color: 6368700.
HSL color Cylindrical-coordinate representation of color #BC2D61: hue angle of 338.18º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2D61 is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 97 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.26 |
| HSL | 338.18º | 0.61% | 0.46% | - |
| HSV(B) | 338.18º | 0.76% | 0.74% | - |
| XYZ | 23.84 | 13.43 | 12.65 | - |
| YUV | 93.69 | 129.88 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 97 | 0 | 0.76 | 0.48 | 0.26 | 338.18 | 0.61 | 0.46 |
| Hex | BC | 2D | 61 | 0 | 4C | 30 | 1A | 152 | 3D | 2E |
| Octal | 274 | 55 | 141 | 0 | 114 | 60 | 32 | 522 | 75 | 56 |
| Binary | 10111100 | 101101 | 1100001 | 0 | 1001100 | 110000 | 11010 | 101010010 | 111101 | 101110 |
Color Harmonies of #BC2D61
Complementary color
Monochromatic Colors of #BC2D61
Black with #BC2D61
Text Example
Text Example
White with #BC2D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D61; }
p { color: rgb(188,45,97); }
H1.HeaderClassName
{
color: #BC2D61;
}
.AnyTagClassName
{
color: #BC2D61;
}
</style>
background-color css
<style>
a { background-color: #BC2D61; }
a { background-color: rgb(188,45,97); }
div.DivClassName
{
background-color: #BC2D61;
}
.BgClassName
{
background-color: #BC2D61;
}
</style>
border-color css
<style>
span { border-color: #BC2D61; }
span { border-color: rgb(188,45,97); }
td.TdClassName
{
border-color: #BC2D61;
}
.TagClassName
{
border-color: #BC2D61;
}
</style>