Shades of Mandy #BF6065
Tints of Mandy #BF6065
RGB
CMYK
RGB Variations
Color information
#BF6065 (or 0xBF6065) is known color: Mandy. HEX triplet: BF, 60 and 65. RGB value is (191,96,101). Sum of RGB (Red+Green+Blue) = 191+96+101=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6065 is #409F9A. Grayscale: #7D7D7D. Windows color (decimal): -4235163 or 6643903. OLE color: 6643903.
HSL color Cylindrical-coordinate representation of color #BF6065: hue angle of 356.84º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF6065 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 96 | 101 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.25 |
| HSL | 356.84º | 0.43% | 0.56% | - |
| HSV(B) | 356.84º | 0.5% | 0.75% | - |
| XYZ | 28.02 | 20.38 | 14.77 | - |
| YUV | 124.98 | 114.47 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 96 | 101 | 0 | 0.50 | 0.47 | 0.25 | 356.84 | 0.43 | 0.56 |
| Hex | BF | 60 | 65 | 0 | 32 | 2F | 19 | 165 | 2B | 38 |
| Octal | 277 | 140 | 145 | 0 | 62 | 57 | 31 | 545 | 53 | 70 |
| Binary | 10111111 | 1100000 | 1100101 | 0 | 110010 | 101111 | 11001 | 101100101 | 101011 | 111000 |
Color Harmonies of #BF6065
Complementary color
Monochromatic Colors of #BF6065
Black with #BF6065
Text Example
Text Example
White with #BF6065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6065; }
p { color: rgb(191,96,101); }
H1.HeaderClassName
{
color: #BF6065;
}
.AnyTagClassName
{
color: #BF6065;
}
</style>
background-color css
<style>
a { background-color: #BF6065; }
a { background-color: rgb(191,96,101); }
div.DivClassName
{
background-color: #BF6065;
}
.BgClassName
{
background-color: #BF6065;
}
</style>
border-color css
<style>
span { border-color: #BF6065; }
span { border-color: rgb(191,96,101); }
td.TdClassName
{
border-color: #BF6065;
}
.TagClassName
{
border-color: #BF6065;
}
</style>