Shades of Old Rose #BC3A57
Tints of Old Rose #BC3A57
RGB
CMYK
RGB Variations
Color information
#BC3A57 (or 0xBC3A57) is known color: Old Rose. HEX triplet: BC, 3A and 57. RGB value is (188,58,87). Sum of RGB (Red+Green+Blue) = 188+58+87=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3A57 is #43C5A8. Grayscale: #646464. Windows color (decimal): -4441513 or 5716668. OLE color: 5716668.
HSL color Cylindrical-coordinate representation of color #BC3A57: hue angle of 346.62º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3A57 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 58 | 87 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.26 |
| HSL | 346.62º | 0.53% | 0.48% | - |
| HSV(B) | 346.62º | 0.69% | 0.74% | - |
| XYZ | 23.97 | 14.41 | 10.53 | - |
| YUV | 100.18 | 120.57 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 87 | 0 | 0.69 | 0.54 | 0.26 | 346.62 | 0.53 | 0.48 |
| Hex | BC | 3A | 57 | 0 | 45 | 36 | 1A | 15B | 35 | 30 |
| Octal | 274 | 72 | 127 | 0 | 105 | 66 | 32 | 533 | 65 | 60 |
| Binary | 10111100 | 111010 | 1010111 | 0 | 1000101 | 110110 | 11010 | 101011011 | 110101 | 110000 |
Color Harmonies of #BC3A57
Complementary color
Monochromatic Colors of #BC3A57
Black with #BC3A57
Text Example
Text Example
White with #BC3A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3A57; }
p { color: rgb(188,58,87); }
H1.HeaderClassName
{
color: #BC3A57;
}
.AnyTagClassName
{
color: #BC3A57;
}
</style>
background-color css
<style>
a { background-color: #BC3A57; }
a { background-color: rgb(188,58,87); }
div.DivClassName
{
background-color: #BC3A57;
}
.BgClassName
{
background-color: #BC3A57;
}
</style>
border-color css
<style>
span { border-color: #BC3A57; }
span { border-color: rgb(188,58,87); }
td.TdClassName
{
border-color: #BC3A57;
}
.TagClassName
{
border-color: #BC3A57;
}
</style>