Shades of Mandy #BF4E5B
Tints of Mandy #BF4E5B
RGB
CMYK
RGB Variations
Color information
#BF4E5B (or 0xBF4E5B) is known color: Mandy. HEX triplet: BF, 4E and 5B. RGB value is (191,78,91). Sum of RGB (Red+Green+Blue) = 191+78+91=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4E5B is #40B1A4. Grayscale: #717171. Windows color (decimal): -4239781 or 5983935. OLE color: 5983935.
HSL color Cylindrical-coordinate representation of color #BF4E5B: hue angle of 353.1º 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 #BF4E5B is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 78 | 91 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.25 |
| HSL | 353.1º | 0.47% | 0.53% | - |
| HSV(B) | 353.1º | 0.59% | 0.75% | - |
| XYZ | 26.1 | 17.28 | 11.86 | - |
| YUV | 113.27 | 115.44 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 91 | 0 | 0.59 | 0.52 | 0.25 | 353.1 | 0.47 | 0.53 |
| Hex | BF | 4E | 5B | 0 | 3B | 34 | 19 | 161 | 2F | 35 |
| Octal | 277 | 116 | 133 | 0 | 73 | 64 | 31 | 541 | 57 | 65 |
| Binary | 10111111 | 1001110 | 1011011 | 0 | 111011 | 110100 | 11001 | 101100001 | 101111 | 110101 |
Color Harmonies of #BF4E5B
Complementary color
Monochromatic Colors of #BF4E5B
Black with #BF4E5B
Text Example
Text Example
White with #BF4E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4E5B; }
p { color: rgb(191,78,91); }
H1.HeaderClassName
{
color: #BF4E5B;
}
.AnyTagClassName
{
color: #BF4E5B;
}
</style>
background-color css
<style>
a { background-color: #BF4E5B; }
a { background-color: rgb(191,78,91); }
div.DivClassName
{
background-color: #BF4E5B;
}
.BgClassName
{
background-color: #BF4E5B;
}
</style>
border-color css
<style>
span { border-color: #BF4E5B; }
span { border-color: rgb(191,78,91); }
td.TdClassName
{
border-color: #BF4E5B;
}
.TagClassName
{
border-color: #BF4E5B;
}
</style>