Shades of Mandy #BF4D58
Tints of Mandy #BF4D58
RGB
CMYK
RGB Variations
Color information
#BF4D58 (or 0xBF4D58) is known color: Mandy. HEX triplet: BF, 4D and 58. RGB value is (191,77,88). Sum of RGB (Red+Green+Blue) = 191+77+88=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4D58 is #40B2A7. Grayscale: #707070. Windows color (decimal): -4240040 or 5787071. OLE color: 5787071.
HSL color Cylindrical-coordinate representation of color #BF4D58: hue angle of 354.21º 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 #BF4D58 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 88 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.25 |
| HSL | 354.21º | 0.47% | 0.53% | - |
| HSV(B) | 354.21º | 0.6% | 0.75% | - |
| XYZ | 25.9 | 17.09 | 11.17 | - |
| YUV | 112.34 | 114.27 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 88 | 0 | 0.60 | 0.54 | 0.25 | 354.21 | 0.47 | 0.53 |
| Hex | BF | 4D | 58 | 0 | 3C | 36 | 19 | 162 | 2F | 35 |
| Octal | 277 | 115 | 130 | 0 | 74 | 66 | 31 | 542 | 57 | 65 |
| Binary | 10111111 | 1001101 | 1011000 | 0 | 111100 | 110110 | 11001 | 101100010 | 101111 | 110101 |
Color Harmonies of #BF4D58
Complementary color
Monochromatic Colors of #BF4D58
Black with #BF4D58
Text Example
Text Example
White with #BF4D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D58; }
p { color: rgb(191,77,88); }
H1.HeaderClassName
{
color: #BF4D58;
}
.AnyTagClassName
{
color: #BF4D58;
}
</style>
background-color css
<style>
a { background-color: #BF4D58; }
a { background-color: rgb(191,77,88); }
div.DivClassName
{
background-color: #BF4D58;
}
.BgClassName
{
background-color: #BF4D58;
}
</style>
border-color css
<style>
span { border-color: #BF4D58; }
span { border-color: rgb(191,77,88); }
td.TdClassName
{
border-color: #BF4D58;
}
.TagClassName
{
border-color: #BF4D58;
}
</style>