Shades of Mandy #BF565E
Tints of Mandy #BF565E
RGB
CMYK
RGB Variations
Color information
#BF565E (or 0xBF565E) is known color: Mandy. HEX triplet: BF, 56 and 5E. RGB value is (191,86,94). Sum of RGB (Red+Green+Blue) = 191+86+94=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF565E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF565E is #40A9A1. Grayscale: #767676. Windows color (decimal): -4237730 or 6182591. OLE color: 6182591.
HSL color Cylindrical-coordinate representation of color #BF565E: hue angle of 355.43º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF565E is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 86 | 94 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.25 |
| HSL | 355.43º | 0.45% | 0.54% | - |
| HSV(B) | 355.43º | 0.55% | 0.75% | - |
| XYZ | 26.83 | 18.54 | 12.75 | - |
| YUV | 118.31 | 114.29 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 86 | 94 | 0 | 0.55 | 0.51 | 0.25 | 355.43 | 0.45 | 0.54 |
| Hex | BF | 56 | 5E | 0 | 37 | 33 | 19 | 163 | 2D | 36 |
| Octal | 277 | 126 | 136 | 0 | 67 | 63 | 31 | 543 | 55 | 66 |
| Binary | 10111111 | 1010110 | 1011110 | 0 | 110111 | 110011 | 11001 | 101100011 | 101101 | 110110 |
Color Harmonies of #BF565E
Complementary color
Monochromatic Colors of #BF565E
Black with #BF565E
Text Example
Text Example
White with #BF565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF565E; }
p { color: rgb(191,86,94); }
H1.HeaderClassName
{
color: #BF565E;
}
.AnyTagClassName
{
color: #BF565E;
}
</style>
background-color css
<style>
a { background-color: #BF565E; }
a { background-color: rgb(191,86,94); }
div.DivClassName
{
background-color: #BF565E;
}
.BgClassName
{
background-color: #BF565E;
}
</style>
border-color css
<style>
span { border-color: #BF565E; }
span { border-color: rgb(191,86,94); }
td.TdClassName
{
border-color: #BF565E;
}
.TagClassName
{
border-color: #BF565E;
}
</style>