Shades of Old Rose #BC344D
Tints of Old Rose #BC344D
RGB
CMYK
RGB Variations
Color information
#BC344D (or 0xBC344D) is known color: Old Rose. HEX triplet: BC, 34 and 4D. RGB value is (188,52,77). Sum of RGB (Red+Green+Blue) = 188+52+77=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC344D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC344D is #43CBB2. Grayscale: #5F5F5F. Windows color (decimal): -4443059 or 5059772. OLE color: 5059772.
HSL color Cylindrical-coordinate representation of color #BC344D: hue angle of 348.97º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC344D is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 77 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.26 |
| HSL | 348.97º | 0.57% | 0.47% | - |
| HSV(B) | 348.97º | 0.72% | 0.74% | - |
| XYZ | 23.31 | 13.68 | 8.43 | - |
| YUV | 95.51 | 117.56 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 77 | 0 | 0.72 | 0.59 | 0.26 | 348.97 | 0.57 | 0.47 |
| Hex | BC | 34 | 4D | 0 | 48 | 3B | 1A | 15D | 39 | 2F |
| Octal | 274 | 64 | 115 | 0 | 110 | 73 | 32 | 535 | 71 | 57 |
| Binary | 10111100 | 110100 | 1001101 | 0 | 1001000 | 111011 | 11010 | 101011101 | 111001 | 101111 |
Color Harmonies of #BC344D
Complementary color
Monochromatic Colors of #BC344D
Black with #BC344D
Text Example
Text Example
White with #BC344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC344D; }
p { color: rgb(188,52,77); }
H1.HeaderClassName
{
color: #BC344D;
}
.AnyTagClassName
{
color: #BC344D;
}
</style>
background-color css
<style>
a { background-color: #BC344D; }
a { background-color: rgb(188,52,77); }
div.DivClassName
{
background-color: #BC344D;
}
.BgClassName
{
background-color: #BC344D;
}
</style>
border-color css
<style>
span { border-color: #BC344D; }
span { border-color: rgb(188,52,77); }
td.TdClassName
{
border-color: #BC344D;
}
.TagClassName
{
border-color: #BC344D;
}
</style>