Shades of Old Rose #BC205C
Tints of Old Rose #BC205C
RGB
CMYK
RGB Variations
Color information
#BC205C (or 0xBC205C) is known color: Old Rose. HEX triplet: BC, 20 and 5C. RGB value is (188,32,92). Sum of RGB (Red+Green+Blue) = 188+32+92=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC205C is #43DFA3. Grayscale: #555555. Windows color (decimal): -4448164 or 6037692. OLE color: 6037692.
HSL color Cylindrical-coordinate representation of color #BC205C: hue angle of 336.92º 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 #BC205C is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 92 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.26 |
| HSL | 336.92º | 0.71% | 0.43% | - |
| HSV(B) | 336.92º | 0.83% | 0.74% | - |
| XYZ | 23.19 | 12.5 | 11.32 | - |
| YUV | 85.48 | 131.68 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 92 | 0 | 0.83 | 0.51 | 0.26 | 336.92 | 0.71 | 0.43 |
| Hex | BC | 20 | 5C | 0 | 53 | 33 | 1A | 151 | 47 | 2B |
| Octal | 274 | 40 | 134 | 0 | 123 | 63 | 32 | 521 | 107 | 53 |
| Binary | 10111100 | 100000 | 1011100 | 0 | 1010011 | 110011 | 11010 | 101010001 | 1000111 | 101011 |
Color Harmonies of #BC205C
Complementary color
Monochromatic Colors of #BC205C
Black with #BC205C
Text Example
Text Example
White with #BC205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC205C; }
p { color: rgb(188,32,92); }
H1.HeaderClassName
{
color: #BC205C;
}
.AnyTagClassName
{
color: #BC205C;
}
</style>
background-color css
<style>
a { background-color: #BC205C; }
a { background-color: rgb(188,32,92); }
div.DivClassName
{
background-color: #BC205C;
}
.BgClassName
{
background-color: #BC205C;
}
</style>
border-color css
<style>
span { border-color: #BC205C; }
span { border-color: rgb(188,32,92); }
td.TdClassName
{
border-color: #BC205C;
}
.TagClassName
{
border-color: #BC205C;
}
</style>