Shades of Mandy #BF4D55
Tints of Mandy #BF4D55
RGB
CMYK
RGB Variations
Color information
#BF4D55 (or 0xBF4D55) is known color: Mandy. HEX triplet: BF, 4D and 55. RGB value is (191,77,85). Sum of RGB (Red+Green+Blue) = 191+77+85=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4D55 is #40B2AA. Grayscale: #707070. Windows color (decimal): -4240043 or 5590463. OLE color: 5590463.
HSL color Cylindrical-coordinate representation of color #BF4D55: hue angle of 355.79º 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 #BF4D55 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 85 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.25 |
| HSL | 355.79º | 0.47% | 0.53% | - |
| HSV(B) | 355.79º | 0.6% | 0.75% | - |
| XYZ | 25.78 | 17.04 | 10.52 | - |
| YUV | 112 | 112.77 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 85 | 0 | 0.60 | 0.55 | 0.25 | 355.79 | 0.47 | 0.53 |
| Hex | BF | 4D | 55 | 0 | 3C | 37 | 19 | 164 | 2F | 35 |
| Octal | 277 | 115 | 125 | 0 | 74 | 67 | 31 | 544 | 57 | 65 |
| Binary | 10111111 | 1001101 | 1010101 | 0 | 111100 | 110111 | 11001 | 101100100 | 101111 | 110101 |
Color Harmonies of #BF4D55
Complementary color
Monochromatic Colors of #BF4D55
Black with #BF4D55
Text Example
Text Example
White with #BF4D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D55; }
p { color: rgb(191,77,85); }
H1.HeaderClassName
{
color: #BF4D55;
}
.AnyTagClassName
{
color: #BF4D55;
}
</style>
background-color css
<style>
a { background-color: #BF4D55; }
a { background-color: rgb(191,77,85); }
div.DivClassName
{
background-color: #BF4D55;
}
.BgClassName
{
background-color: #BF4D55;
}
</style>
border-color css
<style>
span { border-color: #BF4D55; }
span { border-color: rgb(191,77,85); }
td.TdClassName
{
border-color: #BF4D55;
}
.TagClassName
{
border-color: #BF4D55;
}
</style>