Shades of Mandy #BC525B
Tints of Mandy #BC525B
RGB
CMYK
RGB Variations
Color information
#BC525B (or 0xBC525B) is known color: Mandy. HEX triplet: BC, 52 and 5B. RGB value is (188,82,91). Sum of RGB (Red+Green+Blue) = 188+82+91=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC525B is #43ADA4. Grayscale: #727272. Windows color (decimal): -4435365 or 5984956. OLE color: 5984956.
HSL color Cylindrical-coordinate representation of color #BC525B: hue angle of 354.91º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC525B is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 91 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.26 |
| HSL | 354.91º | 0.44% | 0.53% | - |
| HSV(B) | 354.91º | 0.56% | 0.74% | - |
| XYZ | 25.64 | 17.48 | 11.92 | - |
| YUV | 114.72 | 114.62 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 91 | 0 | 0.56 | 0.52 | 0.26 | 354.91 | 0.44 | 0.53 |
| Hex | BC | 52 | 5B | 0 | 38 | 34 | 1A | 163 | 2C | 35 |
| Octal | 274 | 122 | 133 | 0 | 70 | 64 | 32 | 543 | 54 | 65 |
| Binary | 10111100 | 1010010 | 1011011 | 0 | 111000 | 110100 | 11010 | 101100011 | 101100 | 110101 |
Color Harmonies of #BC525B
Complementary color
Monochromatic Colors of #BC525B
Black with #BC525B
Text Example
Text Example
White with #BC525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC525B; }
p { color: rgb(188,82,91); }
H1.HeaderClassName
{
color: #BC525B;
}
.AnyTagClassName
{
color: #BC525B;
}
</style>
background-color css
<style>
a { background-color: #BC525B; }
a { background-color: rgb(188,82,91); }
div.DivClassName
{
background-color: #BC525B;
}
.BgClassName
{
background-color: #BC525B;
}
</style>
border-color css
<style>
span { border-color: #BC525B; }
span { border-color: rgb(188,82,91); }
td.TdClassName
{
border-color: #BC525B;
}
.TagClassName
{
border-color: #BC525B;
}
</style>