Shades of Old Rose #BC1E5E
Tints of Old Rose #BC1E5E
RGB
CMYK
RGB Variations
Color information
#BC1E5E (or 0xBC1E5E) is known color: Old Rose. HEX triplet: BC, 1E and 5E. RGB value is (188,30,94). Sum of RGB (Red+Green+Blue) = 188+30+94=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1E5E is #43E1A1. Grayscale: #545454. Windows color (decimal): -4448674 or 6168252. OLE color: 6168252.
HSL color Cylindrical-coordinate representation of color #BC1E5E: hue angle of 335.7º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1E5E is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 30 | 94 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.26 |
| HSL | 335.7º | 0.72% | 0.43% | - |
| HSV(B) | 335.7º | 0.84% | 0.74% | - |
| XYZ | 23.22 | 12.43 | 11.76 | - |
| YUV | 84.54 | 133.35 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 94 | 0 | 0.84 | 0.50 | 0.26 | 335.7 | 0.72 | 0.43 |
| Hex | BC | 1E | 5E | 0 | 54 | 32 | 1A | 150 | 48 | 2B |
| Octal | 274 | 36 | 136 | 0 | 124 | 62 | 32 | 520 | 110 | 53 |
| Binary | 10111100 | 11110 | 1011110 | 0 | 1010100 | 110010 | 11010 | 101010000 | 1001000 | 101011 |
Color Harmonies of #BC1E5E
Complementary color
Monochromatic Colors of #BC1E5E
Black with #BC1E5E
Text Example
Text Example
White with #BC1E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1E5E; }
p { color: rgb(188,30,94); }
H1.HeaderClassName
{
color: #BC1E5E;
}
.AnyTagClassName
{
color: #BC1E5E;
}
</style>
background-color css
<style>
a { background-color: #BC1E5E; }
a { background-color: rgb(188,30,94); }
div.DivClassName
{
background-color: #BC1E5E;
}
.BgClassName
{
background-color: #BC1E5E;
}
</style>
border-color css
<style>
span { border-color: #BC1E5E; }
span { border-color: rgb(188,30,94); }
td.TdClassName
{
border-color: #BC1E5E;
}
.TagClassName
{
border-color: #BC1E5E;
}
</style>