Shades of Mandy #BC5B5D
Tints of Mandy #BC5B5D
RGB
CMYK
RGB Variations
Color information
#BC5B5D (or 0xBC5B5D) is known color: Mandy. HEX triplet: BC, 5B and 5D. RGB value is (188,91,93). Sum of RGB (Red+Green+Blue) = 188+91+93=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5B5D is #43A4A2. Grayscale: #787878. Windows color (decimal): -4433059 or 6118332. OLE color: 6118332.
HSL color Cylindrical-coordinate representation of color #BC5B5D: hue angle of 358.76º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC5B5D is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 91 | 93 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.26 |
| HSL | 358.76º | 0.42% | 0.55% | - |
| HSV(B) | 358.76º | 0.52% | 0.74% | - |
| XYZ | 26.46 | 18.96 | 12.62 | - |
| YUV | 120.23 | 112.64 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 93 | 0 | 0.52 | 0.51 | 0.26 | 358.76 | 0.42 | 0.55 |
| Hex | BC | 5B | 5D | 0 | 34 | 33 | 1A | 167 | 2A | 37 |
| Octal | 274 | 133 | 135 | 0 | 64 | 63 | 32 | 547 | 52 | 67 |
| Binary | 10111100 | 1011011 | 1011101 | 0 | 110100 | 110011 | 11010 | 101100111 | 101010 | 110111 |
Color Harmonies of #BC5B5D
Complementary color
Monochromatic Colors of #BC5B5D
Black with #BC5B5D
Text Example
Text Example
White with #BC5B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5B5D; }
p { color: rgb(188,91,93); }
H1.HeaderClassName
{
color: #BC5B5D;
}
.AnyTagClassName
{
color: #BC5B5D;
}
</style>
background-color css
<style>
a { background-color: #BC5B5D; }
a { background-color: rgb(188,91,93); }
div.DivClassName
{
background-color: #BC5B5D;
}
.BgClassName
{
background-color: #BC5B5D;
}
</style>
border-color css
<style>
span { border-color: #BC5B5D; }
span { border-color: rgb(188,91,93); }
td.TdClassName
{
border-color: #BC5B5D;
}
.TagClassName
{
border-color: #BC5B5D;
}
</style>