Shades of Old Rose #BC2B5C
Tints of Old Rose #BC2B5C
RGB
CMYK
RGB Variations
Color information
#BC2B5C (or 0xBC2B5C) is known color: Old Rose. HEX triplet: BC, 2B and 5C. RGB value is (188,43,92). Sum of RGB (Red+Green+Blue) = 188+43+92=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2B5C is #43D4A3. Grayscale: #5B5B5B. Windows color (decimal): -4445348 or 6040508. OLE color: 6040508.
HSL color Cylindrical-coordinate representation of color #BC2B5C: hue angle of 339.72º 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 #BC2B5C is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 43 | 92 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.26 |
| HSL | 339.72º | 0.63% | 0.45% | - |
| HSV(B) | 339.72º | 0.77% | 0.74% | - |
| XYZ | 23.53 | 13.19 | 11.43 | - |
| YUV | 91.94 | 128.04 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 92 | 0 | 0.77 | 0.51 | 0.26 | 339.72 | 0.63 | 0.45 |
| Hex | BC | 2B | 5C | 0 | 4D | 33 | 1A | 154 | 3F | 2D |
| Octal | 274 | 53 | 134 | 0 | 115 | 63 | 32 | 524 | 77 | 55 |
| Binary | 10111100 | 101011 | 1011100 | 0 | 1001101 | 110011 | 11010 | 101010100 | 111111 | 101101 |
Color Harmonies of #BC2B5C
Complementary color
Monochromatic Colors of #BC2B5C
Black with #BC2B5C
Text Example
Text Example
White with #BC2B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2B5C; }
p { color: rgb(188,43,92); }
H1.HeaderClassName
{
color: #BC2B5C;
}
.AnyTagClassName
{
color: #BC2B5C;
}
</style>
background-color css
<style>
a { background-color: #BC2B5C; }
a { background-color: rgb(188,43,92); }
div.DivClassName
{
background-color: #BC2B5C;
}
.BgClassName
{
background-color: #BC2B5C;
}
</style>
border-color css
<style>
span { border-color: #BC2B5C; }
span { border-color: rgb(188,43,92); }
td.TdClassName
{
border-color: #BC2B5C;
}
.TagClassName
{
border-color: #BC2B5C;
}
</style>