Shades of Mandy #BF4D51
Tints of Mandy #BF4D51
RGB
CMYK
RGB Variations
Color information
#BF4D51 (or 0xBF4D51) is known color: Mandy. HEX triplet: BF, 4D and 51. RGB value is (191,77,81). Sum of RGB (Red+Green+Blue) = 191+77+81=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4D51 is #40B2AE. Grayscale: #6F6F6F. Windows color (decimal): -4240047 or 5328319. OLE color: 5328319.
HSL color Cylindrical-coordinate representation of color #BF4D51: hue angle of 357.89º 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 #BF4D51 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 81 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.25 |
| HSL | 357.89º | 0.47% | 0.53% | - |
| HSV(B) | 357.89º | 0.6% | 0.75% | - |
| XYZ | 25.62 | 16.98 | 9.71 | - |
| YUV | 111.54 | 110.77 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 81 | 0 | 0.60 | 0.58 | 0.25 | 357.89 | 0.47 | 0.53 |
| Hex | BF | 4D | 51 | 0 | 3C | 3A | 19 | 166 | 2F | 35 |
| Octal | 277 | 115 | 121 | 0 | 74 | 72 | 31 | 546 | 57 | 65 |
| Binary | 10111111 | 1001101 | 1010001 | 0 | 111100 | 111010 | 11001 | 101100110 | 101111 | 110101 |
Color Harmonies of #BF4D51
Complementary color
Monochromatic Colors of #BF4D51
Black with #BF4D51
Text Example
Text Example
White with #BF4D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D51; }
p { color: rgb(191,77,81); }
H1.HeaderClassName
{
color: #BF4D51;
}
.AnyTagClassName
{
color: #BF4D51;
}
</style>
background-color css
<style>
a { background-color: #BF4D51; }
a { background-color: rgb(191,77,81); }
div.DivClassName
{
background-color: #BF4D51;
}
.BgClassName
{
background-color: #BF4D51;
}
</style>
border-color css
<style>
span { border-color: #BF4D51; }
span { border-color: rgb(191,77,81); }
td.TdClassName
{
border-color: #BF4D51;
}
.TagClassName
{
border-color: #BF4D51;
}
</style>