Shades of Old Rose #BC2B55
Tints of Old Rose #BC2B55
RGB
CMYK
RGB Variations
Color information
#BC2B55 (or 0xBC2B55) is known color: Old Rose. HEX triplet: BC, 2B and 55. RGB value is (188,43,85). Sum of RGB (Red+Green+Blue) = 188+43+85=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2B55 is #43D4AA. Grayscale: #5B5B5B. Windows color (decimal): -4445355 or 5581756. OLE color: 5581756.
HSL color Cylindrical-coordinate representation of color #BC2B55: hue angle of 342.62º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2B55 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 43 | 85 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.26 |
| HSL | 342.62º | 0.63% | 0.45% | - |
| HSV(B) | 342.62º | 0.77% | 0.74% | - |
| XYZ | 23.24 | 13.08 | 9.89 | - |
| YUV | 91.14 | 124.54 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 85 | 0 | 0.77 | 0.55 | 0.26 | 342.62 | 0.63 | 0.45 |
| Hex | BC | 2B | 55 | 0 | 4D | 37 | 1A | 157 | 3F | 2D |
| Octal | 274 | 53 | 125 | 0 | 115 | 67 | 32 | 527 | 77 | 55 |
| Binary | 10111100 | 101011 | 1010101 | 0 | 1001101 | 110111 | 11010 | 101010111 | 111111 | 101101 |
Color Harmonies of #BC2B55
Complementary color
Monochromatic Colors of #BC2B55
Black with #BC2B55
Text Example
Text Example
White with #BC2B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2B55; }
p { color: rgb(188,43,85); }
H1.HeaderClassName
{
color: #BC2B55;
}
.AnyTagClassName
{
color: #BC2B55;
}
</style>
background-color css
<style>
a { background-color: #BC2B55; }
a { background-color: rgb(188,43,85); }
div.DivClassName
{
background-color: #BC2B55;
}
.BgClassName
{
background-color: #BC2B55;
}
</style>
border-color css
<style>
span { border-color: #BC2B55; }
span { border-color: rgb(188,43,85); }
td.TdClassName
{
border-color: #BC2B55;
}
.TagClassName
{
border-color: #BC2B55;
}
</style>