Shades of Mandy #BC5356
Tints of Mandy #BC5356
RGB
CMYK
RGB Variations
Color information
#BC5356 (or 0xBC5356) is known color: Mandy. HEX triplet: BC, 53 and 56. RGB value is (188,83,86). Sum of RGB (Red+Green+Blue) = 188+83+86=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5356 is #43ACA9. Grayscale: #727272. Windows color (decimal): -4435114 or 5657532. OLE color: 5657532.
HSL color Cylindrical-coordinate representation of color #BC5356: hue angle of 358.29º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC5356 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 86 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.26 |
| HSL | 358.29º | 0.44% | 0.53% | - |
| HSV(B) | 358.29º | 0.56% | 0.74% | - |
| XYZ | 25.51 | 17.55 | 10.85 | - |
| YUV | 114.74 | 111.79 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 86 | 0 | 0.56 | 0.54 | 0.26 | 358.29 | 0.44 | 0.53 |
| Hex | BC | 53 | 56 | 0 | 38 | 36 | 1A | 166 | 2C | 35 |
| Octal | 274 | 123 | 126 | 0 | 70 | 66 | 32 | 546 | 54 | 65 |
| Binary | 10111100 | 1010011 | 1010110 | 0 | 111000 | 110110 | 11010 | 101100110 | 101100 | 110101 |
Color Harmonies of #BC5356
Complementary color
Monochromatic Colors of #BC5356
Black with #BC5356
Text Example
Text Example
White with #BC5356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5356; }
p { color: rgb(188,83,86); }
H1.HeaderClassName
{
color: #BC5356;
}
.AnyTagClassName
{
color: #BC5356;
}
</style>
background-color css
<style>
a { background-color: #BC5356; }
a { background-color: rgb(188,83,86); }
div.DivClassName
{
background-color: #BC5356;
}
.BgClassName
{
background-color: #BC5356;
}
</style>
border-color css
<style>
span { border-color: #BC5356; }
span { border-color: rgb(188,83,86); }
td.TdClassName
{
border-color: #BC5356;
}
.TagClassName
{
border-color: #BC5356;
}
</style>