Shades of Old Rose #BC314E
Tints of Old Rose #BC314E
RGB
CMYK
RGB Variations
Color information
#BC314E (or 0xBC314E) is known color: Old Rose. HEX triplet: BC, 31 and 4E. RGB value is (188,49,78). Sum of RGB (Red+Green+Blue) = 188+49+78=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC314E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC314E is #43CEB1. Grayscale: #5D5D5D. Windows color (decimal): -4443826 or 5124540. OLE color: 5124540.
HSL color Cylindrical-coordinate representation of color #BC314E: hue angle of 347.48º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC314E is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 78 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.26 |
| HSL | 347.48º | 0.59% | 0.46% | - |
| HSV(B) | 347.48º | 0.74% | 0.74% | - |
| XYZ | 23.21 | 13.44 | 8.58 | - |
| YUV | 93.87 | 119.05 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 78 | 0 | 0.74 | 0.59 | 0.26 | 347.48 | 0.59 | 0.46 |
| Hex | BC | 31 | 4E | 0 | 4A | 3B | 1A | 15B | 3B | 2E |
| Octal | 274 | 61 | 116 | 0 | 112 | 73 | 32 | 533 | 73 | 56 |
| Binary | 10111100 | 110001 | 1001110 | 0 | 1001010 | 111011 | 11010 | 101011011 | 111011 | 101110 |
Color Harmonies of #BC314E
Complementary color
Monochromatic Colors of #BC314E
Black with #BC314E
Text Example
Text Example
White with #BC314E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC314E; }
p { color: rgb(188,49,78); }
H1.HeaderClassName
{
color: #BC314E;
}
.AnyTagClassName
{
color: #BC314E;
}
</style>
background-color css
<style>
a { background-color: #BC314E; }
a { background-color: rgb(188,49,78); }
div.DivClassName
{
background-color: #BC314E;
}
.BgClassName
{
background-color: #BC314E;
}
</style>
border-color css
<style>
span { border-color: #BC314E; }
span { border-color: rgb(188,49,78); }
td.TdClassName
{
border-color: #BC314E;
}
.TagClassName
{
border-color: #BC314E;
}
</style>