Shades of Mandy #BD5356
Tints of Mandy #BD5356
RGB
CMYK
RGB Variations
Color information
#BD5356 (or 0xBD5356) is known color: Mandy. HEX triplet: BD, 53 and 56. RGB value is (189,83,86). Sum of RGB (Red+Green+Blue) = 189+83+86=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5356 is #42ACA9. Grayscale: #737373. Windows color (decimal): -4369578 or 5657533. OLE color: 5657533.
HSL color Cylindrical-coordinate representation of color #BD5356: hue angle of 358.3º degrees, saturation: 0.45, 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 #BD5356 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 83 | 86 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.26 |
| HSL | 358.3º | 0.45% | 0.53% | - |
| HSV(B) | 358.3º | 0.56% | 0.74% | - |
| XYZ | 25.76 | 17.68 | 10.86 | - |
| YUV | 115.04 | 111.62 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 83 | 86 | 0 | 0.56 | 0.54 | 0.26 | 358.3 | 0.45 | 0.53 |
| Hex | BD | 53 | 56 | 0 | 38 | 36 | 1A | 166 | 2D | 35 |
| Octal | 275 | 123 | 126 | 0 | 70 | 66 | 32 | 546 | 55 | 65 |
| Binary | 10111101 | 1010011 | 1010110 | 0 | 111000 | 110110 | 11010 | 101100110 | 101101 | 110101 |
Color Harmonies of #BD5356
Complementary color
Monochromatic Colors of #BD5356
Black with #BD5356
Text Example
Text Example
White with #BD5356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5356; }
p { color: rgb(189,83,86); }
H1.HeaderClassName
{
color: #BD5356;
}
.AnyTagClassName
{
color: #BD5356;
}
</style>
background-color css
<style>
a { background-color: #BD5356; }
a { background-color: rgb(189,83,86); }
div.DivClassName
{
background-color: #BD5356;
}
.BgClassName
{
background-color: #BD5356;
}
</style>
border-color css
<style>
span { border-color: #BD5356; }
span { border-color: rgb(189,83,86); }
td.TdClassName
{
border-color: #BD5356;
}
.TagClassName
{
border-color: #BD5356;
}
</style>