Shades of Old Rose #BC424E
Tints of Old Rose #BC424E
RGB
CMYK
RGB Variations
Color information
#BC424E (or 0xBC424E) is known color: Old Rose. HEX triplet: BC, 42 and 4E. RGB value is (188,66,78). Sum of RGB (Red+Green+Blue) = 188+66+78=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC424E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC424E is #43BDB1. Grayscale: #676767. Windows color (decimal): -4439474 or 5128892. OLE color: 5128892.
HSL color Cylindrical-coordinate representation of color #BC424E: hue angle of 354.1º degrees, saturation: 0.48, 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 #BC424E is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 78 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.26 |
| HSL | 354.1º | 0.48% | 0.5% | - |
| HSV(B) | 354.1º | 0.65% | 0.74% | - |
| XYZ | 24.06 | 15.14 | 8.86 | - |
| YUV | 103.85 | 113.42 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 78 | 0 | 0.65 | 0.59 | 0.26 | 354.1 | 0.48 | 0.5 |
| Hex | BC | 42 | 4E | 0 | 41 | 3B | 1A | 162 | 30 | 32 |
| Octal | 274 | 102 | 116 | 0 | 101 | 73 | 32 | 542 | 60 | 62 |
| Binary | 10111100 | 1000010 | 1001110 | 0 | 1000001 | 111011 | 11010 | 101100010 | 110000 | 110010 |
Color Harmonies of #BC424E
Complementary color
Monochromatic Colors of #BC424E
Black with #BC424E
Text Example
Text Example
White with #BC424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC424E; }
p { color: rgb(188,66,78); }
H1.HeaderClassName
{
color: #BC424E;
}
.AnyTagClassName
{
color: #BC424E;
}
</style>
background-color css
<style>
a { background-color: #BC424E; }
a { background-color: rgb(188,66,78); }
div.DivClassName
{
background-color: #BC424E;
}
.BgClassName
{
background-color: #BC424E;
}
</style>
border-color css
<style>
span { border-color: #BC424E; }
span { border-color: rgb(188,66,78); }
td.TdClassName
{
border-color: #BC424E;
}
.TagClassName
{
border-color: #BC424E;
}
</style>