Shades of Mandy #BC5F63
Tints of Mandy #BC5F63
RGB
CMYK
RGB Variations
Color information
#BC5F63 (or 0xBC5F63) is known color: Mandy. HEX triplet: BC, 5F and 63. RGB value is (188,95,99). Sum of RGB (Red+Green+Blue) = 188+95+99=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5F63 is #43A09C. Grayscale: #7B7B7B. Windows color (decimal): -4432029 or 6512572. OLE color: 6512572.
HSL color Cylindrical-coordinate representation of color #BC5F63: hue angle of 357.42º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC5F63 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 95 | 99 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.26 |
| HSL | 357.42º | 0.41% | 0.55% | - |
| HSV(B) | 357.42º | 0.49% | 0.74% | - |
| XYZ | 27.08 | 19.78 | 14.19 | - |
| YUV | 123.26 | 114.31 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 95 | 99 | 0 | 0.49 | 0.47 | 0.26 | 357.42 | 0.41 | 0.55 |
| Hex | BC | 5F | 63 | 0 | 31 | 2F | 1A | 165 | 29 | 37 |
| Octal | 274 | 137 | 143 | 0 | 61 | 57 | 32 | 545 | 51 | 67 |
| Binary | 10111100 | 1011111 | 1100011 | 0 | 110001 | 101111 | 11010 | 101100101 | 101001 | 110111 |
Color Harmonies of #BC5F63
Complementary color
Monochromatic Colors of #BC5F63
Black with #BC5F63
Text Example
Text Example
White with #BC5F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5F63; }
p { color: rgb(188,95,99); }
H1.HeaderClassName
{
color: #BC5F63;
}
.AnyTagClassName
{
color: #BC5F63;
}
</style>
background-color css
<style>
a { background-color: #BC5F63; }
a { background-color: rgb(188,95,99); }
div.DivClassName
{
background-color: #BC5F63;
}
.BgClassName
{
background-color: #BC5F63;
}
</style>
border-color css
<style>
span { border-color: #BC5F63; }
span { border-color: rgb(188,95,99); }
td.TdClassName
{
border-color: #BC5F63;
}
.TagClassName
{
border-color: #BC5F63;
}
</style>