Shades of Mandy #BF5E64
Tints of Mandy #BF5E64
RGB
CMYK
RGB Variations
Color information
#BF5E64 (or 0xBF5E64) is known color: Mandy. HEX triplet: BF, 5E and 64. RGB value is (191,94,100). Sum of RGB (Red+Green+Blue) = 191+94+100=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5E64 is #40A19B. Grayscale: #7B7B7B. Windows color (decimal): -4235676 or 6577855. OLE color: 6577855.
HSL color Cylindrical-coordinate representation of color #BF5E64: hue angle of 356.29º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF5E64 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 94 | 100 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.25 |
| HSL | 356.29º | 0.43% | 0.56% | - |
| HSV(B) | 356.29º | 0.51% | 0.75% | - |
| XYZ | 27.79 | 20 | 14.45 | - |
| YUV | 123.69 | 114.64 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 94 | 100 | 0 | 0.51 | 0.48 | 0.25 | 356.29 | 0.43 | 0.56 |
| Hex | BF | 5E | 64 | 0 | 33 | 30 | 19 | 164 | 2B | 38 |
| Octal | 277 | 136 | 144 | 0 | 63 | 60 | 31 | 544 | 53 | 70 |
| Binary | 10111111 | 1011110 | 1100100 | 0 | 110011 | 110000 | 11001 | 101100100 | 101011 | 111000 |
Color Harmonies of #BF5E64
Complementary color
Monochromatic Colors of #BF5E64
Black with #BF5E64
Text Example
Text Example
White with #BF5E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5E64; }
p { color: rgb(191,94,100); }
H1.HeaderClassName
{
color: #BF5E64;
}
.AnyTagClassName
{
color: #BF5E64;
}
</style>
background-color css
<style>
a { background-color: #BF5E64; }
a { background-color: rgb(191,94,100); }
div.DivClassName
{
background-color: #BF5E64;
}
.BgClassName
{
background-color: #BF5E64;
}
</style>
border-color css
<style>
span { border-color: #BF5E64; }
span { border-color: rgb(191,94,100); }
td.TdClassName
{
border-color: #BF5E64;
}
.TagClassName
{
border-color: #BF5E64;
}
</style>