Shades of Old Rose #BC3257
Tints of Old Rose #BC3257
RGB
CMYK
RGB Variations
Color information
#BC3257 (or 0xBC3257) is known color: Old Rose. HEX triplet: BC, 32 and 57. RGB value is (188,50,87). Sum of RGB (Red+Green+Blue) = 188+50+87=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3257 is #43CDA8. Grayscale: #5F5F5F. Windows color (decimal): -4443561 or 5714620. OLE color: 5714620.
HSL color Cylindrical-coordinate representation of color #BC3257: hue angle of 343.91º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3257 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 87 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.26 |
| HSL | 343.91º | 0.58% | 0.47% | - |
| HSV(B) | 343.91º | 0.73% | 0.74% | - |
| XYZ | 23.6 | 13.66 | 10.41 | - |
| YUV | 95.48 | 123.22 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 87 | 0 | 0.73 | 0.54 | 0.26 | 343.91 | 0.58 | 0.47 |
| Hex | BC | 32 | 57 | 0 | 49 | 36 | 1A | 158 | 3A | 2F |
| Octal | 274 | 62 | 127 | 0 | 111 | 66 | 32 | 530 | 72 | 57 |
| Binary | 10111100 | 110010 | 1010111 | 0 | 1001001 | 110110 | 11010 | 101011000 | 111010 | 101111 |
Color Harmonies of #BC3257
Complementary color
Monochromatic Colors of #BC3257
Black with #BC3257
Text Example
Text Example
White with #BC3257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3257; }
p { color: rgb(188,50,87); }
H1.HeaderClassName
{
color: #BC3257;
}
.AnyTagClassName
{
color: #BC3257;
}
</style>
background-color css
<style>
a { background-color: #BC3257; }
a { background-color: rgb(188,50,87); }
div.DivClassName
{
background-color: #BC3257;
}
.BgClassName
{
background-color: #BC3257;
}
</style>
border-color css
<style>
span { border-color: #BC3257; }
span { border-color: rgb(188,50,87); }
td.TdClassName
{
border-color: #BC3257;
}
.TagClassName
{
border-color: #BC3257;
}
</style>