Shades of Mandy #BF474D
Tints of Mandy #BF474D
RGB
CMYK
RGB Variations
Color information
#BF474D (or 0xBF474D) is known color: Mandy. HEX triplet: BF, 47 and 4D. RGB value is (191,71,77). Sum of RGB (Red+Green+Blue) = 191+71+77=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF474D is #40B8B2. Grayscale: #6B6B6B. Windows color (decimal): -4241587 or 5064639. OLE color: 5064639.
HSL color Cylindrical-coordinate representation of color #BF474D: hue angle of 357º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF474D is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 71 | 77 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.25 |
| HSL | 357º | 0.48% | 0.51% | - |
| HSV(B) | 357º | 0.63% | 0.75% | - |
| XYZ | 25.08 | 16.12 | 8.81 | - |
| YUV | 107.56 | 110.76 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 71 | 77 | 0 | 0.63 | 0.60 | 0.25 | 357 | 0.48 | 0.51 |
| Hex | BF | 47 | 4D | 0 | 3F | 3C | 19 | 165 | 30 | 33 |
| Octal | 277 | 107 | 115 | 0 | 77 | 74 | 31 | 545 | 60 | 63 |
| Binary | 10111111 | 1000111 | 1001101 | 0 | 111111 | 111100 | 11001 | 101100101 | 110000 | 110011 |
Color Harmonies of #BF474D
Complementary color
Monochromatic Colors of #BF474D
Black with #BF474D
Text Example
Text Example
White with #BF474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF474D; }
p { color: rgb(191,71,77); }
H1.HeaderClassName
{
color: #BF474D;
}
.AnyTagClassName
{
color: #BF474D;
}
</style>
background-color css
<style>
a { background-color: #BF474D; }
a { background-color: rgb(191,71,77); }
div.DivClassName
{
background-color: #BF474D;
}
.BgClassName
{
background-color: #BF474D;
}
</style>
border-color css
<style>
span { border-color: #BF474D; }
span { border-color: rgb(191,71,77); }
td.TdClassName
{
border-color: #BF474D;
}
.TagClassName
{
border-color: #BF474D;
}
</style>