Shades of Old Rose #BC215C
Tints of Old Rose #BC215C
RGB
CMYK
RGB Variations
Color information
#BC215C (or 0xBC215C) is known color: Old Rose. HEX triplet: BC, 21 and 5C. RGB value is (188,33,92). Sum of RGB (Red+Green+Blue) = 188+33+92=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC215C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC215C is #43DEA3. Grayscale: #555555. Windows color (decimal): -4447908 or 6037948. OLE color: 6037948.
HSL color Cylindrical-coordinate representation of color #BC215C: hue angle of 337.16º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC215C is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 92 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.26 |
| HSL | 337.16º | 0.7% | 0.43% | - |
| HSV(B) | 337.16º | 0.82% | 0.74% | - |
| XYZ | 23.21 | 12.55 | 11.32 | - |
| YUV | 86.07 | 131.35 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 92 | 0 | 0.82 | 0.51 | 0.26 | 337.16 | 0.7 | 0.43 |
| Hex | BC | 21 | 5C | 0 | 52 | 33 | 1A | 151 | 46 | 2B |
| Octal | 274 | 41 | 134 | 0 | 122 | 63 | 32 | 521 | 106 | 53 |
| Binary | 10111100 | 100001 | 1011100 | 0 | 1010010 | 110011 | 11010 | 101010001 | 1000110 | 101011 |
Color Harmonies of #BC215C
Complementary color
Monochromatic Colors of #BC215C
Black with #BC215C
Text Example
Text Example
White with #BC215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC215C; }
p { color: rgb(188,33,92); }
H1.HeaderClassName
{
color: #BC215C;
}
.AnyTagClassName
{
color: #BC215C;
}
</style>
background-color css
<style>
a { background-color: #BC215C; }
a { background-color: rgb(188,33,92); }
div.DivClassName
{
background-color: #BC215C;
}
.BgClassName
{
background-color: #BC215C;
}
</style>
border-color css
<style>
span { border-color: #BC215C; }
span { border-color: rgb(188,33,92); }
td.TdClassName
{
border-color: #BC215C;
}
.TagClassName
{
border-color: #BC215C;
}
</style>