Shades of Old Rose #BC4147
Tints of Old Rose #BC4147
RGB
CMYK
RGB Variations
Color information
#BC4147 (or 0xBC4147) is known color: Old Rose. HEX triplet: BC, 41 and 47. RGB value is (188,65,71). Sum of RGB (Red+Green+Blue) = 188+65+71=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4147 is #43BEB8. Grayscale: #666666. Windows color (decimal): -4439737 or 4669884. OLE color: 4669884.
HSL color Cylindrical-coordinate representation of color #BC4147: hue angle of 357.07º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4147 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 71 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.26 |
| HSL | 357.07º | 0.49% | 0.5% | - |
| HSV(B) | 357.07º | 0.65% | 0.74% | - |
| XYZ | 23.77 | 14.93 | 7.59 | - |
| YUV | 102.46 | 110.25 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 71 | 0 | 0.65 | 0.62 | 0.26 | 357.07 | 0.49 | 0.5 |
| Hex | BC | 41 | 47 | 0 | 41 | 3E | 1A | 165 | 31 | 32 |
| Octal | 274 | 101 | 107 | 0 | 101 | 76 | 32 | 545 | 61 | 62 |
| Binary | 10111100 | 1000001 | 1000111 | 0 | 1000001 | 111110 | 11010 | 101100101 | 110001 | 110010 |
Color Harmonies of #BC4147
Complementary color
Monochromatic Colors of #BC4147
Black with #BC4147
Text Example
Text Example
White with #BC4147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4147; }
p { color: rgb(188,65,71); }
H1.HeaderClassName
{
color: #BC4147;
}
.AnyTagClassName
{
color: #BC4147;
}
</style>
background-color css
<style>
a { background-color: #BC4147; }
a { background-color: rgb(188,65,71); }
div.DivClassName
{
background-color: #BC4147;
}
.BgClassName
{
background-color: #BC4147;
}
</style>
border-color css
<style>
span { border-color: #BC4147; }
span { border-color: rgb(188,65,71); }
td.TdClassName
{
border-color: #BC4147;
}
.TagClassName
{
border-color: #BC4147;
}
</style>