Shades of Mandy #BF4D52
Tints of Mandy #BF4D52
RGB
CMYK
RGB Variations
Color information
#BF4D52 (or 0xBF4D52) is known color: Mandy. HEX triplet: BF, 4D and 52. RGB value is (191,77,82). Sum of RGB (Red+Green+Blue) = 191+77+82=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4D52 is #40B2AD. Grayscale: #6F6F6F. Windows color (decimal): -4240046 or 5393855. OLE color: 5393855.
HSL color Cylindrical-coordinate representation of color #BF4D52: hue angle of 357.37º 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 #BF4D52 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 82 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.25 |
| HSL | 357.37º | 0.47% | 0.53% | - |
| HSV(B) | 357.37º | 0.6% | 0.75% | - |
| XYZ | 25.66 | 16.99 | 9.91 | - |
| YUV | 111.66 | 111.27 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 82 | 0 | 0.60 | 0.57 | 0.25 | 357.37 | 0.47 | 0.53 |
| Hex | BF | 4D | 52 | 0 | 3C | 39 | 19 | 165 | 2F | 35 |
| Octal | 277 | 115 | 122 | 0 | 74 | 71 | 31 | 545 | 57 | 65 |
| Binary | 10111111 | 1001101 | 1010010 | 0 | 111100 | 111001 | 11001 | 101100101 | 101111 | 110101 |
Color Harmonies of #BF4D52
Complementary color
Monochromatic Colors of #BF4D52
Black with #BF4D52
Text Example
Text Example
White with #BF4D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D52; }
p { color: rgb(191,77,82); }
H1.HeaderClassName
{
color: #BF4D52;
}
.AnyTagClassName
{
color: #BF4D52;
}
</style>
background-color css
<style>
a { background-color: #BF4D52; }
a { background-color: rgb(191,77,82); }
div.DivClassName
{
background-color: #BF4D52;
}
.BgClassName
{
background-color: #BF4D52;
}
</style>
border-color css
<style>
span { border-color: #BF4D52; }
span { border-color: rgb(191,77,82); }
td.TdClassName
{
border-color: #BF4D52;
}
.TagClassName
{
border-color: #BF4D52;
}
</style>