Shades of Old Rose #BC3E55
Tints of Old Rose #BC3E55
RGB
CMYK
RGB Variations
Color information
#BC3E55 (or 0xBC3E55) is known color: Old Rose. HEX triplet: BC, 3E and 55. RGB value is (188,62,85). Sum of RGB (Red+Green+Blue) = 188+62+85=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3E55 is #43C1AA. Grayscale: #666666. Windows color (decimal): -4440491 or 5586620. OLE color: 5586620.
HSL color Cylindrical-coordinate representation of color #BC3E55: hue angle of 349.05º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC3E55 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 62 | 85 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.26 |
| HSL | 349.05º | 0.5% | 0.49% | - |
| HSV(B) | 349.05º | 0.67% | 0.74% | - |
| XYZ | 24.1 | 14.79 | 10.18 | - |
| YUV | 102.3 | 118.24 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 85 | 0 | 0.67 | 0.55 | 0.26 | 349.05 | 0.5 | 0.49 |
| Hex | BC | 3E | 55 | 0 | 43 | 37 | 1A | 15D | 32 | 31 |
| Octal | 274 | 76 | 125 | 0 | 103 | 67 | 32 | 535 | 62 | 61 |
| Binary | 10111100 | 111110 | 1010101 | 0 | 1000011 | 110111 | 11010 | 101011101 | 110010 | 110001 |
Color Harmonies of #BC3E55
Complementary color
Monochromatic Colors of #BC3E55
Black with #BC3E55
Text Example
Text Example
White with #BC3E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3E55; }
p { color: rgb(188,62,85); }
H1.HeaderClassName
{
color: #BC3E55;
}
.AnyTagClassName
{
color: #BC3E55;
}
</style>
background-color css
<style>
a { background-color: #BC3E55; }
a { background-color: rgb(188,62,85); }
div.DivClassName
{
background-color: #BC3E55;
}
.BgClassName
{
background-color: #BC3E55;
}
</style>
border-color css
<style>
span { border-color: #BC3E55; }
span { border-color: rgb(188,62,85); }
td.TdClassName
{
border-color: #BC3E55;
}
.TagClassName
{
border-color: #BC3E55;
}
</style>