Shades of Mandy #BF4E53
Tints of Mandy #BF4E53
RGB
CMYK
RGB Variations
Color information
#BF4E53 (or 0xBF4E53) is known color: Mandy. HEX triplet: BF, 4E and 53. RGB value is (191,78,83). Sum of RGB (Red+Green+Blue) = 191+78+83=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4E53 is #40B1AC. Grayscale: #707070. Windows color (decimal): -4239789 or 5459647. OLE color: 5459647.
HSL color Cylindrical-coordinate representation of color #BF4E53: hue angle of 357.35º 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 #BF4E53 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 78 | 83 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.25 |
| HSL | 357.35º | 0.47% | 0.53% | - |
| HSV(B) | 357.35º | 0.59% | 0.75% | - |
| XYZ | 25.77 | 17.15 | 10.14 | - |
| YUV | 112.36 | 111.44 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 83 | 0 | 0.59 | 0.57 | 0.25 | 357.35 | 0.47 | 0.53 |
| Hex | BF | 4E | 53 | 0 | 3B | 39 | 19 | 165 | 2F | 35 |
| Octal | 277 | 116 | 123 | 0 | 73 | 71 | 31 | 545 | 57 | 65 |
| Binary | 10111111 | 1001110 | 1010011 | 0 | 111011 | 111001 | 11001 | 101100101 | 101111 | 110101 |
Color Harmonies of #BF4E53
Complementary color
Monochromatic Colors of #BF4E53
Black with #BF4E53
Text Example
Text Example
White with #BF4E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4E53; }
p { color: rgb(191,78,83); }
H1.HeaderClassName
{
color: #BF4E53;
}
.AnyTagClassName
{
color: #BF4E53;
}
</style>
background-color css
<style>
a { background-color: #BF4E53; }
a { background-color: rgb(191,78,83); }
div.DivClassName
{
background-color: #BF4E53;
}
.BgClassName
{
background-color: #BF4E53;
}
</style>
border-color css
<style>
span { border-color: #BF4E53; }
span { border-color: rgb(191,78,83); }
td.TdClassName
{
border-color: #BF4E53;
}
.TagClassName
{
border-color: #BF4E53;
}
</style>