Shades of Mandy #BC535B
Tints of Mandy #BC535B
RGB
CMYK
RGB Variations
Color information
#BC535B (or 0xBC535B) is known color: Mandy. HEX triplet: BC, 53 and 5B. RGB value is (188,83,91). Sum of RGB (Red+Green+Blue) = 188+83+91=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC535B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC535B is #43ACA4. Grayscale: #737373. Windows color (decimal): -4435109 or 5985212. OLE color: 5985212.
HSL color Cylindrical-coordinate representation of color #BC535B: hue angle of 355.43º 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 #BC535B is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 91 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.26 |
| HSL | 355.43º | 0.44% | 0.53% | - |
| HSV(B) | 355.43º | 0.56% | 0.74% | - |
| XYZ | 25.72 | 17.63 | 11.95 | - |
| YUV | 115.31 | 114.29 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 91 | 0 | 0.56 | 0.52 | 0.26 | 355.43 | 0.44 | 0.53 |
| Hex | BC | 53 | 5B | 0 | 38 | 34 | 1A | 163 | 2C | 35 |
| Octal | 274 | 123 | 133 | 0 | 70 | 64 | 32 | 543 | 54 | 65 |
| Binary | 10111100 | 1010011 | 1011011 | 0 | 111000 | 110100 | 11010 | 101100011 | 101100 | 110101 |
Color Harmonies of #BC535B
Complementary color
Monochromatic Colors of #BC535B
Black with #BC535B
Text Example
Text Example
White with #BC535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC535B; }
p { color: rgb(188,83,91); }
H1.HeaderClassName
{
color: #BC535B;
}
.AnyTagClassName
{
color: #BC535B;
}
</style>
background-color css
<style>
a { background-color: #BC535B; }
a { background-color: rgb(188,83,91); }
div.DivClassName
{
background-color: #BC535B;
}
.BgClassName
{
background-color: #BC535B;
}
</style>
border-color css
<style>
span { border-color: #BC535B; }
span { border-color: rgb(188,83,91); }
td.TdClassName
{
border-color: #BC535B;
}
.TagClassName
{
border-color: #BC535B;
}
</style>