Shades of Old Rose #BC205D
Tints of Old Rose #BC205D
RGB
CMYK
RGB Variations
Color information
#BC205D (or 0xBC205D) is known color: Old Rose. HEX triplet: BC, 20 and 5D. RGB value is (188,32,93). Sum of RGB (Red+Green+Blue) = 188+32+93=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC205D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC205D is #43DFA2. Grayscale: #555555. Windows color (decimal): -4448163 or 6103228. OLE color: 6103228.
HSL color Cylindrical-coordinate representation of color #BC205D: hue angle of 336.54º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC205D is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 93 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.26 |
| HSL | 336.54º | 0.71% | 0.43% | - |
| HSV(B) | 336.54º | 0.83% | 0.74% | - |
| XYZ | 23.23 | 12.51 | 11.55 | - |
| YUV | 85.6 | 132.18 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 93 | 0 | 0.83 | 0.51 | 0.26 | 336.54 | 0.71 | 0.43 |
| Hex | BC | 20 | 5D | 0 | 53 | 33 | 1A | 151 | 47 | 2B |
| Octal | 274 | 40 | 135 | 0 | 123 | 63 | 32 | 521 | 107 | 53 |
| Binary | 10111100 | 100000 | 1011101 | 0 | 1010011 | 110011 | 11010 | 101010001 | 1000111 | 101011 |
Color Harmonies of #BC205D
Complementary color
Monochromatic Colors of #BC205D
Black with #BC205D
Text Example
Text Example
White with #BC205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC205D; }
p { color: rgb(188,32,93); }
H1.HeaderClassName
{
color: #BC205D;
}
.AnyTagClassName
{
color: #BC205D;
}
</style>
background-color css
<style>
a { background-color: #BC205D; }
a { background-color: rgb(188,32,93); }
div.DivClassName
{
background-color: #BC205D;
}
.BgClassName
{
background-color: #BC205D;
}
</style>
border-color css
<style>
span { border-color: #BC205D; }
span { border-color: rgb(188,32,93); }
td.TdClassName
{
border-color: #BC205D;
}
.TagClassName
{
border-color: #BC205D;
}
</style>