Shades of Mandy #BC5355
Tints of Mandy #BC5355
RGB
CMYK
RGB Variations
Color information
#BC5355 (or 0xBC5355) is known color: Mandy. HEX triplet: BC, 53 and 55. RGB value is (188,83,85). Sum of RGB (Red+Green+Blue) = 188+83+85=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5355 is #43ACAA. Grayscale: #727272. Windows color (decimal): -4435115 or 5591996. OLE color: 5591996.
HSL color Cylindrical-coordinate representation of color #BC5355: hue angle of 358.86º 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 #BC5355 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 85 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.26 |
| HSL | 358.86º | 0.44% | 0.53% | - |
| HSV(B) | 358.86º | 0.56% | 0.74% | - |
| XYZ | 25.47 | 17.53 | 10.64 | - |
| YUV | 114.62 | 111.29 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 85 | 0 | 0.56 | 0.55 | 0.26 | 358.86 | 0.44 | 0.53 |
| Hex | BC | 53 | 55 | 0 | 38 | 37 | 1A | 167 | 2C | 35 |
| Octal | 274 | 123 | 125 | 0 | 70 | 67 | 32 | 547 | 54 | 65 |
| Binary | 10111100 | 1010011 | 1010101 | 0 | 111000 | 110111 | 11010 | 101100111 | 101100 | 110101 |
Color Harmonies of #BC5355
Complementary color
Monochromatic Colors of #BC5355
Black with #BC5355
Text Example
Text Example
White with #BC5355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5355; }
p { color: rgb(188,83,85); }
H1.HeaderClassName
{
color: #BC5355;
}
.AnyTagClassName
{
color: #BC5355;
}
</style>
background-color css
<style>
a { background-color: #BC5355; }
a { background-color: rgb(188,83,85); }
div.DivClassName
{
background-color: #BC5355;
}
.BgClassName
{
background-color: #BC5355;
}
</style>
border-color css
<style>
span { border-color: #BC5355; }
span { border-color: rgb(188,83,85); }
td.TdClassName
{
border-color: #BC5355;
}
.TagClassName
{
border-color: #BC5355;
}
</style>