Shades of Old Rose #BC294E
Tints of Old Rose #BC294E
RGB
CMYK
RGB Variations
Color information
#BC294E (or 0xBC294E) is known color: Old Rose. HEX triplet: BC, 29 and 4E. RGB value is (188,41,78). Sum of RGB (Red+Green+Blue) = 188+41+78=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC294E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC294E is #43D6B1. Grayscale: #595959. Windows color (decimal): -4445874 or 5122492. OLE color: 5122492.
HSL color Cylindrical-coordinate representation of color #BC294E: hue angle of 344.9º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC294E is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 78 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.26 |
| HSL | 344.9º | 0.64% | 0.45% | - |
| HSV(B) | 344.9º | 0.78% | 0.74% | - |
| XYZ | 22.91 | 12.83 | 8.48 | - |
| YUV | 89.17 | 121.7 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 78 | 0 | 0.78 | 0.59 | 0.26 | 344.9 | 0.64 | 0.45 |
| Hex | BC | 29 | 4E | 0 | 4E | 3B | 1A | 159 | 40 | 2D |
| Octal | 274 | 51 | 116 | 0 | 116 | 73 | 32 | 531 | 100 | 55 |
| Binary | 10111100 | 101001 | 1001110 | 0 | 1001110 | 111011 | 11010 | 101011001 | 1000000 | 101101 |
Color Harmonies of #BC294E
Complementary color
Monochromatic Colors of #BC294E
Black with #BC294E
Text Example
Text Example
White with #BC294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC294E; }
p { color: rgb(188,41,78); }
H1.HeaderClassName
{
color: #BC294E;
}
.AnyTagClassName
{
color: #BC294E;
}
</style>
background-color css
<style>
a { background-color: #BC294E; }
a { background-color: rgb(188,41,78); }
div.DivClassName
{
background-color: #BC294E;
}
.BgClassName
{
background-color: #BC294E;
}
</style>
border-color css
<style>
span { border-color: #BC294E; }
span { border-color: rgb(188,41,78); }
td.TdClassName
{
border-color: #BC294E;
}
.TagClassName
{
border-color: #BC294E;
}
</style>