Shades of Mandy #BF4E50
Tints of Mandy #BF4E50
RGB
CMYK
RGB Variations
Color information
#BF4E50 (or 0xBF4E50) is known color: Mandy. HEX triplet: BF, 4E and 50. RGB value is (191,78,80). Sum of RGB (Red+Green+Blue) = 191+78+80=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4E50 is #40B1AF. Grayscale: #707070. Windows color (decimal): -4239792 or 5263039. OLE color: 5263039.
HSL color Cylindrical-coordinate representation of color #BF4E50: hue angle of 358.94º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF4E50 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 78 | 80 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.25 |
| HSL | 358.94º | 0.47% | 0.53% | - |
| HSV(B) | 358.94º | 0.59% | 0.75% | - |
| XYZ | 25.66 | 17.1 | 9.54 | - |
| YUV | 112.02 | 109.94 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 80 | 0 | 0.59 | 0.58 | 0.25 | 358.94 | 0.47 | 0.53 |
| Hex | BF | 4E | 50 | 0 | 3B | 3A | 19 | 167 | 2F | 35 |
| Octal | 277 | 116 | 120 | 0 | 73 | 72 | 31 | 547 | 57 | 65 |
| Binary | 10111111 | 1001110 | 1010000 | 0 | 111011 | 111010 | 11001 | 101100111 | 101111 | 110101 |
Color Harmonies of #BF4E50
Complementary color
Monochromatic Colors of #BF4E50
Black with #BF4E50
Text Example
Text Example
White with #BF4E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4E50; }
p { color: rgb(191,78,80); }
H1.HeaderClassName
{
color: #BF4E50;
}
.AnyTagClassName
{
color: #BF4E50;
}
</style>
background-color css
<style>
a { background-color: #BF4E50; }
a { background-color: rgb(191,78,80); }
div.DivClassName
{
background-color: #BF4E50;
}
.BgClassName
{
background-color: #BF4E50;
}
</style>
border-color css
<style>
span { border-color: #BF4E50; }
span { border-color: rgb(191,78,80); }
td.TdClassName
{
border-color: #BF4E50;
}
.TagClassName
{
border-color: #BF4E50;
}
</style>