Shades of Old Rose #BC325E
Tints of Old Rose #BC325E
RGB
CMYK
RGB Variations
Color information
#BC325E (or 0xBC325E) is known color: Old Rose. HEX triplet: BC, 32 and 5E. RGB value is (188,50,94). Sum of RGB (Red+Green+Blue) = 188+50+94=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC325E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC325E is #43CDA1. Grayscale: #606060. Windows color (decimal): -4443554 or 6173372. OLE color: 6173372.
HSL color Cylindrical-coordinate representation of color #BC325E: hue angle of 340.87º degrees, saturation: 0.58, 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 #BC325E is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 94 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.26 |
| HSL | 340.87º | 0.58% | 0.47% | - |
| HSV(B) | 340.87º | 0.73% | 0.74% | - |
| XYZ | 23.9 | 13.78 | 11.99 | - |
| YUV | 96.28 | 126.72 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 94 | 0 | 0.73 | 0.50 | 0.26 | 340.87 | 0.58 | 0.47 |
| Hex | BC | 32 | 5E | 0 | 49 | 32 | 1A | 155 | 3A | 2F |
| Octal | 274 | 62 | 136 | 0 | 111 | 62 | 32 | 525 | 72 | 57 |
| Binary | 10111100 | 110010 | 1011110 | 0 | 1001001 | 110010 | 11010 | 101010101 | 111010 | 101111 |
Color Harmonies of #BC325E
Complementary color
Monochromatic Colors of #BC325E
Black with #BC325E
Text Example
Text Example
White with #BC325E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC325E; }
p { color: rgb(188,50,94); }
H1.HeaderClassName
{
color: #BC325E;
}
.AnyTagClassName
{
color: #BC325E;
}
</style>
background-color css
<style>
a { background-color: #BC325E; }
a { background-color: rgb(188,50,94); }
div.DivClassName
{
background-color: #BC325E;
}
.BgClassName
{
background-color: #BC325E;
}
</style>
border-color css
<style>
span { border-color: #BC325E; }
span { border-color: rgb(188,50,94); }
td.TdClassName
{
border-color: #BC325E;
}
.TagClassName
{
border-color: #BC325E;
}
</style>