Shades of Old Rose #BC3F4D
Tints of Old Rose #BC3F4D
RGB
CMYK
RGB Variations
Color information
#BC3F4D (or 0xBC3F4D) is known color: Old Rose. HEX triplet: BC, 3F and 4D. RGB value is (188,63,77). Sum of RGB (Red+Green+Blue) = 188+63+77=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3F4D is #43C0B2. Grayscale: #666666. Windows color (decimal): -4440243 or 5062588. OLE color: 5062588.
HSL color Cylindrical-coordinate representation of color #BC3F4D: hue angle of 353.28º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC3F4D is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 63 | 77 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.26 |
| HSL | 353.28º | 0.5% | 0.49% | - |
| HSV(B) | 353.28º | 0.66% | 0.74% | - |
| XYZ | 23.86 | 14.78 | 8.62 | - |
| YUV | 101.97 | 113.91 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 77 | 0 | 0.66 | 0.59 | 0.26 | 353.28 | 0.5 | 0.49 |
| Hex | BC | 3F | 4D | 0 | 42 | 3B | 1A | 161 | 32 | 31 |
| Octal | 274 | 77 | 115 | 0 | 102 | 73 | 32 | 541 | 62 | 61 |
| Binary | 10111100 | 111111 | 1001101 | 0 | 1000010 | 111011 | 11010 | 101100001 | 110010 | 110001 |
Color Harmonies of #BC3F4D
Complementary color
Monochromatic Colors of #BC3F4D
Black with #BC3F4D
Text Example
Text Example
White with #BC3F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3F4D; }
p { color: rgb(188,63,77); }
H1.HeaderClassName
{
color: #BC3F4D;
}
.AnyTagClassName
{
color: #BC3F4D;
}
</style>
background-color css
<style>
a { background-color: #BC3F4D; }
a { background-color: rgb(188,63,77); }
div.DivClassName
{
background-color: #BC3F4D;
}
.BgClassName
{
background-color: #BC3F4D;
}
</style>
border-color css
<style>
span { border-color: #BC3F4D; }
span { border-color: rgb(188,63,77); }
td.TdClassName
{
border-color: #BC3F4D;
}
.TagClassName
{
border-color: #BC3F4D;
}
</style>