Shades of Mandy #BC555B
Tints of Mandy #BC555B
RGB
CMYK
RGB Variations
Color information
#BC555B (or 0xBC555B) is known color: Mandy. HEX triplet: BC, 55 and 5B. RGB value is (188,85,91). Sum of RGB (Red+Green+Blue) = 188+85+91=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC555B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC555B is #43AAA4. Grayscale: #747474. Windows color (decimal): -4434597 or 5985724. OLE color: 5985724.
HSL color Cylindrical-coordinate representation of color #BC555B: hue angle of 356.5º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC555B is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 91 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.26 |
| HSL | 356.5º | 0.43% | 0.54% | - |
| HSV(B) | 356.5º | 0.55% | 0.74% | - |
| XYZ | 25.88 | 17.94 | 12 | - |
| YUV | 116.48 | 113.62 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 91 | 0 | 0.55 | 0.52 | 0.26 | 356.5 | 0.43 | 0.54 |
| Hex | BC | 55 | 5B | 0 | 37 | 34 | 1A | 165 | 2B | 36 |
| Octal | 274 | 125 | 133 | 0 | 67 | 64 | 32 | 545 | 53 | 66 |
| Binary | 10111100 | 1010101 | 1011011 | 0 | 110111 | 110100 | 11010 | 101100101 | 101011 | 110110 |
Color Harmonies of #BC555B
Complementary color
Monochromatic Colors of #BC555B
Black with #BC555B
Text Example
Text Example
White with #BC555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC555B; }
p { color: rgb(188,85,91); }
H1.HeaderClassName
{
color: #BC555B;
}
.AnyTagClassName
{
color: #BC555B;
}
</style>
background-color css
<style>
a { background-color: #BC555B; }
a { background-color: rgb(188,85,91); }
div.DivClassName
{
background-color: #BC555B;
}
.BgClassName
{
background-color: #BC555B;
}
</style>
border-color css
<style>
span { border-color: #BC555B; }
span { border-color: rgb(188,85,91); }
td.TdClassName
{
border-color: #BC555B;
}
.TagClassName
{
border-color: #BC555B;
}
</style>