Shades of Mandy #BC5C5E
Tints of Mandy #BC5C5E
RGB
CMYK
RGB Variations
Color information
#BC5C5E (or 0xBC5C5E) is known color: Mandy. HEX triplet: BC, 5C and 5E. RGB value is (188,92,94). Sum of RGB (Red+Green+Blue) = 188+92+94=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5C5E is #43A3A1. Grayscale: #797979. Windows color (decimal): -4432802 or 6184124. OLE color: 6184124.
HSL color Cylindrical-coordinate representation of color #BC5C5E: hue angle of 358.75º degrees, saturation: 0.42, 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 #BC5C5E is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 92 | 94 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.26 |
| HSL | 358.75º | 0.42% | 0.55% | - |
| HSV(B) | 358.75º | 0.51% | 0.74% | - |
| XYZ | 26.59 | 19.15 | 12.89 | - |
| YUV | 120.93 | 112.8 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 94 | 0 | 0.51 | 0.50 | 0.26 | 358.75 | 0.42 | 0.55 |
| Hex | BC | 5C | 5E | 0 | 33 | 32 | 1A | 167 | 2A | 37 |
| Octal | 274 | 134 | 136 | 0 | 63 | 62 | 32 | 547 | 52 | 67 |
| Binary | 10111100 | 1011100 | 1011110 | 0 | 110011 | 110010 | 11010 | 101100111 | 101010 | 110111 |
Color Harmonies of #BC5C5E
Complementary color
Monochromatic Colors of #BC5C5E
Black with #BC5C5E
Text Example
Text Example
White with #BC5C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5C5E; }
p { color: rgb(188,92,94); }
H1.HeaderClassName
{
color: #BC5C5E;
}
.AnyTagClassName
{
color: #BC5C5E;
}
</style>
background-color css
<style>
a { background-color: #BC5C5E; }
a { background-color: rgb(188,92,94); }
div.DivClassName
{
background-color: #BC5C5E;
}
.BgClassName
{
background-color: #BC5C5E;
}
</style>
border-color css
<style>
span { border-color: #BC5C5E; }
span { border-color: rgb(188,92,94); }
td.TdClassName
{
border-color: #BC5C5E;
}
.TagClassName
{
border-color: #BC5C5E;
}
</style>