Shades of Mandy #BF4E57
Tints of Mandy #BF4E57
RGB
CMYK
RGB Variations
Color information
#BF4E57 (or 0xBF4E57) is known color: Mandy. HEX triplet: BF, 4E and 57. RGB value is (191,78,87). Sum of RGB (Red+Green+Blue) = 191+78+87=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4E57 is #40B1A8. Grayscale: #707070. Windows color (decimal): -4239785 or 5721791. OLE color: 5721791.
HSL color Cylindrical-coordinate representation of color #BF4E57: hue angle of 355.22º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF4E57 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 78 | 87 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.25 |
| HSL | 355.22º | 0.47% | 0.53% | - |
| HSV(B) | 355.22º | 0.59% | 0.75% | - |
| XYZ | 25.93 | 17.21 | 10.97 | - |
| YUV | 112.81 | 113.44 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 87 | 0 | 0.59 | 0.54 | 0.25 | 355.22 | 0.47 | 0.53 |
| Hex | BF | 4E | 57 | 0 | 3B | 36 | 19 | 163 | 2F | 35 |
| Octal | 277 | 116 | 127 | 0 | 73 | 66 | 31 | 543 | 57 | 65 |
| Binary | 10111111 | 1001110 | 1010111 | 0 | 111011 | 110110 | 11001 | 101100011 | 101111 | 110101 |
Color Harmonies of #BF4E57
Complementary color
Monochromatic Colors of #BF4E57
Black with #BF4E57
Text Example
Text Example
White with #BF4E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4E57; }
p { color: rgb(191,78,87); }
H1.HeaderClassName
{
color: #BF4E57;
}
.AnyTagClassName
{
color: #BF4E57;
}
</style>
background-color css
<style>
a { background-color: #BF4E57; }
a { background-color: rgb(191,78,87); }
div.DivClassName
{
background-color: #BF4E57;
}
.BgClassName
{
background-color: #BF4E57;
}
</style>
border-color css
<style>
span { border-color: #BF4E57; }
span { border-color: rgb(191,78,87); }
td.TdClassName
{
border-color: #BF4E57;
}
.TagClassName
{
border-color: #BF4E57;
}
</style>