Shades of Mandy #BC5B5C
Tints of Mandy #BC5B5C
RGB
CMYK
RGB Variations
Color information
#BC5B5C (or 0xBC5B5C) is known color: Mandy. HEX triplet: BC, 5B and 5C. RGB value is (188,91,92). Sum of RGB (Red+Green+Blue) = 188+91+92=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5B5C is #43A4A3. Grayscale: #787878. Windows color (decimal): -4433060 or 6052796. OLE color: 6052796.
HSL color Cylindrical-coordinate representation of color #BC5B5C: hue angle of 359.38º 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 #BC5B5C is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 91 | 92 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.26 |
| HSL | 359.38º | 0.42% | 0.55% | - |
| HSV(B) | 359.38º | 0.52% | 0.74% | - |
| XYZ | 26.41 | 18.95 | 12.39 | - |
| YUV | 120.12 | 112.14 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 92 | 0 | 0.52 | 0.51 | 0.26 | 359.38 | 0.42 | 0.55 |
| Hex | BC | 5B | 5C | 0 | 34 | 33 | 1A | 167 | 2A | 37 |
| Octal | 274 | 133 | 134 | 0 | 64 | 63 | 32 | 547 | 52 | 67 |
| Binary | 10111100 | 1011011 | 1011100 | 0 | 110100 | 110011 | 11010 | 101100111 | 101010 | 110111 |
Color Harmonies of #BC5B5C
Complementary color
Monochromatic Colors of #BC5B5C
Black with #BC5B5C
Text Example
Text Example
White with #BC5B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5B5C; }
p { color: rgb(188,91,92); }
H1.HeaderClassName
{
color: #BC5B5C;
}
.AnyTagClassName
{
color: #BC5B5C;
}
</style>
background-color css
<style>
a { background-color: #BC5B5C; }
a { background-color: rgb(188,91,92); }
div.DivClassName
{
background-color: #BC5B5C;
}
.BgClassName
{
background-color: #BC5B5C;
}
</style>
border-color css
<style>
span { border-color: #BC5B5C; }
span { border-color: rgb(188,91,92); }
td.TdClassName
{
border-color: #BC5B5C;
}
.TagClassName
{
border-color: #BC5B5C;
}
</style>