Shades of Old Rose #BC3A4E
Tints of Old Rose #BC3A4E
RGB
CMYK
RGB Variations
Color information
#BC3A4E (or 0xBC3A4E) is known color: Old Rose. HEX triplet: BC, 3A and 4E. RGB value is (188,58,78). Sum of RGB (Red+Green+Blue) = 188+58+78=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3A4E is #43C5B1. Grayscale: #636363. Windows color (decimal): -4441522 or 5126844. OLE color: 5126844.
HSL color Cylindrical-coordinate representation of color #BC3A4E: hue angle of 350.77º 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 #BC3A4E is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 58 | 78 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.26 |
| HSL | 350.77º | 0.53% | 0.48% | - |
| HSV(B) | 350.77º | 0.69% | 0.74% | - |
| XYZ | 23.63 | 14.27 | 8.72 | - |
| YUV | 99.15 | 116.07 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 78 | 0 | 0.69 | 0.59 | 0.26 | 350.77 | 0.53 | 0.48 |
| Hex | BC | 3A | 4E | 0 | 45 | 3B | 1A | 15F | 35 | 30 |
| Octal | 274 | 72 | 116 | 0 | 105 | 73 | 32 | 537 | 65 | 60 |
| Binary | 10111100 | 111010 | 1001110 | 0 | 1000101 | 111011 | 11010 | 101011111 | 110101 | 110000 |
Color Harmonies of #BC3A4E
Complementary color
Monochromatic Colors of #BC3A4E
Black with #BC3A4E
Text Example
Text Example
White with #BC3A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3A4E; }
p { color: rgb(188,58,78); }
H1.HeaderClassName
{
color: #BC3A4E;
}
.AnyTagClassName
{
color: #BC3A4E;
}
</style>
background-color css
<style>
a { background-color: #BC3A4E; }
a { background-color: rgb(188,58,78); }
div.DivClassName
{
background-color: #BC3A4E;
}
.BgClassName
{
background-color: #BC3A4E;
}
</style>
border-color css
<style>
span { border-color: #BC3A4E; }
span { border-color: rgb(188,58,78); }
td.TdClassName
{
border-color: #BC3A4E;
}
.TagClassName
{
border-color: #BC3A4E;
}
</style>