Shades of Mandy #BC5E5F
Tints of Mandy #BC5E5F
RGB
CMYK
RGB Variations
Color information
#BC5E5F (or 0xBC5E5F) is known color: Mandy. HEX triplet: BC, 5E and 5F. RGB value is (188,94,95). Sum of RGB (Red+Green+Blue) = 188+94+95=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5E5F is #43A1A0. Grayscale: #7A7A7A. Windows color (decimal): -4432289 or 6250172. OLE color: 6250172.
HSL color Cylindrical-coordinate representation of color #BC5E5F: hue angle of 359.36º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC5E5F is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 95 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.26 |
| HSL | 359.36º | 0.41% | 0.55% | - |
| HSV(B) | 359.36º | 0.5% | 0.74% | - |
| XYZ | 26.81 | 19.52 | 13.18 | - |
| YUV | 122.22 | 112.64 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 95 | 0 | 0.50 | 0.49 | 0.26 | 359.36 | 0.41 | 0.55 |
| Hex | BC | 5E | 5F | 0 | 32 | 31 | 1A | 167 | 29 | 37 |
| Octal | 274 | 136 | 137 | 0 | 62 | 61 | 32 | 547 | 51 | 67 |
| Binary | 10111100 | 1011110 | 1011111 | 0 | 110010 | 110001 | 11010 | 101100111 | 101001 | 110111 |
Color Harmonies of #BC5E5F
Complementary color
Monochromatic Colors of #BC5E5F
Black with #BC5E5F
Text Example
Text Example
White with #BC5E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E5F; }
p { color: rgb(188,94,95); }
H1.HeaderClassName
{
color: #BC5E5F;
}
.AnyTagClassName
{
color: #BC5E5F;
}
</style>
background-color css
<style>
a { background-color: #BC5E5F; }
a { background-color: rgb(188,94,95); }
div.DivClassName
{
background-color: #BC5E5F;
}
.BgClassName
{
background-color: #BC5E5F;
}
</style>
border-color css
<style>
span { border-color: #BC5E5F; }
span { border-color: rgb(188,94,95); }
td.TdClassName
{
border-color: #BC5E5F;
}
.TagClassName
{
border-color: #BC5E5F;
}
</style>