Shades of Mandy #BC484D
Tints of Mandy #BC484D
RGB
CMYK
RGB Variations
Color information
#BC484D (or 0xBC484D) is known color: Mandy. HEX triplet: BC, 48 and 4D. RGB value is (188,72,77). Sum of RGB (Red+Green+Blue) = 188+72+77=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC484D is #43B7B2. Grayscale: #6B6B6B. Windows color (decimal): -4437939 or 5064892. OLE color: 5064892.
HSL color Cylindrical-coordinate representation of color #BC484D: hue angle of 357.41º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC484D is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 72 | 77 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.26 |
| HSL | 357.41º | 0.46% | 0.51% | - |
| HSV(B) | 357.41º | 0.62% | 0.74% | - |
| XYZ | 24.4 | 15.86 | 8.8 | - |
| YUV | 107.25 | 110.93 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 77 | 0 | 0.62 | 0.59 | 0.26 | 357.41 | 0.46 | 0.51 |
| Hex | BC | 48 | 4D | 0 | 3E | 3B | 1A | 165 | 2E | 33 |
| Octal | 274 | 110 | 115 | 0 | 76 | 73 | 32 | 545 | 56 | 63 |
| Binary | 10111100 | 1001000 | 1001101 | 0 | 111110 | 111011 | 11010 | 101100101 | 101110 | 110011 |
Color Harmonies of #BC484D
Complementary color
Monochromatic Colors of #BC484D
Black with #BC484D
Text Example
Text Example
White with #BC484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC484D; }
p { color: rgb(188,72,77); }
H1.HeaderClassName
{
color: #BC484D;
}
.AnyTagClassName
{
color: #BC484D;
}
</style>
background-color css
<style>
a { background-color: #BC484D; }
a { background-color: rgb(188,72,77); }
div.DivClassName
{
background-color: #BC484D;
}
.BgClassName
{
background-color: #BC484D;
}
</style>
border-color css
<style>
span { border-color: #BC484D; }
span { border-color: rgb(188,72,77); }
td.TdClassName
{
border-color: #BC484D;
}
.TagClassName
{
border-color: #BC484D;
}
</style>