Shades of Mandy #BF4D5C
Tints of Mandy #BF4D5C
RGB
CMYK
RGB Variations
Color information
#BF4D5C (or 0xBF4D5C) is known color: Mandy. HEX triplet: BF, 4D and 5C. RGB value is (191,77,92). Sum of RGB (Red+Green+Blue) = 191+77+92=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4D5C is #40B2A3. Grayscale: #707070. Windows color (decimal): -4240036 or 6049215. OLE color: 6049215.
HSL color Cylindrical-coordinate representation of color #BF4D5C: hue angle of 352.11º 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 #BF4D5C is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 92 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.25 |
| HSL | 352.11º | 0.47% | 0.53% | - |
| HSV(B) | 352.11º | 0.6% | 0.75% | - |
| XYZ | 26.07 | 17.16 | 12.06 | - |
| YUV | 112.8 | 116.27 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 92 | 0 | 0.60 | 0.52 | 0.25 | 352.11 | 0.47 | 0.53 |
| Hex | BF | 4D | 5C | 0 | 3C | 34 | 19 | 160 | 2F | 35 |
| Octal | 277 | 115 | 134 | 0 | 74 | 64 | 31 | 540 | 57 | 65 |
| Binary | 10111111 | 1001101 | 1011100 | 0 | 111100 | 110100 | 11001 | 101100000 | 101111 | 110101 |
Color Harmonies of #BF4D5C
Complementary color
Monochromatic Colors of #BF4D5C
Black with #BF4D5C
Text Example
Text Example
White with #BF4D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D5C; }
p { color: rgb(191,77,92); }
H1.HeaderClassName
{
color: #BF4D5C;
}
.AnyTagClassName
{
color: #BF4D5C;
}
</style>
background-color css
<style>
a { background-color: #BF4D5C; }
a { background-color: rgb(191,77,92); }
div.DivClassName
{
background-color: #BF4D5C;
}
.BgClassName
{
background-color: #BF4D5C;
}
</style>
border-color css
<style>
span { border-color: #BF4D5C; }
span { border-color: rgb(191,77,92); }
td.TdClassName
{
border-color: #BF4D5C;
}
.TagClassName
{
border-color: #BF4D5C;
}
</style>