Shades of Mandy #BC454C
Tints of Mandy #BC454C
RGB
CMYK
RGB Variations
Color information
#BC454C (or 0xBC454C) is known color: Mandy. HEX triplet: BC, 45 and 4C. RGB value is (188,69,76). Sum of RGB (Red+Green+Blue) = 188+69+76=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC454C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC454C is #43BAB3. Grayscale: #696969. Windows color (decimal): -4438708 or 4998588. OLE color: 4998588.
HSL color Cylindrical-coordinate representation of color #BC454C: hue angle of 356.47º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC454C is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 76 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.26 |
| HSL | 356.47º | 0.47% | 0.5% | - |
| HSV(B) | 356.47º | 0.63% | 0.74% | - |
| XYZ | 24.17 | 15.47 | 8.55 | - |
| YUV | 105.38 | 111.42 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 76 | 0 | 0.63 | 0.60 | 0.26 | 356.47 | 0.47 | 0.5 |
| Hex | BC | 45 | 4C | 0 | 3F | 3C | 1A | 164 | 2F | 32 |
| Octal | 274 | 105 | 114 | 0 | 77 | 74 | 32 | 544 | 57 | 62 |
| Binary | 10111100 | 1000101 | 1001100 | 0 | 111111 | 111100 | 11010 | 101100100 | 101111 | 110010 |
Color Harmonies of #BC454C
Complementary color
Monochromatic Colors of #BC454C
Black with #BC454C
Text Example
Text Example
White with #BC454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC454C; }
p { color: rgb(188,69,76); }
H1.HeaderClassName
{
color: #BC454C;
}
.AnyTagClassName
{
color: #BC454C;
}
</style>
background-color css
<style>
a { background-color: #BC454C; }
a { background-color: rgb(188,69,76); }
div.DivClassName
{
background-color: #BC454C;
}
.BgClassName
{
background-color: #BC454C;
}
</style>
border-color css
<style>
span { border-color: #BC454C; }
span { border-color: rgb(188,69,76); }
td.TdClassName
{
border-color: #BC454C;
}
.TagClassName
{
border-color: #BC454C;
}
</style>