Shades of Mandy #BF6066
Tints of Mandy #BF6066
RGB
CMYK
RGB Variations
Color information
#BF6066 (or 0xBF6066) is known color: Mandy. HEX triplet: BF, 60 and 66. RGB value is (191,96,102). Sum of RGB (Red+Green+Blue) = 191+96+102=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6066 is #409F99. Grayscale: #7D7D7D. Windows color (decimal): -4235162 or 6709439. OLE color: 6709439.
HSL color Cylindrical-coordinate representation of color #BF6066: hue angle of 356.21º 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 #BF6066 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 96 | 102 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.25 |
| HSL | 356.21º | 0.43% | 0.56% | - |
| HSV(B) | 356.21º | 0.5% | 0.75% | - |
| XYZ | 28.07 | 20.4 | 15.03 | - |
| YUV | 125.09 | 114.97 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 96 | 102 | 0 | 0.50 | 0.47 | 0.25 | 356.21 | 0.43 | 0.56 |
| Hex | BF | 60 | 66 | 0 | 32 | 2F | 19 | 164 | 2B | 38 |
| Octal | 277 | 140 | 146 | 0 | 62 | 57 | 31 | 544 | 53 | 70 |
| Binary | 10111111 | 1100000 | 1100110 | 0 | 110010 | 101111 | 11001 | 101100100 | 101011 | 111000 |
Color Harmonies of #BF6066
Complementary color
Monochromatic Colors of #BF6066
Black with #BF6066
Text Example
Text Example
White with #BF6066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6066; }
p { color: rgb(191,96,102); }
H1.HeaderClassName
{
color: #BF6066;
}
.AnyTagClassName
{
color: #BF6066;
}
</style>
background-color css
<style>
a { background-color: #BF6066; }
a { background-color: rgb(191,96,102); }
div.DivClassName
{
background-color: #BF6066;
}
.BgClassName
{
background-color: #BF6066;
}
</style>
border-color css
<style>
span { border-color: #BF6066; }
span { border-color: rgb(191,96,102); }
td.TdClassName
{
border-color: #BF6066;
}
.TagClassName
{
border-color: #BF6066;
}
</style>