Shades of Mandy #BF4D54
Tints of Mandy #BF4D54
RGB
CMYK
RGB Variations
Color information
#BF4D54 (or 0xBF4D54) is known color: Mandy. HEX triplet: BF, 4D and 54. RGB value is (191,77,84). Sum of RGB (Red+Green+Blue) = 191+77+84=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4D54 is #40B2AB. Grayscale: #6F6F6F. Windows color (decimal): -4240044 or 5524927. OLE color: 5524927.
HSL color Cylindrical-coordinate representation of color #BF4D54: hue angle of 356.32º 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 #BF4D54 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 84 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.25 |
| HSL | 356.32º | 0.47% | 0.53% | - |
| HSV(B) | 356.32º | 0.6% | 0.75% | - |
| XYZ | 25.74 | 17.02 | 10.32 | - |
| YUV | 111.88 | 112.27 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 84 | 0 | 0.60 | 0.56 | 0.25 | 356.32 | 0.47 | 0.53 |
| Hex | BF | 4D | 54 | 0 | 3C | 38 | 19 | 164 | 2F | 35 |
| Octal | 277 | 115 | 124 | 0 | 74 | 70 | 31 | 544 | 57 | 65 |
| Binary | 10111111 | 1001101 | 1010100 | 0 | 111100 | 111000 | 11001 | 101100100 | 101111 | 110101 |
Color Harmonies of #BF4D54
Complementary color
Monochromatic Colors of #BF4D54
Black with #BF4D54
Text Example
Text Example
White with #BF4D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D54; }
p { color: rgb(191,77,84); }
H1.HeaderClassName
{
color: #BF4D54;
}
.AnyTagClassName
{
color: #BF4D54;
}
</style>
background-color css
<style>
a { background-color: #BF4D54; }
a { background-color: rgb(191,77,84); }
div.DivClassName
{
background-color: #BF4D54;
}
.BgClassName
{
background-color: #BF4D54;
}
</style>
border-color css
<style>
span { border-color: #BF4D54; }
span { border-color: rgb(191,77,84); }
td.TdClassName
{
border-color: #BF4D54;
}
.TagClassName
{
border-color: #BF4D54;
}
</style>