Shades of Mandy #BC5D62
Tints of Mandy #BC5D62
RGB
CMYK
RGB Variations
Color information
#BC5D62 (or 0xBC5D62) is known color: Mandy. HEX triplet: BC, 5D and 62. RGB value is (188,93,98). Sum of RGB (Red+Green+Blue) = 188+93+98=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 98 (38.67% from 255 or 25.86% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5D62 is #43A29D. Grayscale: #7A7A7A. Windows color (decimal): -4432542 or 6446524. OLE color: 6446524.
HSL color Cylindrical-coordinate representation of color #BC5D62: hue angle of 356.84º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC5D62 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 98 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.26 |
| HSL | 356.84º | 0.41% | 0.55% | - |
| HSV(B) | 356.84º | 0.51% | 0.74% | - |
| XYZ | 26.86 | 19.4 | 13.88 | - |
| YUV | 121.98 | 114.47 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 98 | 0 | 0.51 | 0.48 | 0.26 | 356.84 | 0.41 | 0.55 |
| Hex | BC | 5D | 62 | 0 | 33 | 30 | 1A | 165 | 29 | 37 |
| Octal | 274 | 135 | 142 | 0 | 63 | 60 | 32 | 545 | 51 | 67 |
| Binary | 10111100 | 1011101 | 1100010 | 0 | 110011 | 110000 | 11010 | 101100101 | 101001 | 110111 |
Color Harmonies of #BC5D62
Complementary color
Monochromatic Colors of #BC5D62
Black with #BC5D62
Text Example
Text Example
White with #BC5D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D62; }
p { color: rgb(188,93,98); }
H1.HeaderClassName
{
color: #BC5D62;
}
.AnyTagClassName
{
color: #BC5D62;
}
</style>
background-color css
<style>
a { background-color: #BC5D62; }
a { background-color: rgb(188,93,98); }
div.DivClassName
{
background-color: #BC5D62;
}
.BgClassName
{
background-color: #BC5D62;
}
</style>
border-color css
<style>
span { border-color: #BC5D62; }
span { border-color: rgb(188,93,98); }
td.TdClassName
{
border-color: #BC5D62;
}
.TagClassName
{
border-color: #BC5D62;
}
</style>