Shades of Old Rose #BC2465
Tints of Old Rose #BC2465
RGB
CMYK
RGB Variations
Color information
#BC2465 (or 0xBC2465) is known color: Old Rose. HEX triplet: BC, 24 and 65. RGB value is (188,36,101). Sum of RGB (Red+Green+Blue) = 188+36+101=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2465 is #43DB9A. Grayscale: #585858. Windows color (decimal): -4447131 or 6628540. OLE color: 6628540.
HSL color Cylindrical-coordinate representation of color #BC2465: hue angle of 334.34º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2465 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 101 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.26 |
| HSL | 334.34º | 0.68% | 0.44% | - |
| HSV(B) | 334.34º | 0.81% | 0.74% | - |
| XYZ | 23.72 | 12.89 | 13.55 | - |
| YUV | 88.86 | 134.86 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 101 | 0 | 0.81 | 0.46 | 0.26 | 334.34 | 0.68 | 0.44 |
| Hex | BC | 24 | 65 | 0 | 51 | 2E | 1A | 14E | 44 | 2C |
| Octal | 274 | 44 | 145 | 0 | 121 | 56 | 32 | 516 | 104 | 54 |
| Binary | 10111100 | 100100 | 1100101 | 0 | 1010001 | 101110 | 11010 | 101001110 | 1000100 | 101100 |
Color Harmonies of #BC2465
Complementary color
Monochromatic Colors of #BC2465
Black with #BC2465
Text Example
Text Example
White with #BC2465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2465; }
p { color: rgb(188,36,101); }
H1.HeaderClassName
{
color: #BC2465;
}
.AnyTagClassName
{
color: #BC2465;
}
</style>
background-color css
<style>
a { background-color: #BC2465; }
a { background-color: rgb(188,36,101); }
div.DivClassName
{
background-color: #BC2465;
}
.BgClassName
{
background-color: #BC2465;
}
</style>
border-color css
<style>
span { border-color: #BC2465; }
span { border-color: rgb(188,36,101); }
td.TdClassName
{
border-color: #BC2465;
}
.TagClassName
{
border-color: #BC2465;
}
</style>