Shades of Mandy #BF4F5C
Tints of Mandy #BF4F5C
RGB
CMYK
RGB Variations
Color information
#BF4F5C (or 0xBF4F5C) is known color: Mandy. HEX triplet: BF, 4F and 5C. RGB value is (191,79,92). Sum of RGB (Red+Green+Blue) = 191+79+92=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4F5C is #40B0A3. Grayscale: #727272. Windows color (decimal): -4239524 or 6049727. OLE color: 6049727.
HSL color Cylindrical-coordinate representation of color #BF4F5C: hue angle of 353.04º 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 #BF4F5C is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 79 | 92 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.25 |
| HSL | 353.04º | 0.47% | 0.53% | - |
| HSV(B) | 353.04º | 0.59% | 0.75% | - |
| XYZ | 26.21 | 17.44 | 12.11 | - |
| YUV | 113.97 | 115.61 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 79 | 92 | 0 | 0.59 | 0.52 | 0.25 | 353.04 | 0.47 | 0.53 |
| Hex | BF | 4F | 5C | 0 | 3B | 34 | 19 | 161 | 2F | 35 |
| Octal | 277 | 117 | 134 | 0 | 73 | 64 | 31 | 541 | 57 | 65 |
| Binary | 10111111 | 1001111 | 1011100 | 0 | 111011 | 110100 | 11001 | 101100001 | 101111 | 110101 |
Color Harmonies of #BF4F5C
Complementary color
Monochromatic Colors of #BF4F5C
Black with #BF4F5C
Text Example
Text Example
White with #BF4F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4F5C; }
p { color: rgb(191,79,92); }
H1.HeaderClassName
{
color: #BF4F5C;
}
.AnyTagClassName
{
color: #BF4F5C;
}
</style>
background-color css
<style>
a { background-color: #BF4F5C; }
a { background-color: rgb(191,79,92); }
div.DivClassName
{
background-color: #BF4F5C;
}
.BgClassName
{
background-color: #BF4F5C;
}
</style>
border-color css
<style>
span { border-color: #BF4F5C; }
span { border-color: rgb(191,79,92); }
td.TdClassName
{
border-color: #BF4F5C;
}
.TagClassName
{
border-color: #BF4F5C;
}
</style>