Shades of Old Rose #BC2D53
Tints of Old Rose #BC2D53
RGB
CMYK
RGB Variations
Color information
#BC2D53 (or 0xBC2D53) is known color: Old Rose. HEX triplet: BC, 2D and 53. RGB value is (188,45,83). Sum of RGB (Red+Green+Blue) = 188+45+83=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2D53 is #43D2AC. Grayscale: #5C5C5C. Windows color (decimal): -4444845 or 5451196. OLE color: 5451196.
HSL color Cylindrical-coordinate representation of color #BC2D53: hue angle of 344.06º 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 #BC2D53 is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 83 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.26 |
| HSL | 344.06º | 0.61% | 0.46% | - |
| HSV(B) | 344.06º | 0.76% | 0.74% | - |
| XYZ | 23.24 | 13.19 | 9.51 | - |
| YUV | 92.09 | 122.88 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 83 | 0 | 0.76 | 0.56 | 0.26 | 344.06 | 0.61 | 0.46 |
| Hex | BC | 2D | 53 | 0 | 4C | 38 | 1A | 158 | 3D | 2E |
| Octal | 274 | 55 | 123 | 0 | 114 | 70 | 32 | 530 | 75 | 56 |
| Binary | 10111100 | 101101 | 1010011 | 0 | 1001100 | 111000 | 11010 | 101011000 | 111101 | 101110 |
Color Harmonies of #BC2D53
Complementary color
Monochromatic Colors of #BC2D53
Black with #BC2D53
Text Example
Text Example
White with #BC2D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D53; }
p { color: rgb(188,45,83); }
H1.HeaderClassName
{
color: #BC2D53;
}
.AnyTagClassName
{
color: #BC2D53;
}
</style>
background-color css
<style>
a { background-color: #BC2D53; }
a { background-color: rgb(188,45,83); }
div.DivClassName
{
background-color: #BC2D53;
}
.BgClassName
{
background-color: #BC2D53;
}
</style>
border-color css
<style>
span { border-color: #BC2D53; }
span { border-color: rgb(188,45,83); }
td.TdClassName
{
border-color: #BC2D53;
}
.TagClassName
{
border-color: #BC2D53;
}
</style>