Shades of Mandy #BC4952
Tints of Mandy #BC4952
RGB
CMYK
RGB Variations
Color information
#BC4952 (or 0xBC4952) is known color: Mandy. HEX triplet: BC, 49 and 52. RGB value is (188,73,82). Sum of RGB (Red+Green+Blue) = 188+73+82=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4952 is #43B6AD. Grayscale: #6C6C6C. Windows color (decimal): -4437678 or 5392828. OLE color: 5392828.
HSL color Cylindrical-coordinate representation of color #BC4952: hue angle of 355.3º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4952 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 82 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.26 |
| HSL | 355.3º | 0.46% | 0.51% | - |
| HSV(B) | 355.3º | 0.61% | 0.74% | - |
| XYZ | 24.64 | 16.07 | 9.78 | - |
| YUV | 108.41 | 113.1 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 82 | 0 | 0.61 | 0.56 | 0.26 | 355.3 | 0.46 | 0.51 |
| Hex | BC | 49 | 52 | 0 | 3D | 38 | 1A | 163 | 2E | 33 |
| Octal | 274 | 111 | 122 | 0 | 75 | 70 | 32 | 543 | 56 | 63 |
| Binary | 10111100 | 1001001 | 1010010 | 0 | 111101 | 111000 | 11010 | 101100011 | 101110 | 110011 |
Color Harmonies of #BC4952
Complementary color
Monochromatic Colors of #BC4952
Black with #BC4952
Text Example
Text Example
White with #BC4952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4952; }
p { color: rgb(188,73,82); }
H1.HeaderClassName
{
color: #BC4952;
}
.AnyTagClassName
{
color: #BC4952;
}
</style>
background-color css
<style>
a { background-color: #BC4952; }
a { background-color: rgb(188,73,82); }
div.DivClassName
{
background-color: #BC4952;
}
.BgClassName
{
background-color: #BC4952;
}
</style>
border-color css
<style>
span { border-color: #BC4952; }
span { border-color: rgb(188,73,82); }
td.TdClassName
{
border-color: #BC4952;
}
.TagClassName
{
border-color: #BC4952;
}
</style>