Shades of Mandy #BC5254
Tints of Mandy #BC5254
RGB
CMYK
RGB Variations
Color information
#BC5254 (or 0xBC5254) is known color: Mandy. HEX triplet: BC, 52 and 54. RGB value is (188,82,84). Sum of RGB (Red+Green+Blue) = 188+82+84=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5254 is #43ADAB. Grayscale: #727272. Windows color (decimal): -4435372 or 5526204. OLE color: 5526204.
HSL color Cylindrical-coordinate representation of color #BC5254: hue angle of 358.87º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC5254 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 84 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.26 |
| HSL | 358.87º | 0.44% | 0.53% | - |
| HSV(B) | 358.87º | 0.56% | 0.74% | - |
| XYZ | 25.36 | 17.37 | 10.4 | - |
| YUV | 113.92 | 111.12 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 84 | 0 | 0.56 | 0.55 | 0.26 | 358.87 | 0.44 | 0.53 |
| Hex | BC | 52 | 54 | 0 | 38 | 37 | 1A | 167 | 2C | 35 |
| Octal | 274 | 122 | 124 | 0 | 70 | 67 | 32 | 547 | 54 | 65 |
| Binary | 10111100 | 1010010 | 1010100 | 0 | 111000 | 110111 | 11010 | 101100111 | 101100 | 110101 |
Color Harmonies of #BC5254
Complementary color
Monochromatic Colors of #BC5254
Black with #BC5254
Text Example
Text Example
White with #BC5254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5254; }
p { color: rgb(188,82,84); }
H1.HeaderClassName
{
color: #BC5254;
}
.AnyTagClassName
{
color: #BC5254;
}
</style>
background-color css
<style>
a { background-color: #BC5254; }
a { background-color: rgb(188,82,84); }
div.DivClassName
{
background-color: #BC5254;
}
.BgClassName
{
background-color: #BC5254;
}
</style>
border-color css
<style>
span { border-color: #BC5254; }
span { border-color: rgb(188,82,84); }
td.TdClassName
{
border-color: #BC5254;
}
.TagClassName
{
border-color: #BC5254;
}
</style>