Shades of Old Rose #BC3C5B
Tints of Old Rose #BC3C5B
RGB
CMYK
RGB Variations
Color information
#BC3C5B (or 0xBC3C5B) is known color: Old Rose. HEX triplet: BC, 3C and 5B. RGB value is (188,60,91). Sum of RGB (Red+Green+Blue) = 188+60+91=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3C5B is #43C3A4. Grayscale: #656565. Windows color (decimal): -4440997 or 5979324. OLE color: 5979324.
HSL color Cylindrical-coordinate representation of color #BC3C5B: hue angle of 345.47º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3C5B is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 60 | 91 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.26 |
| HSL | 345.47º | 0.52% | 0.49% | - |
| HSV(B) | 345.47º | 0.68% | 0.74% | - |
| XYZ | 24.24 | 14.68 | 11.45 | - |
| YUV | 101.81 | 121.91 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 91 | 0 | 0.68 | 0.52 | 0.26 | 345.47 | 0.52 | 0.49 |
| Hex | BC | 3C | 5B | 0 | 44 | 34 | 1A | 159 | 34 | 31 |
| Octal | 274 | 74 | 133 | 0 | 104 | 64 | 32 | 531 | 64 | 61 |
| Binary | 10111100 | 111100 | 1011011 | 0 | 1000100 | 110100 | 11010 | 101011001 | 110100 | 110001 |
Color Harmonies of #BC3C5B
Complementary color
Monochromatic Colors of #BC3C5B
Black with #BC3C5B
Text Example
Text Example
White with #BC3C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3C5B; }
p { color: rgb(188,60,91); }
H1.HeaderClassName
{
color: #BC3C5B;
}
.AnyTagClassName
{
color: #BC3C5B;
}
</style>
background-color css
<style>
a { background-color: #BC3C5B; }
a { background-color: rgb(188,60,91); }
div.DivClassName
{
background-color: #BC3C5B;
}
.BgClassName
{
background-color: #BC3C5B;
}
</style>
border-color css
<style>
span { border-color: #BC3C5B; }
span { border-color: rgb(188,60,91); }
td.TdClassName
{
border-color: #BC3C5B;
}
.TagClassName
{
border-color: #BC3C5B;
}
</style>