Shades of Mandy #BC545B
Tints of Mandy #BC545B
RGB
CMYK
RGB Variations
Color information
#BC545B (or 0xBC545B) is known color: Mandy. HEX triplet: BC, 54 and 5B. RGB value is (188,84,91). Sum of RGB (Red+Green+Blue) = 188+84+91=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC545B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC545B is #43ABA4. Grayscale: #737373. Windows color (decimal): -4434853 or 5985468. OLE color: 5985468.
HSL color Cylindrical-coordinate representation of color #BC545B: hue angle of 355.96º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC545B is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 84 | 91 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.26 |
| HSL | 355.96º | 0.44% | 0.53% | - |
| HSV(B) | 355.96º | 0.55% | 0.74% | - |
| XYZ | 25.8 | 17.79 | 11.97 | - |
| YUV | 115.89 | 113.96 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 91 | 0 | 0.55 | 0.52 | 0.26 | 355.96 | 0.44 | 0.53 |
| Hex | BC | 54 | 5B | 0 | 37 | 34 | 1A | 164 | 2C | 35 |
| Octal | 274 | 124 | 133 | 0 | 67 | 64 | 32 | 544 | 54 | 65 |
| Binary | 10111100 | 1010100 | 1011011 | 0 | 110111 | 110100 | 11010 | 101100100 | 101100 | 110101 |
Color Harmonies of #BC545B
Complementary color
Monochromatic Colors of #BC545B
Black with #BC545B
Text Example
Text Example
White with #BC545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC545B; }
p { color: rgb(188,84,91); }
H1.HeaderClassName
{
color: #BC545B;
}
.AnyTagClassName
{
color: #BC545B;
}
</style>
background-color css
<style>
a { background-color: #BC545B; }
a { background-color: rgb(188,84,91); }
div.DivClassName
{
background-color: #BC545B;
}
.BgClassName
{
background-color: #BC545B;
}
</style>
border-color css
<style>
span { border-color: #BC545B; }
span { border-color: rgb(188,84,91); }
td.TdClassName
{
border-color: #BC545B;
}
.TagClassName
{
border-color: #BC545B;
}
</style>