Shades of Mandy #BC585F
Tints of Mandy #BC585F
RGB
CMYK
RGB Variations
Color information
#BC585F (or 0xBC585F) is known color: Mandy. HEX triplet: BC, 58 and 5F. RGB value is (188,88,95). Sum of RGB (Red+Green+Blue) = 188+88+95=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC585F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC585F is #43A7A0. Grayscale: #767676. Windows color (decimal): -4433825 or 6248636. OLE color: 6248636.
HSL color Cylindrical-coordinate representation of color #BC585F: hue angle of 355.8º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC585F is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 88 | 95 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.26 |
| HSL | 355.8º | 0.43% | 0.54% | - |
| HSV(B) | 355.8º | 0.53% | 0.74% | - |
| XYZ | 26.29 | 18.5 | 13.01 | - |
| YUV | 118.7 | 114.63 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 95 | 0 | 0.53 | 0.49 | 0.26 | 355.8 | 0.43 | 0.54 |
| Hex | BC | 58 | 5F | 0 | 35 | 31 | 1A | 164 | 2B | 36 |
| Octal | 274 | 130 | 137 | 0 | 65 | 61 | 32 | 544 | 53 | 66 |
| Binary | 10111100 | 1011000 | 1011111 | 0 | 110101 | 110001 | 11010 | 101100100 | 101011 | 110110 |
Color Harmonies of #BC585F
Complementary color
Monochromatic Colors of #BC585F
Black with #BC585F
Text Example
Text Example
White with #BC585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC585F; }
p { color: rgb(188,88,95); }
H1.HeaderClassName
{
color: #BC585F;
}
.AnyTagClassName
{
color: #BC585F;
}
</style>
background-color css
<style>
a { background-color: #BC585F; }
a { background-color: rgb(188,88,95); }
div.DivClassName
{
background-color: #BC585F;
}
.BgClassName
{
background-color: #BC585F;
}
</style>
border-color css
<style>
span { border-color: #BC585F; }
span { border-color: rgb(188,88,95); }
td.TdClassName
{
border-color: #BC585F;
}
.TagClassName
{
border-color: #BC585F;
}
</style>