Shades of Old Rose #BC2A55
Tints of Old Rose #BC2A55
RGB
CMYK
RGB Variations
Color information
#BC2A55 (or 0xBC2A55) is known color: Old Rose. HEX triplet: BC, 2A and 55. RGB value is (188,42,85). Sum of RGB (Red+Green+Blue) = 188+42+85=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2A55 is #43D5AA. Grayscale: #5A5A5A. Windows color (decimal): -4445611 or 5581500. OLE color: 5581500.
HSL color Cylindrical-coordinate representation of color #BC2A55: hue angle of 342.33º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2A55 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 42 | 85 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.26 |
| HSL | 342.33º | 0.63% | 0.45% | - |
| HSV(B) | 342.33º | 0.78% | 0.74% | - |
| XYZ | 23.21 | 13 | 9.88 | - |
| YUV | 90.56 | 124.87 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 85 | 0 | 0.78 | 0.55 | 0.26 | 342.33 | 0.63 | 0.45 |
| Hex | BC | 2A | 55 | 0 | 4E | 37 | 1A | 156 | 3F | 2D |
| Octal | 274 | 52 | 125 | 0 | 116 | 67 | 32 | 526 | 77 | 55 |
| Binary | 10111100 | 101010 | 1010101 | 0 | 1001110 | 110111 | 11010 | 101010110 | 111111 | 101101 |
Color Harmonies of #BC2A55
Complementary color
Monochromatic Colors of #BC2A55
Black with #BC2A55
Text Example
Text Example
White with #BC2A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2A55; }
p { color: rgb(188,42,85); }
H1.HeaderClassName
{
color: #BC2A55;
}
.AnyTagClassName
{
color: #BC2A55;
}
</style>
background-color css
<style>
a { background-color: #BC2A55; }
a { background-color: rgb(188,42,85); }
div.DivClassName
{
background-color: #BC2A55;
}
.BgClassName
{
background-color: #BC2A55;
}
</style>
border-color css
<style>
span { border-color: #BC2A55; }
span { border-color: rgb(188,42,85); }
td.TdClassName
{
border-color: #BC2A55;
}
.TagClassName
{
border-color: #BC2A55;
}
</style>