Shades of Mandy #BC535C
Tints of Mandy #BC535C
RGB
CMYK
RGB Variations
Color information
#BC535C (or 0xBC535C) is known color: Mandy. HEX triplet: BC, 53 and 5C. RGB value is (188,83,92). Sum of RGB (Red+Green+Blue) = 188+83+92=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC535C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC535C is #43ACA3. Grayscale: #737373. Windows color (decimal): -4435108 or 6050748. OLE color: 6050748.
HSL color Cylindrical-coordinate representation of color #BC535C: hue angle of 354.86º 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 #BC535C is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 92 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.26 |
| HSL | 354.86º | 0.44% | 0.53% | - |
| HSV(B) | 354.86º | 0.56% | 0.74% | - |
| XYZ | 25.76 | 17.65 | 12.17 | - |
| YUV | 115.42 | 114.79 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 92 | 0 | 0.56 | 0.51 | 0.26 | 354.86 | 0.44 | 0.53 |
| Hex | BC | 53 | 5C | 0 | 38 | 33 | 1A | 163 | 2C | 35 |
| Octal | 274 | 123 | 134 | 0 | 70 | 63 | 32 | 543 | 54 | 65 |
| Binary | 10111100 | 1010011 | 1011100 | 0 | 111000 | 110011 | 11010 | 101100011 | 101100 | 110101 |
Color Harmonies of #BC535C
Complementary color
Monochromatic Colors of #BC535C
Black with #BC535C
Text Example
Text Example
White with #BC535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC535C; }
p { color: rgb(188,83,92); }
H1.HeaderClassName
{
color: #BC535C;
}
.AnyTagClassName
{
color: #BC535C;
}
</style>
background-color css
<style>
a { background-color: #BC535C; }
a { background-color: rgb(188,83,92); }
div.DivClassName
{
background-color: #BC535C;
}
.BgClassName
{
background-color: #BC535C;
}
</style>
border-color css
<style>
span { border-color: #BC535C; }
span { border-color: rgb(188,83,92); }
td.TdClassName
{
border-color: #BC535C;
}
.TagClassName
{
border-color: #BC535C;
}
</style>