Shades of Mandy #BF4D59
Tints of Mandy #BF4D59
RGB
CMYK
RGB Variations
Color information
#BF4D59 (or 0xBF4D59) is known color: Mandy. HEX triplet: BF, 4D and 59. RGB value is (191,77,89). Sum of RGB (Red+Green+Blue) = 191+77+89=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4D59 is #40B2A6. Grayscale: #707070. Windows color (decimal): -4240039 or 5852607. OLE color: 5852607.
HSL color Cylindrical-coordinate representation of color #BF4D59: hue angle of 353.68º 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 #BF4D59 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 89 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.25 |
| HSL | 353.68º | 0.47% | 0.53% | - |
| HSV(B) | 353.68º | 0.6% | 0.75% | - |
| XYZ | 25.94 | 17.11 | 11.39 | - |
| YUV | 112.45 | 114.77 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 89 | 0 | 0.60 | 0.53 | 0.25 | 353.68 | 0.47 | 0.53 |
| Hex | BF | 4D | 59 | 0 | 3C | 35 | 19 | 162 | 2F | 35 |
| Octal | 277 | 115 | 131 | 0 | 74 | 65 | 31 | 542 | 57 | 65 |
| Binary | 10111111 | 1001101 | 1011001 | 0 | 111100 | 110101 | 11001 | 101100010 | 101111 | 110101 |
Color Harmonies of #BF4D59
Complementary color
Monochromatic Colors of #BF4D59
Black with #BF4D59
Text Example
Text Example
White with #BF4D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D59; }
p { color: rgb(191,77,89); }
H1.HeaderClassName
{
color: #BF4D59;
}
.AnyTagClassName
{
color: #BF4D59;
}
</style>
background-color css
<style>
a { background-color: #BF4D59; }
a { background-color: rgb(191,77,89); }
div.DivClassName
{
background-color: #BF4D59;
}
.BgClassName
{
background-color: #BF4D59;
}
</style>
border-color css
<style>
span { border-color: #BF4D59; }
span { border-color: rgb(191,77,89); }
td.TdClassName
{
border-color: #BF4D59;
}
.TagClassName
{
border-color: #BF4D59;
}
</style>