Shades of Old Rose #BC334E
Tints of Old Rose #BC334E
RGB
CMYK
RGB Variations
Color information
#BC334E (or 0xBC334E) is known color: Old Rose. HEX triplet: BC, 33 and 4E. RGB value is (188,51,78). Sum of RGB (Red+Green+Blue) = 188+51+78=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC334E is #43CCB1. Grayscale: #5F5F5F. Windows color (decimal): -4443314 or 5125052. OLE color: 5125052.
HSL color Cylindrical-coordinate representation of color #BC334E: hue angle of 348.18º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC334E is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 78 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.26 |
| HSL | 348.18º | 0.57% | 0.47% | - |
| HSV(B) | 348.18º | 0.73% | 0.74% | - |
| XYZ | 23.3 | 13.61 | 8.61 | - |
| YUV | 95.04 | 118.39 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 78 | 0 | 0.73 | 0.59 | 0.26 | 348.18 | 0.57 | 0.47 |
| Hex | BC | 33 | 4E | 0 | 49 | 3B | 1A | 15C | 39 | 2F |
| Octal | 274 | 63 | 116 | 0 | 111 | 73 | 32 | 534 | 71 | 57 |
| Binary | 10111100 | 110011 | 1001110 | 0 | 1001001 | 111011 | 11010 | 101011100 | 111001 | 101111 |
Color Harmonies of #BC334E
Complementary color
Monochromatic Colors of #BC334E
Black with #BC334E
Text Example
Text Example
White with #BC334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC334E; }
p { color: rgb(188,51,78); }
H1.HeaderClassName
{
color: #BC334E;
}
.AnyTagClassName
{
color: #BC334E;
}
</style>
background-color css
<style>
a { background-color: #BC334E; }
a { background-color: rgb(188,51,78); }
div.DivClassName
{
background-color: #BC334E;
}
.BgClassName
{
background-color: #BC334E;
}
</style>
border-color css
<style>
span { border-color: #BC334E; }
span { border-color: rgb(188,51,78); }
td.TdClassName
{
border-color: #BC334E;
}
.TagClassName
{
border-color: #BC334E;
}
</style>