Shades of Old Rose #BC334D
Tints of Old Rose #BC334D
RGB
CMYK
RGB Variations
Color information
#BC334D (or 0xBC334D) is known color: Old Rose. HEX triplet: BC, 33 and 4D. RGB value is (188,51,77). Sum of RGB (Red+Green+Blue) = 188+51+77=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC334D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC334D is #43CCB2. Grayscale: #5E5E5E. Windows color (decimal): -4443315 or 5059516. OLE color: 5059516.
HSL color Cylindrical-coordinate representation of color #BC334D: hue angle of 348.61º 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 #BC334D is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 77 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.26 |
| HSL | 348.61º | 0.57% | 0.47% | - |
| HSV(B) | 348.61º | 0.73% | 0.74% | - |
| XYZ | 23.26 | 13.59 | 8.42 | - |
| YUV | 94.93 | 117.89 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 77 | 0 | 0.73 | 0.59 | 0.26 | 348.61 | 0.57 | 0.47 |
| Hex | BC | 33 | 4D | 0 | 49 | 3B | 1A | 15D | 39 | 2F |
| Octal | 274 | 63 | 115 | 0 | 111 | 73 | 32 | 535 | 71 | 57 |
| Binary | 10111100 | 110011 | 1001101 | 0 | 1001001 | 111011 | 11010 | 101011101 | 111001 | 101111 |
Color Harmonies of #BC334D
Complementary color
Monochromatic Colors of #BC334D
Black with #BC334D
Text Example
Text Example
White with #BC334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC334D; }
p { color: rgb(188,51,77); }
H1.HeaderClassName
{
color: #BC334D;
}
.AnyTagClassName
{
color: #BC334D;
}
</style>
background-color css
<style>
a { background-color: #BC334D; }
a { background-color: rgb(188,51,77); }
div.DivClassName
{
background-color: #BC334D;
}
.BgClassName
{
background-color: #BC334D;
}
</style>
border-color css
<style>
span { border-color: #BC334D; }
span { border-color: rgb(188,51,77); }
td.TdClassName
{
border-color: #BC334D;
}
.TagClassName
{
border-color: #BC334D;
}
</style>