Shades of Mandy #BC505A
Tints of Mandy #BC505A
RGB
CMYK
RGB Variations
Color information
#BC505A (or 0xBC505A) is known color: Mandy. HEX triplet: BC, 50 and 5A. RGB value is (188,80,90). Sum of RGB (Red+Green+Blue) = 188+80+90=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC505A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC505A is #43AFA5. Grayscale: #717171. Windows color (decimal): -4435878 or 5918908. OLE color: 5918908.
HSL color Cylindrical-coordinate representation of color #BC505A: hue angle of 354.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC505A is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 90 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.26 |
| HSL | 354.44º | 0.45% | 0.53% | - |
| HSV(B) | 354.44º | 0.57% | 0.74% | - |
| XYZ | 25.45 | 17.17 | 11.64 | - |
| YUV | 113.43 | 114.78 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 90 | 0 | 0.57 | 0.52 | 0.26 | 354.44 | 0.45 | 0.53 |
| Hex | BC | 50 | 5A | 0 | 39 | 34 | 1A | 162 | 2D | 35 |
| Octal | 274 | 120 | 132 | 0 | 71 | 64 | 32 | 542 | 55 | 65 |
| Binary | 10111100 | 1010000 | 1011010 | 0 | 111001 | 110100 | 11010 | 101100010 | 101101 | 110101 |
Color Harmonies of #BC505A
Complementary color
Monochromatic Colors of #BC505A
Black with #BC505A
Text Example
Text Example
White with #BC505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC505A; }
p { color: rgb(188,80,90); }
H1.HeaderClassName
{
color: #BC505A;
}
.AnyTagClassName
{
color: #BC505A;
}
</style>
background-color css
<style>
a { background-color: #BC505A; }
a { background-color: rgb(188,80,90); }
div.DivClassName
{
background-color: #BC505A;
}
.BgClassName
{
background-color: #BC505A;
}
</style>
border-color css
<style>
span { border-color: #BC505A; }
span { border-color: rgb(188,80,90); }
td.TdClassName
{
border-color: #BC505A;
}
.TagClassName
{
border-color: #BC505A;
}
</style>