Shades of Old Rose #BC3559
Tints of Old Rose #BC3559
RGB
CMYK
RGB Variations
Color information
#BC3559 (or 0xBC3559) is known color: Old Rose. HEX triplet: BC, 35 and 59. RGB value is (188,53,89). Sum of RGB (Red+Green+Blue) = 188+53+89=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3559 is #43CAA6. Grayscale: #616161. Windows color (decimal): -4442791 or 5846460. OLE color: 5846460.
HSL color Cylindrical-coordinate representation of color #BC3559: hue angle of 344º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3559 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 53 | 89 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.26 |
| HSL | 344º | 0.56% | 0.47% | - |
| HSV(B) | 344º | 0.72% | 0.74% | - |
| XYZ | 23.82 | 13.96 | 10.89 | - |
| YUV | 97.47 | 123.23 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 89 | 0 | 0.72 | 0.53 | 0.26 | 344 | 0.56 | 0.47 |
| Hex | BC | 35 | 59 | 0 | 48 | 35 | 1A | 158 | 38 | 2F |
| Octal | 274 | 65 | 131 | 0 | 110 | 65 | 32 | 530 | 70 | 57 |
| Binary | 10111100 | 110101 | 1011001 | 0 | 1001000 | 110101 | 11010 | 101011000 | 111000 | 101111 |
Color Harmonies of #BC3559
Complementary color
Monochromatic Colors of #BC3559
Black with #BC3559
Text Example
Text Example
White with #BC3559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3559; }
p { color: rgb(188,53,89); }
H1.HeaderClassName
{
color: #BC3559;
}
.AnyTagClassName
{
color: #BC3559;
}
</style>
background-color css
<style>
a { background-color: #BC3559; }
a { background-color: rgb(188,53,89); }
div.DivClassName
{
background-color: #BC3559;
}
.BgClassName
{
background-color: #BC3559;
}
</style>
border-color css
<style>
span { border-color: #BC3559; }
span { border-color: rgb(188,53,89); }
td.TdClassName
{
border-color: #BC3559;
}
.TagClassName
{
border-color: #BC3559;
}
</style>