Shades of Old Rose #BC414D
Tints of Old Rose #BC414D
RGB
CMYK
RGB Variations
Color information
#BC414D (or 0xBC414D) is known color: Old Rose. HEX triplet: BC, 41 and 4D. RGB value is (188,65,77). Sum of RGB (Red+Green+Blue) = 188+65+77=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC414D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC414D is #43BEB2. Grayscale: #676767. Windows color (decimal): -4439731 or 5063100. OLE color: 5063100.
HSL color Cylindrical-coordinate representation of color #BC414D: hue angle of 354.15º 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 #BC414D is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 77 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.26 |
| HSL | 354.15º | 0.49% | 0.5% | - |
| HSV(B) | 354.15º | 0.65% | 0.74% | - |
| XYZ | 23.97 | 15.01 | 8.65 | - |
| YUV | 103.15 | 113.25 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 77 | 0 | 0.65 | 0.59 | 0.26 | 354.15 | 0.49 | 0.5 |
| Hex | BC | 41 | 4D | 0 | 41 | 3B | 1A | 162 | 31 | 32 |
| Octal | 274 | 101 | 115 | 0 | 101 | 73 | 32 | 542 | 61 | 62 |
| Binary | 10111100 | 1000001 | 1001101 | 0 | 1000001 | 111011 | 11010 | 101100010 | 110001 | 110010 |
Color Harmonies of #BC414D
Complementary color
Monochromatic Colors of #BC414D
Black with #BC414D
Text Example
Text Example
White with #BC414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC414D; }
p { color: rgb(188,65,77); }
H1.HeaderClassName
{
color: #BC414D;
}
.AnyTagClassName
{
color: #BC414D;
}
</style>
background-color css
<style>
a { background-color: #BC414D; }
a { background-color: rgb(188,65,77); }
div.DivClassName
{
background-color: #BC414D;
}
.BgClassName
{
background-color: #BC414D;
}
</style>
border-color css
<style>
span { border-color: #BC414D; }
span { border-color: rgb(188,65,77); }
td.TdClassName
{
border-color: #BC414D;
}
.TagClassName
{
border-color: #BC414D;
}
</style>