Shades of Mandy #BF505B
Tints of Mandy #BF505B
RGB
CMYK
RGB Variations
Color information
#BF505B (or 0xBF505B) is known color: Mandy. HEX triplet: BF, 50 and 5B. RGB value is (191,80,91). Sum of RGB (Red+Green+Blue) = 191+80+91=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF505B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF505B is #40AFA4. Grayscale: #727272. Windows color (decimal): -4239269 or 5984447. OLE color: 5984447.
HSL color Cylindrical-coordinate representation of color #BF505B: hue angle of 354.05º 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 #BF505B is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 80 | 91 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.25 |
| HSL | 354.05º | 0.46% | 0.53% | - |
| HSV(B) | 354.05º | 0.58% | 0.75% | - |
| XYZ | 26.24 | 17.57 | 11.91 | - |
| YUV | 114.44 | 114.77 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 80 | 91 | 0 | 0.58 | 0.52 | 0.25 | 354.05 | 0.46 | 0.53 |
| Hex | BF | 50 | 5B | 0 | 3A | 34 | 19 | 162 | 2E | 35 |
| Octal | 277 | 120 | 133 | 0 | 72 | 64 | 31 | 542 | 56 | 65 |
| Binary | 10111111 | 1010000 | 1011011 | 0 | 111010 | 110100 | 11001 | 101100010 | 101110 | 110101 |
Color Harmonies of #BF505B
Complementary color
Monochromatic Colors of #BF505B
Black with #BF505B
Text Example
Text Example
White with #BF505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF505B; }
p { color: rgb(191,80,91); }
H1.HeaderClassName
{
color: #BF505B;
}
.AnyTagClassName
{
color: #BF505B;
}
</style>
background-color css
<style>
a { background-color: #BF505B; }
a { background-color: rgb(191,80,91); }
div.DivClassName
{
background-color: #BF505B;
}
.BgClassName
{
background-color: #BF505B;
}
</style>
border-color css
<style>
span { border-color: #BF505B; }
span { border-color: rgb(191,80,91); }
td.TdClassName
{
border-color: #BF505B;
}
.TagClassName
{
border-color: #BF505B;
}
</style>