Shades of Old Rose #BC325B
Tints of Old Rose #BC325B
RGB
CMYK
RGB Variations
Color information
#BC325B (or 0xBC325B) is known color: Old Rose. HEX triplet: BC, 32 and 5B. RGB value is (188,50,91). Sum of RGB (Red+Green+Blue) = 188+50+91=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC325B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC325B is #43CDA4. Grayscale: #5F5F5F. Windows color (decimal): -4443557 or 5976764. OLE color: 5976764.
HSL color Cylindrical-coordinate representation of color #BC325B: hue angle of 342.17º 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 #BC325B is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 91 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.26 |
| HSL | 342.17º | 0.58% | 0.47% | - |
| HSV(B) | 342.17º | 0.73% | 0.74% | - |
| XYZ | 23.77 | 13.73 | 11.29 | - |
| YUV | 95.94 | 125.22 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 91 | 0 | 0.73 | 0.52 | 0.26 | 342.17 | 0.58 | 0.47 |
| Hex | BC | 32 | 5B | 0 | 49 | 34 | 1A | 156 | 3A | 2F |
| Octal | 274 | 62 | 133 | 0 | 111 | 64 | 32 | 526 | 72 | 57 |
| Binary | 10111100 | 110010 | 1011011 | 0 | 1001001 | 110100 | 11010 | 101010110 | 111010 | 101111 |
Color Harmonies of #BC325B
Complementary color
Monochromatic Colors of #BC325B
Black with #BC325B
Text Example
Text Example
White with #BC325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC325B; }
p { color: rgb(188,50,91); }
H1.HeaderClassName
{
color: #BC325B;
}
.AnyTagClassName
{
color: #BC325B;
}
</style>
background-color css
<style>
a { background-color: #BC325B; }
a { background-color: rgb(188,50,91); }
div.DivClassName
{
background-color: #BC325B;
}
.BgClassName
{
background-color: #BC325B;
}
</style>
border-color css
<style>
span { border-color: #BC325B; }
span { border-color: rgb(188,50,91); }
td.TdClassName
{
border-color: #BC325B;
}
.TagClassName
{
border-color: #BC325B;
}
</style>