Shades of Mandy #BD5256
Tints of Mandy #BD5256
RGB
CMYK
RGB Variations
Color information
#BD5256 (or 0xBD5256) is known color: Mandy. HEX triplet: BD, 52 and 56. RGB value is (189,82,86). Sum of RGB (Red+Green+Blue) = 189+82+86=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5256 is #42ADA9. Grayscale: #727272. Windows color (decimal): -4369834 or 5657277. OLE color: 5657277.
HSL color Cylindrical-coordinate representation of color #BD5256: hue angle of 357.76º 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 #BD5256 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 82 | 86 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.26 |
| HSL | 357.76º | 0.45% | 0.53% | - |
| HSV(B) | 357.76º | 0.57% | 0.74% | - |
| XYZ | 25.68 | 17.53 | 10.83 | - |
| YUV | 114.45 | 111.95 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 86 | 0 | 0.57 | 0.54 | 0.26 | 357.76 | 0.45 | 0.53 |
| Hex | BD | 52 | 56 | 0 | 39 | 36 | 1A | 166 | 2D | 35 |
| Octal | 275 | 122 | 126 | 0 | 71 | 66 | 32 | 546 | 55 | 65 |
| Binary | 10111101 | 1010010 | 1010110 | 0 | 111001 | 110110 | 11010 | 101100110 | 101101 | 110101 |
Color Harmonies of #BD5256
Complementary color
Monochromatic Colors of #BD5256
Black with #BD5256
Text Example
Text Example
White with #BD5256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5256; }
p { color: rgb(189,82,86); }
H1.HeaderClassName
{
color: #BD5256;
}
.AnyTagClassName
{
color: #BD5256;
}
</style>
background-color css
<style>
a { background-color: #BD5256; }
a { background-color: rgb(189,82,86); }
div.DivClassName
{
background-color: #BD5256;
}
.BgClassName
{
background-color: #BD5256;
}
</style>
border-color css
<style>
span { border-color: #BD5256; }
span { border-color: rgb(189,82,86); }
td.TdClassName
{
border-color: #BD5256;
}
.TagClassName
{
border-color: #BD5256;
}
</style>