Shades of Old Rose #BC345C
Tints of Old Rose #BC345C
RGB
CMYK
RGB Variations
Color information
#BC345C (or 0xBC345C) is known color: Old Rose. HEX triplet: BC, 34 and 5C. RGB value is (188,52,92). Sum of RGB (Red+Green+Blue) = 188+52+92=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC345C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC345C is #43CBA3. Grayscale: #616161. Windows color (decimal): -4443044 or 6042812. OLE color: 6042812.
HSL color Cylindrical-coordinate representation of color #BC345C: hue angle of 342.35º 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 #BC345C is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 92 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.26 |
| HSL | 342.35º | 0.57% | 0.47% | - |
| HSV(B) | 342.35º | 0.72% | 0.74% | - |
| XYZ | 23.9 | 13.92 | 11.55 | - |
| YUV | 97.22 | 125.06 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 92 | 0 | 0.72 | 0.51 | 0.26 | 342.35 | 0.57 | 0.47 |
| Hex | BC | 34 | 5C | 0 | 48 | 33 | 1A | 156 | 39 | 2F |
| Octal | 274 | 64 | 134 | 0 | 110 | 63 | 32 | 526 | 71 | 57 |
| Binary | 10111100 | 110100 | 1011100 | 0 | 1001000 | 110011 | 11010 | 101010110 | 111001 | 101111 |
Color Harmonies of #BC345C
Complementary color
Monochromatic Colors of #BC345C
Black with #BC345C
Text Example
Text Example
White with #BC345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC345C; }
p { color: rgb(188,52,92); }
H1.HeaderClassName
{
color: #BC345C;
}
.AnyTagClassName
{
color: #BC345C;
}
</style>
background-color css
<style>
a { background-color: #BC345C; }
a { background-color: rgb(188,52,92); }
div.DivClassName
{
background-color: #BC345C;
}
.BgClassName
{
background-color: #BC345C;
}
</style>
border-color css
<style>
span { border-color: #BC345C; }
span { border-color: rgb(188,52,92); }
td.TdClassName
{
border-color: #BC345C;
}
.TagClassName
{
border-color: #BC345C;
}
</style>