Shades of Old Rose #BC3F4E
Tints of Old Rose #BC3F4E
RGB
CMYK
RGB Variations
Color information
#BC3F4E (or 0xBC3F4E) is known color: Old Rose. HEX triplet: BC, 3F and 4E. RGB value is (188,63,78). Sum of RGB (Red+Green+Blue) = 188+63+78=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3F4E is #43C0B1. Grayscale: #666666. Windows color (decimal): -4440242 or 5128124. OLE color: 5128124.
HSL color Cylindrical-coordinate representation of color #BC3F4E: hue angle of 352.8º 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 #BC3F4E is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 63 | 78 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.26 |
| HSL | 352.8º | 0.5% | 0.49% | - |
| HSV(B) | 352.8º | 0.66% | 0.74% | - |
| XYZ | 23.89 | 14.8 | 8.8 | - |
| YUV | 102.09 | 114.41 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 78 | 0 | 0.66 | 0.59 | 0.26 | 352.8 | 0.5 | 0.49 |
| Hex | BC | 3F | 4E | 0 | 42 | 3B | 1A | 161 | 32 | 31 |
| Octal | 274 | 77 | 116 | 0 | 102 | 73 | 32 | 541 | 62 | 61 |
| Binary | 10111100 | 111111 | 1001110 | 0 | 1000010 | 111011 | 11010 | 101100001 | 110010 | 110001 |
Color Harmonies of #BC3F4E
Complementary color
Monochromatic Colors of #BC3F4E
Black with #BC3F4E
Text Example
Text Example
White with #BC3F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3F4E; }
p { color: rgb(188,63,78); }
H1.HeaderClassName
{
color: #BC3F4E;
}
.AnyTagClassName
{
color: #BC3F4E;
}
</style>
background-color css
<style>
a { background-color: #BC3F4E; }
a { background-color: rgb(188,63,78); }
div.DivClassName
{
background-color: #BC3F4E;
}
.BgClassName
{
background-color: #BC3F4E;
}
</style>
border-color css
<style>
span { border-color: #BC3F4E; }
span { border-color: rgb(188,63,78); }
td.TdClassName
{
border-color: #BC3F4E;
}
.TagClassName
{
border-color: #BC3F4E;
}
</style>