Shades of Mandy #BF4D5D
Tints of Mandy #BF4D5D
RGB
CMYK
RGB Variations
Color information
#BF4D5D (or 0xBF4D5D) is known color: Mandy. HEX triplet: BF, 4D and 5D. RGB value is (191,77,93). Sum of RGB (Red+Green+Blue) = 191+77+93=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4D5D is #40B2A2. Grayscale: #707070. Windows color (decimal): -4240035 or 6114751. OLE color: 6114751.
HSL color Cylindrical-coordinate representation of color #BF4D5D: hue angle of 351.58º 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 #BF4D5D is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 93 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.25 |
| HSL | 351.58º | 0.47% | 0.53% | - |
| HSV(B) | 351.58º | 0.6% | 0.75% | - |
| XYZ | 26.12 | 17.17 | 12.29 | - |
| YUV | 112.91 | 116.77 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 93 | 0 | 0.60 | 0.51 | 0.25 | 351.58 | 0.47 | 0.53 |
| Hex | BF | 4D | 5D | 0 | 3C | 33 | 19 | 160 | 2F | 35 |
| Octal | 277 | 115 | 135 | 0 | 74 | 63 | 31 | 540 | 57 | 65 |
| Binary | 10111111 | 1001101 | 1011101 | 0 | 111100 | 110011 | 11001 | 101100000 | 101111 | 110101 |
Color Harmonies of #BF4D5D
Complementary color
Monochromatic Colors of #BF4D5D
Black with #BF4D5D
Text Example
Text Example
White with #BF4D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D5D; }
p { color: rgb(191,77,93); }
H1.HeaderClassName
{
color: #BF4D5D;
}
.AnyTagClassName
{
color: #BF4D5D;
}
</style>
background-color css
<style>
a { background-color: #BF4D5D; }
a { background-color: rgb(191,77,93); }
div.DivClassName
{
background-color: #BF4D5D;
}
.BgClassName
{
background-color: #BF4D5D;
}
</style>
border-color css
<style>
span { border-color: #BF4D5D; }
span { border-color: rgb(191,77,93); }
td.TdClassName
{
border-color: #BF4D5D;
}
.TagClassName
{
border-color: #BF4D5D;
}
</style>