Shades of Mandy #BC4F54
Tints of Mandy #BC4F54
RGB
CMYK
RGB Variations
Color information
#BC4F54 (or 0xBC4F54) is known color: Mandy. HEX triplet: BC, 4F and 54. RGB value is (188,79,84). Sum of RGB (Red+Green+Blue) = 188+79+84=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4F54 is #43B0AB. Grayscale: #707070. Windows color (decimal): -4436140 or 5525436. OLE color: 5525436.
HSL color Cylindrical-coordinate representation of color #BC4F54: hue angle of 357.25º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC4F54 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 79 | 84 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.26 |
| HSL | 357.25º | 0.45% | 0.52% | - |
| HSV(B) | 357.25º | 0.58% | 0.74% | - |
| XYZ | 25.14 | 16.92 | 10.33 | - |
| YUV | 112.16 | 112.11 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 84 | 0 | 0.58 | 0.55 | 0.26 | 357.25 | 0.45 | 0.52 |
| Hex | BC | 4F | 54 | 0 | 3A | 37 | 1A | 165 | 2D | 34 |
| Octal | 274 | 117 | 124 | 0 | 72 | 67 | 32 | 545 | 55 | 64 |
| Binary | 10111100 | 1001111 | 1010100 | 0 | 111010 | 110111 | 11010 | 101100101 | 101101 | 110100 |
Color Harmonies of #BC4F54
Complementary color
Monochromatic Colors of #BC4F54
Black with #BC4F54
Text Example
Text Example
White with #BC4F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4F54; }
p { color: rgb(188,79,84); }
H1.HeaderClassName
{
color: #BC4F54;
}
.AnyTagClassName
{
color: #BC4F54;
}
</style>
background-color css
<style>
a { background-color: #BC4F54; }
a { background-color: rgb(188,79,84); }
div.DivClassName
{
background-color: #BC4F54;
}
.BgClassName
{
background-color: #BC4F54;
}
</style>
border-color css
<style>
span { border-color: #BC4F54; }
span { border-color: rgb(188,79,84); }
td.TdClassName
{
border-color: #BC4F54;
}
.TagClassName
{
border-color: #BC4F54;
}
</style>