Shades of Mandy #BF4D53
Tints of Mandy #BF4D53
RGB
CMYK
RGB Variations
Color information
#BF4D53 (or 0xBF4D53) is known color: Mandy. HEX triplet: BF, 4D and 53. RGB value is (191,77,83). Sum of RGB (Red+Green+Blue) = 191+77+83=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4D53 is #40B2AC. Grayscale: #6F6F6F. Windows color (decimal): -4240045 or 5459391. OLE color: 5459391.
HSL color Cylindrical-coordinate representation of color #BF4D53: hue angle of 356.84º 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 #BF4D53 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 83 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.25 |
| HSL | 356.84º | 0.47% | 0.53% | - |
| HSV(B) | 356.84º | 0.6% | 0.75% | - |
| XYZ | 25.7 | 17.01 | 10.11 | - |
| YUV | 111.77 | 111.77 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 83 | 0 | 0.60 | 0.57 | 0.25 | 356.84 | 0.47 | 0.53 |
| Hex | BF | 4D | 53 | 0 | 3C | 39 | 19 | 165 | 2F | 35 |
| Octal | 277 | 115 | 123 | 0 | 74 | 71 | 31 | 545 | 57 | 65 |
| Binary | 10111111 | 1001101 | 1010011 | 0 | 111100 | 111001 | 11001 | 101100101 | 101111 | 110101 |
Color Harmonies of #BF4D53
Complementary color
Monochromatic Colors of #BF4D53
Black with #BF4D53
Text Example
Text Example
White with #BF4D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D53; }
p { color: rgb(191,77,83); }
H1.HeaderClassName
{
color: #BF4D53;
}
.AnyTagClassName
{
color: #BF4D53;
}
</style>
background-color css
<style>
a { background-color: #BF4D53; }
a { background-color: rgb(191,77,83); }
div.DivClassName
{
background-color: #BF4D53;
}
.BgClassName
{
background-color: #BF4D53;
}
</style>
border-color css
<style>
span { border-color: #BF4D53; }
span { border-color: rgb(191,77,83); }
td.TdClassName
{
border-color: #BF4D53;
}
.TagClassName
{
border-color: #BF4D53;
}
</style>