Shades of Mandy #BF4D56
Tints of Mandy #BF4D56
RGB
CMYK
RGB Variations
Color information
#BF4D56 (or 0xBF4D56) is known color: Mandy. HEX triplet: BF, 4D and 56. RGB value is (191,77,86). Sum of RGB (Red+Green+Blue) = 191+77+86=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4D56 is #40B2A9. Grayscale: #707070. Windows color (decimal): -4240042 or 5655999. OLE color: 5655999.
HSL color Cylindrical-coordinate representation of color #BF4D56: hue angle of 355.26º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4D56 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 86 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.25 |
| HSL | 355.26º | 0.47% | 0.53% | - |
| HSV(B) | 355.26º | 0.6% | 0.75% | - |
| XYZ | 25.82 | 17.06 | 10.74 | - |
| YUV | 112.11 | 113.27 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 86 | 0 | 0.60 | 0.55 | 0.25 | 355.26 | 0.47 | 0.53 |
| Hex | BF | 4D | 56 | 0 | 3C | 37 | 19 | 163 | 2F | 35 |
| Octal | 277 | 115 | 126 | 0 | 74 | 67 | 31 | 543 | 57 | 65 |
| Binary | 10111111 | 1001101 | 1010110 | 0 | 111100 | 110111 | 11001 | 101100011 | 101111 | 110101 |
Color Harmonies of #BF4D56
Complementary color
Monochromatic Colors of #BF4D56
Black with #BF4D56
Text Example
Text Example
White with #BF4D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D56; }
p { color: rgb(191,77,86); }
H1.HeaderClassName
{
color: #BF4D56;
}
.AnyTagClassName
{
color: #BF4D56;
}
</style>
background-color css
<style>
a { background-color: #BF4D56; }
a { background-color: rgb(191,77,86); }
div.DivClassName
{
background-color: #BF4D56;
}
.BgClassName
{
background-color: #BF4D56;
}
</style>
border-color css
<style>
span { border-color: #BF4D56; }
span { border-color: rgb(191,77,86); }
td.TdClassName
{
border-color: #BF4D56;
}
.TagClassName
{
border-color: #BF4D56;
}
</style>