Shades of Mandy #BC505B
Tints of Mandy #BC505B
RGB
CMYK
RGB Variations
Color information
#BC505B (or 0xBC505B) is known color: Mandy. HEX triplet: BC, 50 and 5B. RGB value is (188,80,91). Sum of RGB (Red+Green+Blue) = 188+80+91=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC505B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC505B is #43AFA4. Grayscale: #717171. Windows color (decimal): -4435877 or 5984444. OLE color: 5984444.
HSL color Cylindrical-coordinate representation of color #BC505B: hue angle of 353.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC505B is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 91 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.26 |
| HSL | 353.89º | 0.45% | 0.53% | - |
| HSV(B) | 353.89º | 0.57% | 0.74% | - |
| XYZ | 25.5 | 17.18 | 11.87 | - |
| YUV | 113.55 | 115.28 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 91 | 0 | 0.57 | 0.52 | 0.26 | 353.89 | 0.45 | 0.53 |
| Hex | BC | 50 | 5B | 0 | 39 | 34 | 1A | 162 | 2D | 35 |
| Octal | 274 | 120 | 133 | 0 | 71 | 64 | 32 | 542 | 55 | 65 |
| Binary | 10111100 | 1010000 | 1011011 | 0 | 111001 | 110100 | 11010 | 101100010 | 101101 | 110101 |
Color Harmonies of #BC505B
Complementary color
Monochromatic Colors of #BC505B
Black with #BC505B
Text Example
Text Example
White with #BC505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC505B; }
p { color: rgb(188,80,91); }
H1.HeaderClassName
{
color: #BC505B;
}
.AnyTagClassName
{
color: #BC505B;
}
</style>
background-color css
<style>
a { background-color: #BC505B; }
a { background-color: rgb(188,80,91); }
div.DivClassName
{
background-color: #BC505B;
}
.BgClassName
{
background-color: #BC505B;
}
</style>
border-color css
<style>
span { border-color: #BC505B; }
span { border-color: rgb(188,80,91); }
td.TdClassName
{
border-color: #BC505B;
}
.TagClassName
{
border-color: #BC505B;
}
</style>