Shades of Mandy #BF515C
Tints of Mandy #BF515C
RGB
CMYK
RGB Variations
Color information
#BF515C (or 0xBF515C) is known color: Mandy. HEX triplet: BF, 51 and 5C. RGB value is (191,81,92). Sum of RGB (Red+Green+Blue) = 191+81+92=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF515C is #40AEA3. Grayscale: #737373. Windows color (decimal): -4239012 or 6050239. OLE color: 6050239.
HSL color Cylindrical-coordinate representation of color #BF515C: hue angle of 354º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF515C is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 81 | 92 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.25 |
| HSL | 354º | 0.46% | 0.53% | - |
| HSV(B) | 354º | 0.58% | 0.75% | - |
| XYZ | 26.36 | 17.73 | 12.16 | - |
| YUV | 115.14 | 114.94 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 81 | 92 | 0 | 0.58 | 0.52 | 0.25 | 354 | 0.46 | 0.53 |
| Hex | BF | 51 | 5C | 0 | 3A | 34 | 19 | 162 | 2E | 35 |
| Octal | 277 | 121 | 134 | 0 | 72 | 64 | 31 | 542 | 56 | 65 |
| Binary | 10111111 | 1010001 | 1011100 | 0 | 111010 | 110100 | 11001 | 101100010 | 101110 | 110101 |
Color Harmonies of #BF515C
Complementary color
Monochromatic Colors of #BF515C
Black with #BF515C
Text Example
Text Example
White with #BF515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF515C; }
p { color: rgb(191,81,92); }
H1.HeaderClassName
{
color: #BF515C;
}
.AnyTagClassName
{
color: #BF515C;
}
</style>
background-color css
<style>
a { background-color: #BF515C; }
a { background-color: rgb(191,81,92); }
div.DivClassName
{
background-color: #BF515C;
}
.BgClassName
{
background-color: #BF515C;
}
</style>
border-color css
<style>
span { border-color: #BF515C; }
span { border-color: rgb(191,81,92); }
td.TdClassName
{
border-color: #BF515C;
}
.TagClassName
{
border-color: #BF515C;
}
</style>