Shades of Old Rose #BC334B
Tints of Old Rose #BC334B
RGB
CMYK
RGB Variations
Color information
#BC334B (or 0xBC334B) is known color: Old Rose. HEX triplet: BC, 33 and 4B. RGB value is (188,51,75). Sum of RGB (Red+Green+Blue) = 188+51+75=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC334B is #43CCB4. Grayscale: #5E5E5E. Windows color (decimal): -4443317 or 4928444. OLE color: 4928444.
HSL color Cylindrical-coordinate representation of color #BC334B: hue angle of 349.49º 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 #BC334B is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 75 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.26 |
| HSL | 349.49º | 0.57% | 0.47% | - |
| HSV(B) | 349.49º | 0.73% | 0.74% | - |
| XYZ | 23.19 | 13.57 | 8.05 | - |
| YUV | 94.7 | 116.89 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 75 | 0 | 0.73 | 0.60 | 0.26 | 349.49 | 0.57 | 0.47 |
| Hex | BC | 33 | 4B | 0 | 49 | 3C | 1A | 15D | 39 | 2F |
| Octal | 274 | 63 | 113 | 0 | 111 | 74 | 32 | 535 | 71 | 57 |
| Binary | 10111100 | 110011 | 1001011 | 0 | 1001001 | 111100 | 11010 | 101011101 | 111001 | 101111 |
Color Harmonies of #BC334B
Complementary color
Monochromatic Colors of #BC334B
Black with #BC334B
Text Example
Text Example
White with #BC334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC334B; }
p { color: rgb(188,51,75); }
H1.HeaderClassName
{
color: #BC334B;
}
.AnyTagClassName
{
color: #BC334B;
}
</style>
background-color css
<style>
a { background-color: #BC334B; }
a { background-color: rgb(188,51,75); }
div.DivClassName
{
background-color: #BC334B;
}
.BgClassName
{
background-color: #BC334B;
}
</style>
border-color css
<style>
span { border-color: #BC334B; }
span { border-color: rgb(188,51,75); }
td.TdClassName
{
border-color: #BC334B;
}
.TagClassName
{
border-color: #BC334B;
}
</style>